Re: RFR: JDK-8296743: Tighten Class.getModifiers spec for array classes [v2]

2022-11-18 Thread Joe Darcy
On Fri, 18 Nov 2022 17:42:41 GMT, Mandy Chung wrote: >> Joe Darcy has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Respond to review feedback. > > src/java.base/share/classes/java/lang/Class.java line 1311: > >> 1309: * void, its {@

Re: RFR: JDK-8296743: Tighten Class.getModifiers spec for array classes [v2]

2022-11-18 Thread Mandy Chung
On Fri, 18 Nov 2022 17:46:33 GMT, Joe Darcy wrote: >> Update the spec of Class.getModifiers to match long-standing behavior for >> primitive and array classes. Remove unneeded implementation flexibility with >> regard to setting other bit positions. This work was prompted to better >> support

Re: RFR: JDK-8296743: Tighten Class.getModifiers spec for array classes [v2]

2022-11-18 Thread Joe Darcy
> Update the spec of Class.getModifiers to match long-standing behavior for > primitive and array classes. Remove unneeded implementation flexibility with > regard to setting other bit positions. This work was prompted to better > support anticipated future Valhalla changes. > > Please also rev