On Mon, 11 May 2026 14:57:54 GMT, Chen Liang <[email protected]> wrote:
>> Dan Smith has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Refactor implementation to skip `identity` field
>
> src/java.base/share/classes/java/lang/Class.java line 647:
>
>> 645: return false;
>> 646: } else {
>> 647: int mask = IDENTITY | Modifier.INTERFACE;
>
> Le's use ClassFile.ACC_ constants instead of Modifier ones or adding ones to
> Class.
Ok, but if we do that, might as well get rid of all four of them. See latest
push.
-------------
PR Review Comment:
https://git.openjdk.org/valhalla/pull/2397#discussion_r3222835197