Integrated: 8365823: Revert storing abstract and interface Klasses to non-class metaspace

Coleen Phillimore coleenp at openjdk.org
Fri Sep 19 11:57:15 UTC 2025


On Mon, 15 Sep 2025 13:28:45 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: fa00b249
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fa00b24954d63abed0093b696e5971c1918eec4d
Stats:     104 lines in 19 files changed: 7 ins; 66 del; 31 mod

8365823: Revert storing abstract and interface Klasses to non-class metaspace

Reviewed-by: kvn, shade, stuefe

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

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


More information about the graal-dev mailing list