RFR: 8339112: Move JVM Klass flags out of AccessFlags [v2]
    Coleen Phillimore 
    coleenp at openjdk.org
       
    Thu Aug 29 18:50:42 UTC 2024
    
    
  
> 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.
-------------
Changes:
  - all: https://git.openjdk.org/jdk/pull/20719/files
  - new: https://git.openjdk.org/jdk/pull/20719/files/350f8679..9dc7e551
Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=20719&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20719&range=00-01
  Stats: 4 lines in 2 files changed: 4 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/20719.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20719/head:pull/20719
PR: https://git.openjdk.org/jdk/pull/20719
    
    
More information about the hotspot-dev
mailing list