Withdrawn: 8282651: ZGC: vmTestbase/gc/ArrayJuggle/ tests fails intermittently with exit code 97
duke
duke at openjdk.org
Thu Oct 27 05:13:37 UTC 2022
On Tue, 26 Jul 2022 16:18:30 GMT, Ramkumar Sunderbabu <rsunderbabu at openjdk.org> wrote:
> Fixing JuggleTests for OOME.
> The JuggleTests continuously allocate memory and juggle them in various array positions. Over the course of allocation, heap might be fully filled, esp in high memory strategy. The test doesn't take into account OOME and run under the assumption that any freed memory would be immediately GCed. Immediate GC under memory stress is not guaranteed. Hence it is better to explicitly call WhiteBox API to do the job.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/9645
More information about the hotspot-gc-dev
mailing list