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
Thu May 9 01:48:51 UTC 2024
On Thu, 9 May 2024 01:38:44 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> @JohnTortugo, thank you for adding new test. But it would be nice also add additional run with `-XX:+IgnoreUnrecognizedVMOptions -XX:-UseCompressedClassPointers` to failed test `test/hotspot/jtreg/compiler/c2/irTests/scalarReplacement/AllocationMergesTests.java`
Actually `-XX:+IgnoreUnrecognizedVMOptions` is not needed because you require `vm.bits == 64` in the test.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19148#issuecomment-2101781070
More information about the hotspot-compiler-dev
mailing list