RFR: 8298475: Remove JVM_ACC_PROMOTED_FLAGS
Coleen Phillimore
coleenp at openjdk.org
Tue Dec 13 18:37:30 UTC 2022
These access flags were implemented to enable passing access flag values from Method* to InstanceKlass*, but only covered one flag. Towards only have access flags represent read-only flags in the class file, remove this and pass has_localvariable_table up to InstanceKlass in classfile parsing, like we do with other flags.
Tested with tier1-4.
-------------
Commit messages:
- 8298475: Remove JVM_ACC_PROMOTED_FLAGS
Changes: https://git.openjdk.org/jdk/pull/11655/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11655&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8298475
Stats: 62 lines in 10 files changed: 21 ins; 22 del; 19 mod
Patch: https://git.openjdk.org/jdk/pull/11655.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/11655/head:pull/11655
PR: https://git.openjdk.org/jdk/pull/11655
More information about the serviceability-dev
mailing list