[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 23:48:55 UTC 2021


On Fri, 5 Feb 2021 15:13:01 GMT, David Simms <dsimms 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

Thank you all for your review! @MrSimms @RogerRiggs @mlchung

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

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



More information about the valhalla-dev mailing list