Integrated: 8309854: ciReplay TestServerVM test fails with Graal

Tobias Hartmann thartmann at openjdk.org
Tue Jun 13 16:16:58 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

This pull request has now been integrated.

Changeset: 3eec179c
Author:    Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3eec179c726e66bc1d0638dfe6e05f46fcea9d10
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8309854: ciReplay TestServerVM test fails with Graal

Reviewed-by: chagedorn, kvn

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

PR: https://git.openjdk.org/jdk/pull/14447


More information about the hotspot-compiler-dev mailing list