8268227: java/foreign/TestUpcall.java still times out

Reviewed-by: dcubed
This commit is contained in:
Maurizio Cimadamore 2021-06-08 14:02:28 +00:00
parent 2717fcb134
commit 6843576c95
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
* @modules jdk.incubator.foreign/jdk.internal.foreign
* @build NativeTestHelper CallGeneratorHelper TestDowncall
*
* @run testng/othervm/timeout=240
* @run testng/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies
* --enable-native-access=ALL-UNNAMED
* TestDowncall
*/

View File

@ -28,7 +28,7 @@
* @modules jdk.incubator.foreign/jdk.internal.foreign
* @build NativeTestHelper CallGeneratorHelper TestUpcall
*
* @run testng/othervm/timeout=240
* @run testng/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies
* --enable-native-access=ALL-UNNAMED
* TestUpcall
*/