RFR: 8355956: Prepare javap for class file format aware access flag parsing

Chen Liang liach at openjdk.org
Tue Apr 29 20:47:57 UTC 2025


A prerequisite to #24760; this was part of it, but was split out to simplify the review of the addition of `maskToAccessFlags(int, Location, CFFV)` by minimizing the changes in javap. That patch will only need to update `BasicWriter` as a result.

Testing: langtools/tools/javap, tier 1+2 underway

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

Commit messages:
 - 8355956: Prepare javap for class file format aware access flag parsing

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

PR: https://git.openjdk.org/jdk/pull/24955


More information about the compiler-dev mailing list