Skip to content

Commit

Permalink
8261937: LambdaForClassInBaseArchive: SimpleApp$$Lambda$1 missing
Browse files Browse the repository at this point in the history
Reviewed-by: iklam, dcubed
  • Loading branch information
calvinccheung committed Mar 9, 2021
1 parent 2218e72 commit 3212f80
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@ private static void doTestCustomBase(String baseArchiveName, String topArchiveNa
appClass, "lambda")
.assertNormalExit(out -> {
out.shouldHaveExitValue(0)
.shouldContain("Archiving hidden SimpleApp$$Lambda$1");
.shouldMatch("Archiving hidden SimpleApp[$][$]Lambda[$][\\d+]*");
});

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

1 comment on commit 3212f80

@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.