On Fri, 11 Mar 2022 05:55:20 GMT, Kim Barrett <[email protected]> wrote:
>> Ioi Lam has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> zero GC heap filler arrays
>
> src/hotspot/share/gc/shared/collectedHeap.cpp line 449:
>
>> 447: allocator.initialize(start);
>> 448: DEBUG_ONLY(zap_filler_array(start, words, zap);)
>> 449: if (DumpSharedSpaces) {
>
> Probably shouldn't both zap and clear for dumping, to avoid wasting time.
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7748