RFR: JDK-8330795 : C2: assert((uint)type <= T_CONFLICT && _zero_type[type] != nullptr) failed: bad type with -XX:-UseCompressedClassPointers

Vladimir Kozlov kvn at openjdk.org
Tue May 14 03:54:01 UTC 2024


On Tue, 14 May 2024 02:48:44 GMT, Cesar Soares Lucas <cslucas at openjdk.org> wrote:

> However, in my experiments klass field loading doesn't appear very often in the benchmarks and therefore may not be much worth the added complication.

It may be true for code with new allocations but in general case when an object is passed as argument or loaded from field klass loading is common case.

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

PR Comment: https://git.openjdk.org/jdk/pull/19148#issuecomment-2109226957


More information about the hotspot-compiler-dev mailing list