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

Joe Darcy darcy at openjdk.org
Wed Aug 17 23:11:23 UTC 2022


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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/9911/files
  - new: https://git.openjdk.org/jdk/pull/9911/files/66e90435..722a3508

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=9911&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9911&range=00-01

  Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/9911.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9911/head:pull/9911

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


More information about the core-libs-dev mailing list