[lworld] RFR: 8294678: [lworld] Update AccessFlags tests to include ACC_IDENTITY and ACC_VALUE
Roger Riggs
rriggs at openjdk.org
Tue Oct 4 19:22:38 UTC 2022
The tests for Class.accessFlags should be updated to check ACC_IDENTITY and ACC_VALUE.
Update ClassAccessFlagTest and ObjectMethods test to check consistency between
Class.isIdentity() and Class.isValue() methods with the Class accessFlags().
-------------
Commit messages:
- 8294678: [lworld] Update AccessFlags tests to include ACC_IDENTITY and ACC_VALUE
Changes: https://git.openjdk.org/valhalla/pull/775/files
Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=775&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8294678
Stats: 48 lines in 3 files changed: 30 ins; 0 del; 18 mod
Patch: https://git.openjdk.org/valhalla/pull/775.diff
Fetch: git fetch https://git.openjdk.org/valhalla pull/775/head:pull/775
PR: https://git.openjdk.org/valhalla/pull/775
More information about the valhalla-dev
mailing list