From d791f4b98d93e5fc64e3191402cc5091e0553592 Mon Sep 17 00:00:00 2001 From: SendaoYan Date: Thu, 28 Nov 2024 09:29:49 +0000 Subject: [PATCH] 8341585: Test java/foreign/TestUpcallStress.java should mark as /native Reviewed-by: luhenry, pminborg --- test/jdk/java/foreign/TestUpcallStress.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jdk/java/foreign/TestUpcallStress.java b/test/jdk/java/foreign/TestUpcallStress.java index b7a53dd6c01..d910723b559 100644 --- a/test/jdk/java/foreign/TestUpcallStress.java +++ b/test/jdk/java/foreign/TestUpcallStress.java @@ -31,7 +31,7 @@ * @build NativeTestHelper CallGeneratorHelper TestUpcallBase * @bug 8337753 * - * @run testng/othervm/timeout=3200 + * @run testng/native/othervm/timeout=3200 * -Xcheck:jni * -XX:+IgnoreUnrecognizedVMOptions * -XX:-VerifyDependencies