RFR: 8343218: Disable allocating interface and abstract classes in non-class metaspace

Thomas Stuefe stuefe at openjdk.org
Wed Oct 30 07:12:04 UTC 2024


On Wed, 30 Oct 2024 05:43:22 GMT, David Holmes <dholmes at openjdk.org> wrote:

> So this is just disabling [JDK-8338526](https://bugs.openjdk.org/browse/JDK-8338526) until other C2 changes are in place. Are they coming soon? If not shouldn't [JDK-8338526](https://bugs.openjdk.org/browse/JDK-8338526) be backed out?

[JDK-8338526](https://bugs.openjdk.org/browse/JDK-8338526) cannot be backed out verbatim, since it has some follow-up fixes. But I also don't think this is necessary at this point. The changes supporting this feature were harmless and few. And we still may want this feature, especially when it comes to auto-generated classes.

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

PR Comment: https://git.openjdk.org/jdk/pull/21769#issuecomment-2446036051


More information about the hotspot-dev mailing list