RFR: 8309854: ciReplay TestServerVM test fails with Graal

Christian Hagedorn chagedorn at openjdk.org
Tue Jun 13 13:41:41 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

Looks good and trivial!

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

Marked as reviewed by chagedorn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/14447#pullrequestreview-1477207016


More information about the hotspot-compiler-dev mailing list