[lworld] RFR: 8293609: [lworld] Update vmTestbase/nsk/jdi/Accessible/modifiers001 to allow ACC_IDENTITY

Roger Riggs rriggs at openjdk.org
Fri Sep 9 17:00:38 UTC 2022


With identity classes Class.getModifiers() can return 0x20 as ACC_IDENTITY.
Previously it never returned the 0x20 bit (was ACC_SUPER).

test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifier/modifiers001.java should not be clearing 0x20.

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

Commit messages:
 - 8293609: [lworld] Update vmTestbase/nsk/jdi/Accessible/modifiers001 to allow ACC_IDENTITY

Changes: https://git.openjdk.org/valhalla/pull/751/files
 Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=751&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8293609
  Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod
  Patch: https://git.openjdk.org/valhalla/pull/751.diff
  Fetch: git fetch https://git.openjdk.org/valhalla pull/751/head:pull/751

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



More information about the valhalla-dev mailing list