On Tue, 13 Dec 2022 18:28:22 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: 2e801e16 Author: Coleen Phillimore <cole...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/2e801e16ec40ce0e25d8679e21d7da347c52d7be Stats: 63 lines in 10 files changed: 21 ins; 22 del; 20 mod 8298475: Remove JVM_ACC_PROMOTED_FLAGS Reviewed-by: sspitsyn, dcubed, dholmes ------------- PR: https://git.openjdk.org/jdk/pull/11655