RFR: 8365823: Revert storing abstract and interface Klasses to non-class metaspace [v3]
Coleen Phillimore
coleenp at openjdk.org
Mon Sep 15 14:38:03 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:
Remove CFP.is_abstract().
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/27295/files
- new: https://git.openjdk.org/jdk/pull/27295/files/097c6b33..fe44431f
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=27295&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=27295&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 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