javap and requires public
forax at univ-mlv.fr
forax at univ-mlv.fr
Mon May 30 07:33:58 UTC 2016
It's the least disruptive change but given that i also want to change the value of ACC_MODULE, because 0x8000 the last value which is free for class/method/field so using it just as a class marker seems a waste.
I know that it will be painful to change that value (we will have to recompile everything) but valhalla will likely to need a flag that you can used on class/method/field.
cheers,
Rémi
----- Mail original -----
> De: "Alan Bateman" <Alan.Bateman at oracle.com>
> À: forax at univ-mlv.fr
> Cc: "jigsaw-dev" <jigsaw-dev at openjdk.java.net>
> Envoyé: Lundi 30 Mai 2016 09:26:42
> Objet: Re: javap and requires public
>
> On 29/05/2016 22:27, forax at univ-mlv.fr wrote:
> > :
> >
> > I strongly think it's a bug in the spec because i don't see why ACC_PUBLIC
> > should have a different value just for the access_flags of required. I've
> > checked the two others flags (SYNTHETIC and MANDATED) and they have the
> > same value as the rest of the class file.
> >
> There is an issue here and I think, most likely, that the flag should be
> renamed.
>
> -Alan.
>
More information about the jigsaw-dev
mailing list