[lworld] RFR: 8326707: [lworld] Remove VALUE modifier from Modifier and AccessFlag [v3]
Roger Riggs
rriggs at openjdk.org
Wed Feb 28 18:20:07 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.
Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
Tweek to use || consistent with other uses in Class
-------------
Changes:
- all: https://git.openjdk.org/valhalla/pull/1024/files
- new: https://git.openjdk.org/valhalla/pull/1024/files/3883e043..67c55794
Webrevs:
- full: https://webrevs.openjdk.org/?repo=valhalla&pr=1024&range=02
- incr: https://webrevs.openjdk.org/?repo=valhalla&pr=1024&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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