On Tue, 13 Dec 2022 22:00:04 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. > > Coleen Phillimore has updated the pull request incrementally with one > additional commit since the last revision: > > Add a space Thanks for the reviews, Serguei, Dan and David. I missed fixing a comment but it's trivial. ------------- PR: https://git.openjdk.org/jdk/pull/11655