[lworld] RFR: 8276812: [lworld] [lw3] JVM_ACC_FIELD_INLINED flag creates a conflict with an existing flag
    Frederic Parain 
    fparain at openjdk.java.net
       
    Wed Nov 10 20:03:18 UTC 2021
    
    
  
Please review this changeset removing the JVM_ACC_FIELD_INLINED flag from AccessFlags which was conflicting with an existing JVMTI flag.
The flag was use by Unsafe and reflection.
Thanks to Mandy for her fix to the MemberName code.
Tested locally with hotspot_valhalla and jdk_valhalla test suites on x86.
Testing in progress with Mach5 tiers 1 to 3 (no failure related to these changes yet).
Thank you,
Fred
-------------
Commit messages:
 - Remove JVM_ACC_FIELD_INLINED from MemberName code
 - Removing JVM_ACC_FIELD_INLINED step one
Changes: https://git.openjdk.java.net/valhalla/pull/580/files
 Webrev: https://webrevs.openjdk.java.net/?repo=valhalla&pr=580&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8276812
  Stats: 31 lines in 9 files changed: 16 ins; 11 del; 4 mod
  Patch: https://git.openjdk.java.net/valhalla/pull/580.diff
  Fetch: git fetch https://git.openjdk.java.net/valhalla pull/580/head:pull/580
PR: https://git.openjdk.java.net/valhalla/pull/580
    
    
More information about the valhalla-dev
mailing list