Re: RFR: 8355956: Prepare javap for class file format aware access flag parsing [v2]

2025-04-30 Thread Chen Liang
On Wed, 30 Apr 2025 18:03:29 GMT, Chen Liang wrote: >> 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 >> `BasicWrit

Re: RFR: 8355956: Prepare javap for class file format aware access flag parsing [v2]

2025-04-30 Thread Vicente Romero
On Wed, 30 Apr 2025 18:03:29 GMT, Chen Liang wrote: >> 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 >> `BasicWrit

Re: RFR: 8355956: Prepare javap for class file format aware access flag parsing [v2]

2025-04-30 Thread Chen Liang
> 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

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

2025-04-29 Thread Chen Liang
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 underwa