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

David Simms dsimms at openjdk.java.net
Fri Feb 5 15:15:56 UTC 2021


On Fri, 5 Feb 2021 03:24:10 GMT, Yang Yi <github.com+5010047+kelthuzadx at openjdk.org> wrote:

> 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

Looks good, thanks for the find

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

Marked as reviewed by dsimms (Committer).

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


More information about the valhalla-dev mailing list