-
Bug
-
Resolution: Fixed
-
P4
-
24
-
b10
The test runtime/cds/appcds/TestParallelGCWithCDS.java still failing infrequently with the following error:
Error occurred during initialization of boot layer
java.lang.BootstrapMethodError: bootstrap method initialization exception
Caused by: java.lang.invoke.LambdaConversionException: Exception instantiating lambda object
Instead of keep adding expected output in the test, the test should just check for if JVM hasn't crashed.
Error occurred during initialization of boot layer
java.lang.BootstrapMethodError: bootstrap method initialization exception
Caused by: java.lang.invoke.LambdaConversionException: Exception instantiating lambda object
Instead of keep adding expected output in the test, the test should just check for if JVM hasn't crashed.
- links to
-
Commit(master) openjdk/jdk/a0c7f661
-
Review(master) openjdk/jdk/23485