This change removes the identity field from java.lang.Class since java.lang.Class has the info already with ACC_IDENTITY and there's no real efficiency for the VM to set it. Tested with tier1-3 in progress.
--------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8384193: [lworld] Remove identity field from java.lang.Class Changes: https://git.openjdk.org/valhalla/pull/2426/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2426&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8384193 Stats: 16 lines in 5 files changed: 0 ins; 12 del; 4 mod Patch: https://git.openjdk.org/valhalla/pull/2426.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2426/head:pull/2426 PR: https://git.openjdk.org/valhalla/pull/2426
