RFR: 8309854: ciReplay TestServerVM test fails with Graal
Tobias Hartmann
thartmann at openjdk.org
Tue Jun 13 13:22:28 UTC 2023
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
-------------
Commit messages:
- 8309854: ciReplay TestServerVM test fails with Graal
Changes: https://git.openjdk.org/jdk/pull/14447/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14447&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8309854
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/14447.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14447/head:pull/14447
PR: https://git.openjdk.org/jdk/pull/14447
More information about the hotspot-compiler-dev
mailing list