RFR: 8335577: runtime/cds/appcds/TestParallelGCWithCDS.java still fails with JNI error

Calvin Cheung ccheung at openjdk.org
Sat Aug 24 05:04:42 UTC 2024


A simple test fix by adding the matching of the following patterns:


Error: A JNI error has occurred, please check your installation and try again
java.lang.OutOfMemoryError

Ran the test 25 times on windows-x64 and linux-x64 without failure with the following vm args:
`-Xcomp -ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -server -XX:+TieredCompilation -XX:-UseCompressedOops`

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

Commit messages:
 - 8335577: runtime/cds/appcds/TestParallelGCWithCDS.java still fails with JNI error

Changes: https://git.openjdk.org/jdk/pull/20700/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20700&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8335577
  Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/20700.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20700/head:pull/20700

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


More information about the hotspot-runtime-dev mailing list