On Tue, 15 Oct 2024 01:25:56 GMT, SendaoYan <s...@openjdk.org> wrote:
> Hi all, > Test `java/foreign/TestUpcallStress.java` intermittent timeout with -Xcomp, > and this test use a very precise race, thus `-Xcomp` probably will never > trigger the problematic use-case. So this test not suitable for -Xcomp mode.I > add `@requires vm.compMode != "Xcomp"` to exclude from Xcomp testing and > remove this test from `ProblemList-Xcomp.txt`. > Trivial fix, test-fix only, no risk. This pull request has now been integrated. Changeset: 3b71657f Author: SendaoYan <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/3b71657f5995482d26c36209f72650fbf672a965 Stats: 2 lines in 2 files changed: 1 ins; 1 del; 0 mod 8341584: Test java/foreign/TestUpcallStress.java intermittent timeout with -Xcomp Reviewed-by: jpai, jvernee ------------- PR: https://git.openjdk.org/jdk/pull/21512