[lworld] RFR: 8281463: [lworld] VALUE / PRIMITIVE modifiers should be supported by reflection [v11]

Roger Riggs rriggs at openjdk.org
Wed Aug 3 19:38:33 UTC 2022


> Add support to java.lang.reflect.AccessFlag ACC_IDENTITY and ACC_VALUE.
> Added corresponding flags to j.l.reflect.Modifier so the "source" of the AccessFlag is the Modifier mask.
> 
> Add comments to java.l.reflect.Modifier suggesting use of AccessFlag instead and limitations.

Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:

  Revert additions of ACC_PRIMITIVE to Modifier and AccessFlags.
  The design is in flux.

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

Changes:
  - all: https://git.openjdk.org/valhalla/pull/698/files
  - new: https://git.openjdk.org/valhalla/pull/698/files/754c41c2..dd10bd4d

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=valhalla&pr=698&range=10
 - incr: https://webrevs.openjdk.org/?repo=valhalla&pr=698&range=09-10

  Stats: 20 lines in 5 files changed: 1 ins; 13 del; 6 mod
  Patch: https://git.openjdk.org/valhalla/pull/698.diff
  Fetch: git fetch https://git.openjdk.org/valhalla pull/698/head:pull/698

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


More information about the valhalla-dev mailing list