[lworld] RFR: 8261021: [lworld] valhalla/valuetypes/LambdaConversion.java fails Illegal class name "QLambdaConversion$Pointer; "

Yang Yi github.com+5010047+kelthuzadx at openjdk.java.net
Fri Feb 5 03:29:08 UTC 2021


Hi all,

Can I have a review of this trivial fix?

The root cause of this problem is similar to PR #320. As explained before, in short, the major version of the dynamically generated bytecode does not match the version required by ClassFileParser::verify_legal_class_name, resulting in a ClassFormatError.

Thanks,
Yang Yi

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

Commit messages:
 - fix JDK-8261021

Changes: https://git.openjdk.java.net/valhalla/pull/321/files
 Webrev: https://webrevs.openjdk.java.net/?repo=valhalla&pr=321&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8261021
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/valhalla/pull/321.diff
  Fetch: git fetch https://git.openjdk.java.net/valhalla pull/321/head:pull/321

PR: https://git.openjdk.java.net/valhalla/pull/321



More information about the valhalla-dev mailing list