RFR: 8297271: AccessFlag.maskToAccessFlags should be specific to class file version [v4]
Chen Liang
liach at openjdk.org
Tue Apr 29 16:12:01 UTC 2025
> Take the class file version to reject flags not yet defined, redefined, or obsoleted. The non-cffv version can return the preview flags when the current runtime is in preview.
Chen Liang has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 10 commits:
- Wording updates
- Merge branch 'feature/af-location-accessors' into feature/af-cffv-parse
- Missing since
- Fix javap causing strictfp tests to fail
- Further furnish docs
- Merge branch 'feature/af-location-accessors' into feature/af-cffv-parse
- Merge branch 'feature/af-location-accessors' into feature/af-cffv-parse
- Merge branch 'master' of https://github.com/openjdk/jdk into feature/af-cffv-parse
- Redundant method
- 8297271: AccessFlag.maskToAccessFlags should be specific to class file version
-------------
Changes: https://git.openjdk.org/jdk/pull/24760/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24760&range=03
Stats: 233 lines in 14 files changed: 111 ins; 52 del; 70 mod
Patch: https://git.openjdk.org/jdk/pull/24760.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24760/head:pull/24760
PR: https://git.openjdk.org/jdk/pull/24760
More information about the core-libs-dev
mailing list