Integrated: 8339112: Move JVM Klass flags out of AccessFlags

Coleen Phillimore coleenp at openjdk.org
Wed Sep 4 15:51:33 UTC 2024


On Mon, 26 Aug 2024 23:54:22 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.

This pull request has now been integrated.

Changeset: 0cfd08f5
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0cfd08f55aa166dc3f027887c886fa0b40a2ca21
Stats:     329 lines in 53 files changed: 163 ins; 51 del; 115 mod

8339112: Move JVM Klass flags out of AccessFlags

Reviewed-by: matsaave, cjplummer, dlong, thartmann, yzheng

-------------

PR: https://git.openjdk.org/jdk/pull/20719


More information about the serviceability-dev mailing list