Integrated: 8339939: [JVMCI] Don't compress abstract and interface Klasses
Yudi Zheng
yzheng at openjdk.org
Mon Oct 28 12:42:52 UTC 2024
On Wed, 11 Sep 2024 13:09:07 GMT, Yudi Zheng <yzheng at openjdk.org> wrote:
> https://github.com/openjdk/jdk/pull/19157 disallows storing abstract and interface Klasses in class metaspace. JVMCI has to respect this and avoids compressing abstract and interface Klasses
This pull request has now been integrated.
Changeset: d5fb6b4a
Author: Yudi Zheng <yzheng at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d5fb6b4a3cf4926acb333e7ee55f96fc76225631
Stats: 72 lines in 7 files changed: 64 ins; 0 del; 8 mod
8339939: [JVMCI] Don't compress abstract and interface Klasses
Co-authored-by: Doug Simon <dnsimon at openjdk.org>
Reviewed-by: dnsimon
-------------
PR: https://git.openjdk.org/jdk/pull/20949
More information about the hotspot-compiler-dev
mailing list