Integrated: JDK-8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]"
Joe Darcy
darcy at openjdk.org
Thu Aug 18 16:12:27 UTC 2022
On Wed, 17 Aug 2022 22:33:03 GMT, Joe Darcy <darcy at 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 <darcy at 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
More information about the core-libs-dev
mailing list