RFR: 8364187: Make getClassAccessFlagsRaw non-native [v2]
Coleen Phillimore
coleenp at openjdk.org
Tue Jul 29 13:43:35 UTC 2025
> 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:
Rename getRawClassAccessFlags to getClassFileAccessFlags and fix the test to reflect what the JVM does.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/26517/files
- new: https://git.openjdk.org/jdk/pull/26517/files/b4daf731..163a8e5c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=26517&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=26517&range=00-01
Stats: 57 lines in 6 files changed: 32 ins; 0 del; 25 mod
Patch: https://git.openjdk.org/jdk/pull/26517.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/26517/head:pull/26517
PR: https://git.openjdk.org/jdk/pull/26517
More information about the core-libs-dev
mailing list