RFR: 8289764: gc/lock tests failed with "OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects" [v3]
Leonid Mesnik
lmesnik at openjdk.org
Tue Aug 9 21:09:38 UTC 2022
On Tue, 9 Aug 2022 03:14:27 GMT, Ramkumar Sunderbabu <rsunderbabu at openjdk.org> wrote:
>> Tested with all GC options
>
> Ramkumar Sunderbabu has updated the pull request incrementally with one additional commit since the last revision:
>
> 8289764: gc/lock tests failed with "OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects"
test/hotspot/jtreg/vmTestbase/nsk/share/gc/gp/GarbageUtils.java line 99:
> 97:
> 98: while (++iteration < YOUNG_GC_ITERATIONS) {
> 99: byteArrayProducer.create(memChunk);
please add these object to array like initialAlloc to have objects of various ages in different heap gens
-------------
PR: https://git.openjdk.org/jdk/pull/9658
More information about the hotspot-dev
mailing list