8257651: LambdaEagerInit.java test failed in 2 different ways

Reviewed-by: iklam, lfoltan
This commit is contained in:
Calvin Cheung 2020-12-04 17:07:00 +00:00
parent 3eb694605e
commit d8ac76fa09
2 changed files with 2 additions and 0 deletions

View File

@ -333,6 +333,7 @@ hotspot_appcds_dynamic = \
-runtime/cds/appcds/DumpClassList.java \
-runtime/cds/appcds/DumpClassListWithLF.java \
-runtime/cds/appcds/ExtraSymbols.java \
-runtime/cds/appcds/LambdaEagerInit.java \
-runtime/cds/appcds/LambdaProxyClasslist.java \
-runtime/cds/appcds/LongClassListPath.java \
-runtime/cds/appcds/LotsOfClasses.java \

View File

@ -35,6 +35,7 @@
* from the archive if the property is not set.
* @requires vm.cds
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds test-classes
* @compile ../../../../../lib/jdk/test/lib/Asserts.java
* @run main/othervm LambdaEagerInit
*/