Skip to content

Commit

Permalink
8257651: LambdaEagerInit.java test failed in 2 different ways
Browse files Browse the repository at this point in the history
Reviewed-by: iklam, lfoltan
  • Loading branch information
calvinccheung committed Dec 4, 2020
1 parent 3eb6946 commit d8ac76f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/hotspot/jtreg/TEST.groups
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions test/hotspot/jtreg/runtime/cds/appcds/LambdaEagerInit.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down

1 comment on commit d8ac76f

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.