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

David Holmes dholmes at openjdk.org
Mon Aug 26 01:43:10 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`

Seems reasonable though we really need to know whether this test ever passes properly with the small values causing these errors - otherwise the test serves no purpose.

Thanks

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

Marked as reviewed by dholmes (Reviewer).

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


More information about the hotspot-runtime-dev mailing list