On Wed, 17 Aug 2022 22:33:03 GMT, Joe Darcy <da...@openjdk.org> wrote:
> The use of lambda's in the initialization of AccessFlag runs afoul of CDS in > some cases due to occurring early in the platform's initialization. Instead > of lambdas, using anonymous classes gets around the issue. > > Clean tier1 and tier 2 Mach 5 run with these changes. This pull request has now been integrated. Changeset: f567fa0f Author: Joe Darcy <da...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/f567fa0fd53c519cdda1da8a7aaa0df895abc6e9 Stats: 145 lines in 2 files changed: 71 ins; 1 del; 73 mod 8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]" Reviewed-by: psandoz, mchung, jpai, rriggs ------------- PR: https://git.openjdk.org/jdk/pull/9911