RFR: 8282651: ZGC: vmTestbase/gc/ArrayJuggle/ tests fails intermittently with exit code 97

Leonid Mesnik lmesnik at openjdk.org
Tue Jan 3 19:12:52 UTC 2023


On Tue, 3 Jan 2023 15:14:10 GMT, Ramkumar Sunderbabu <rsunderbabu at openjdk.org> wrote:

> In systems with many cores, lots of threads create arrays very quickly and result in OOM. The intention of the ArrayJuggle tests is not to stress gc but to do array juggling. Hence number of objects juggling can be restricted to a minimum so that we don't face OOM even when threads available are high.

test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle/Juggle01/Juggle01.java line 77:

> 75:                 // Keep object count to 4, intention is to juggle
> 76:                 // not to overwhelm gc
> 77:                 int objectCount = 4;

I don't see how it is used.

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

PR: https://git.openjdk.org/jdk/pull/11830


More information about the hotspot-gc-dev mailing list