Integrated: 8335577: runtime/cds/appcds/TestParallelGCWithCDS.java still fails with JNI error
Calvin Cheung
ccheung at openjdk.org
Mon Aug 26 21:29:12 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`
This pull request has now been integrated.
Changeset: a827ff05
Author: Calvin Cheung <ccheung at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a827ff05dba0c9b7c74d83053a35c8041c1ac5cc
Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod
8335577: runtime/cds/appcds/TestParallelGCWithCDS.java still fails with JNI error
Reviewed-by: dholmes, iklam
-------------
PR: https://git.openjdk.org/jdk/pull/20700
More information about the hotspot-runtime-dev
mailing list