Skip to content

Commit 3212f80

Browse files
committed
8261937: LambdaForClassInBaseArchive: SimpleApp$$Lambda$1 missing
Reviewed-by: iklam, dcubed
1 parent 2218e72 commit 3212f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/LambdaForClassInBaseArchive.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private static void doTestCustomBase(String baseArchiveName, String topArchiveNa
7575
appClass, "lambda")
7676
.assertNormalExit(out -> {
7777
out.shouldHaveExitValue(0)
78-
.shouldContain("Archiving hidden SimpleApp$$Lambda$1");
78+
.shouldMatch("Archiving hidden SimpleApp[$][$]Lambda[$][\\d+]*");
7979
});
8080

8181
// Run with both base and dynamic archives. The SimpleApp class

0 commit comments

Comments
 (0)