Skip to content

Commit 3b71657

Browse files
author
SendaoYan
committed
8341584: Test java/foreign/TestUpcallStress.java intermittent timeout with -Xcomp
Reviewed-by: jpai, jvernee
1 parent 004aaea commit 3b71657

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/jdk/ProblemList-Xcomp.txt

-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@
2828
#############################################################################
2929

3030
java/lang/invoke/MethodHandles/CatchExceptionTest.java 8146623 generic-all
31-
java/foreign/TestUpcallStress.java 8341584 generic-all
3231
com/sun/jdi/InterruptHangTest.java 8043571 generic-all

test/jdk/java/foreign/TestUpcallStress.java

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* @requires jdk.foreign.linker != "FALLBACK"
2727
* @requires (os.arch == "aarch64" | os.arch=="riscv64") & os.name == "Linux"
2828
* @requires os.maxMemory > 4G
29+
* @requires vm.compMode != "Xcomp"
2930
* @modules java.base/jdk.internal.foreign
3031
* @build NativeTestHelper CallGeneratorHelper TestUpcallBase
3132
* @bug 8337753

0 commit comments

Comments
 (0)