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

Ioi Lam iklam at openjdk.org
Mon Aug 26 15:48:04 UTC 2024


On Sat, 24 Aug 2024 04:59:39 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> 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`

LGTM

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

Marked as reviewed by iklam (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20700#pullrequestreview-2261015513


More information about the hotspot-runtime-dev mailing list