RFR: 8364187: Make getClassAccessFlagsRaw non-native [v5]
Roger Riggs
rriggs at openjdk.org
Thu Jul 31 15:20:59 UTC 2025
On Wed, 30 Jul 2025 19:25:34 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> This change removes the intrinsic for getClassAccessFlagsRaw for reflection and initializes an rawAccessFlags field in java.lang.Class instead, that Java code can non-natively access.
>> Tested with tier1-4.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>
> Restore c2 optimization.
Looks good, thanks
-------------
Marked as reviewed by rriggs (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/26517#pullrequestreview-3075875144
More information about the core-libs-dev
mailing list