RFR: 8369818: G1: Add missing region types in gc+heap=debug heap output [v2]
Thomas Schatzl
tschatzl at openjdk.org
Wed Oct 15 05:52:37 UTC 2025
On Tue, 14 Oct 2025 12:45:52 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update src/hotspot/share/gc/g1/g1CollectedHeap.cpp
>
> src/hotspot/share/gc/g1/g1CollectedHeap.cpp line 2287:
>
>> 2285:
>> 2286: StreamIndentor si(st, 1);
>> 2287: st->print("region size %zuK, ", G1HeapRegion::GrainBytes / K);
>
> Maybe this line can also use `/ M`?
No preference from me, I changed it.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27798#discussion_r2431192223
More information about the hotspot-gc-dev
mailing list