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" <[email protected]> > À: [email protected] > Cc: "jigsaw-dev" <[email protected]> > Envoyé: Lundi 30 Mai 2016 09:26:42 > Objet: Re: javap and requires public > > On 29/05/2016 22:27, [email protected] 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. >
