On Mon, 26 Aug 2024 23:54:22 GMT, Coleen Phillimore <cole...@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 <cole...@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