Integrated: 8343218: Add option to disable allocating interface and abstract classes in non-class metaspace

Coleen Phillimore coleenp at openjdk.org
Mon Aug 4 20:15:20 UTC 2025


On Thu, 31 Jul 2025 18:13:30 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This change introduces a diagnostic flag to disable the change to allocate interface and abstract Klass metadata in the non-class metaspace.  Testing for JDK 25 has completed with this feature in place, but there may be cases where we should disable this.  A future change will be to remove this code.
> Tested with tier1-4 with the flag off, and 1-4 with the flag on.

This pull request has now been integrated.

Changeset: da3a5da8
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/da3a5da81bc1d6fe1e47e3a4e65bf390ee1d39a0
Stats:     12 lines in 5 files changed: 6 ins; 0 del; 6 mod

8343218: Add option to disable allocating interface and abstract classes in non-class metaspace

Reviewed-by: shade, kvn, yzheng, stuefe, dholmes

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

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


More information about the hotspot-dev mailing list