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 {@
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
> 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