RFR: 8365823: Revert storing abstract and interface Klasses to non-class metaspace [v5]

Coleen Phillimore coleenp at openjdk.org
Thu Sep 18 18:04:05 UTC 2025


> This change removes the optimization to not store abstract and interface Klass metadata to non-class metaspace.  Now all Klass metadata is in the Klass metaspace.  This is simpler and less bug prone, and didn't help with the limitation of classes that can be stored in class metaspace materially.
> Tested with tier1-4.

Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:

  Some limited additional cleanup to HotSpotMetaspaceConstantImpl.java on jvmci.  Reran jvmci tests.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/27295/files
  - new: https://git.openjdk.org/jdk/pull/27295/files/c333b8a1..f1d08d63

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=27295&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27295&range=03-04

  Stats: 11 lines in 1 file changed: 0 ins; 10 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/27295.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27295/head:pull/27295

PR: https://git.openjdk.org/jdk/pull/27295


More information about the graal-dev mailing list