RFR: 8339112: Move JVM Klass flags out of AccessFlags [v2]
Chris Plummer
cjplummer at openjdk.org
Fri Aug 30 04:51:21 UTC 2024
On Thu, 29 Aug 2024 18:50:42 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Move JVM implementation access flags that are not specified by the classfile format into Klass so we can shrink AccessFlags to u2 in a future change.
>>
>> Tested with tier1-7.
>>
>> NOTE: there are arm, ppc and s390 changes to this that are just a guess. Also, graal changes.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>
> Add in graal flags and a comment.
Marked as reviewed by cjplummer (Reviewer).
SA changes look good.
-------------
PR Review: https://git.openjdk.org/jdk/pull/20719#pullrequestreview-2271158683
PR Comment: https://git.openjdk.org/jdk/pull/20719#issuecomment-2320037657
More information about the hotspot-dev
mailing list