RFR: 8367409: G1: Remove unused G1MonotonicArena::Segment::copy_to()

Thomas Schatzl tschatzl at openjdk.org
Fri Sep 12 12:00:55 UTC 2025


On Thu, 11 Sep 2025 11:52:08 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:

> The code compiles.

src/hotspot/share/gc/g1/g1MonotonicArena.hpp line 183:

> 181:     ::memcpy(dest, _bottom, length() * _slot_size);
> 182:   }
> 183: 

Please keep a newline between `delete_segment` and `is_full()`.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27221#discussion_r2340453367


More information about the hotspot-gc-dev mailing list