RFR: 8298475: Remove JVM_ACC_PROMOTED_FLAGS
Serguei Spitsyn
sspitsyn at openjdk.org
Tue Dec 13 19:21:57 UTC 2022
On Tue, 13 Dec 2022 18:28:22 GMT, Coleen Phillimore <coleenp at 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.
I like this fix.
It looks good.
Thanks,
Serguei
-------------
Marked as reviewed by sspitsyn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11655
More information about the hotspot-dev
mailing list