[lworld] RFR: 8281279: [lworld] Add JVM support for ACC_PERMITS_VALUE

Harold Seigel hseigel at openjdk.java.net
Mon Feb 7 13:45:52 UTC 2022


Please review this fix to add JVM support for ACC_PERMITS_VALUE.  This change throws an ICCE exception when loading a value class whose super class is not java.lang.Object or does not have ACC_PERMITS_VALUE set.  The fix was tested with Mach5 tiers 1-2 on Linux, Mac OS, and Windows and Mach5 tiers 3-5 on Linux x64.

Thanks, Harold

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

Commit messages:
 - 8281279: [lworld] Add JVM support for ACC_PERMITS_VALUE

Changes: https://git.openjdk.java.net/valhalla/pull/632/files
 Webrev: https://webrevs.openjdk.java.net/?repo=valhalla&pr=632&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8281279
  Stats: 1659 lines in 15 files changed: 1361 ins; 205 del; 93 mod
  Patch: https://git.openjdk.java.net/valhalla/pull/632.diff
  Fetch: git fetch https://git.openjdk.java.net/valhalla pull/632/head:pull/632

PR: https://git.openjdk.java.net/valhalla/pull/632


More information about the valhalla-dev mailing list