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

Roger Riggs rriggs at openjdk.org
Mon Feb 26 21:24:53 UTC 2024


Remove the VALUE modifier in Modifier.java and AccessFlag.java.
Map the Class.isValue() method to `!Class.isIdentity()`.

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

Commit messages:
 - 8326707: [lworld] Remove VALUE modifier from Modifier and AccessFlag

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

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



More information about the valhalla-dev mailing list