Integrated: 8316131: runtime/cds/appcds/TestParallelGCWithCDS.java fails with JNI error
Calvin Cheung
ccheung at openjdk.org
Tue Jun 4 16:46:27 UTC 2024
On Fri, 31 May 2024 22:37:56 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> The `runtime/cds/appcds/TestParallelGCWithCDS.java` test currently expects specific output. When running with a small heap, JVM could fail at different places with different output.
> Updating the test if the expected output isn't there, checks for non-zero exit value and that the JVM hasn't crashed.
>
> Tested with the following jtreg options on linux-x64:
>
> -javaoptions:"-Xcomp -ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -server -XX:-TieredCompilation -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseJVMCICompiler -Xmx8m -Xms2m"
> -timeout:25
This pull request has now been integrated.
Changeset: 31f70391
Author: Calvin Cheung <ccheung at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/31f70391e5f22ff5803d16b52c1e1248b6253d8c
Stats: 5 lines in 1 file changed: 2 ins; 0 del; 3 mod
8316131: runtime/cds/appcds/TestParallelGCWithCDS.java fails with JNI error
Reviewed-by: dholmes, iklam
-------------
PR: https://git.openjdk.org/jdk/pull/19506
More information about the hotspot-runtime-dev
mailing list