RFR: JDK-8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]" [v2]

Mandy Chung mchung at openjdk.org
Thu Aug 18 00:48:23 UTC 2022


On Wed, 17 Aug 2022 23:11:23 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.
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Respond to review feedback.

Indeed this is unfortunate.   The change looks good.

-------------

Marked as reviewed by mchung (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9911


More information about the core-libs-dev mailing list