RFR: 8282651: ZGC: vmTestbase/gc/ArrayJuggle/ tests fails intermittently with exit code 97 [v4]
Ramkumar Sunderbabu
rsunderbabu at openjdk.org
Sun Aug 28 04:23:26 UTC 2022
> 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.
Ramkumar Sunderbabu has updated the pull request incrementally with one additional commit since the last revision:
8282651: ZGC: vmTestbase/gc/ArrayJuggle/ tests fails intermittently with exit code 97
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9645/files
- new: https://git.openjdk.org/jdk/pull/9645/files/45070bf1..98ead88d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9645&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9645&range=02-03
Stats: 203 lines in 34 files changed: 83 ins; 33 del; 87 mod
Patch: https://git.openjdk.org/jdk/pull/9645.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9645/head:pull/9645
PR: https://git.openjdk.org/jdk/pull/9645
More information about the hotspot-gc-dev
mailing list