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

Ramkumar Sunderbabu rsunderbabu at openjdk.org
Wed Aug 24 16:19:22 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/ec36a794..45070bf1

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=9645&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9645&range=01-02

  Stats: 6 lines in 1 file changed: 0 ins; 5 del; 1 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