[lworld] RFR: 8321039: [lworld] Substitutability code must recognize new annotations [v2]
Mandy Chung
mchung at openjdk.org
Wed Dec 6 18:17:36 UTC 2023
On Wed, 6 Dec 2023 15:41:08 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> Mandy Chung has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review comment
>
> src/hotspot/share/classfile/javaClasses.hpp line 1304:
>
>> 1302: MN_HIDDEN_MEMBER = 0x00400000, // @Hidden annotation detected
>> 1303: MN_FLAT_FIELD = 0x00800000, // flat field
>> 1304: MN_NULL_RESTRICTED_FIELD = 0x01000000, // null-restricted fiel
>
> typo in comment: "fiel".
Fixed
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/960#discussion_r1417781845
More information about the valhalla-dev
mailing list