RFR: 8309854: ciReplay TestServerVM test fails with Graal

Tobias Hartmann thartmann at openjdk.org
Tue Jun 13 13:48:51 UTC 2023


On Tue, 13 Jun 2023 13:04:32 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> We hit an assert in the test because the VM does not crash with` -XX:CICrashAt=1` with Graal as JIT. Also, Graal does not support replay compilation (see [JDK-8181747](https://bugs.openjdk.org/browse/JDK-8181747)), so the test should simply be excluded with Graal.
> 
> Thanks,
> Tobias

Thanks, Christian!

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

PR Comment: https://git.openjdk.org/jdk/pull/14447#issuecomment-1589352189


More information about the hotspot-compiler-dev mailing list