[lworld] RFR: 8326707: [lworld] Remove VALUE modifier from Modifier and AccessFlag

Roger Riggs rriggs at openjdk.org
Tue Feb 27 21:50:10 UTC 2024


Remove the VALUE modifier in Modifier.java and AccessFlag.java.
Update Class.isValue() to be false for primitive, array, and interface classes and otherwise be ~ACC_IDENTITY in the modifiers.

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

Commit messages:
 - Cleanup Class.isValue and isIdentity methods
 - 8326707: [lworld] Remove VALUE modifier from Modifier and AccessFlag

Changes: https://git.openjdk.org/valhalla/pull/1024/files
 Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=1024&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8326707
  Stats: 38 lines in 5 files changed: 0 ins; 22 del; 16 mod
  Patch: https://git.openjdk.org/valhalla/pull/1024.diff
  Fetch: git fetch https://git.openjdk.org/valhalla.git pull/1024/head:pull/1024

PR: https://git.openjdk.org/valhalla/pull/1024



More information about the valhalla-dev mailing list