RFR: 8266530: HotSpot changes for JEP 306 [v6]

Joe Darcy darcy at openjdk.java.net
Wed May 19 00:30:10 UTC 2021


On Tue, 18 May 2021 07:35:03 GMT, David Holmes <dholmes at openjdk.org> wrote:

> 
> 
> Hi Joe,
> 
> In classfileparser.cpp should this:
> 
> else if ((flags & JVM_ACC_STATIC) == JVM_ACC_STATIC) {
> flags &= JVM_ACC_STATIC | JVM_ACC_STRICT;
> 
> also be conditional on !major_gte_17?
> 
> Thanks,
> David

Hi David,

Pushed one way to implement the conditionality; thanks,

-Joe

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

PR: https://git.openjdk.java.net/jdk/pull/3891


More information about the hotspot-runtime-dev mailing list