Skip to content

Commit

Permalink
8341584: Test java/foreign/TestUpcallStress.java intermittent timeout…
Browse files Browse the repository at this point in the history
… with -Xcomp
  • Loading branch information
sendaoYan committed Oct 15, 2024
1 parent bd62644 commit a0d6e5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion test/jdk/ProblemList-Xcomp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@
#############################################################################

java/lang/invoke/MethodHandles/CatchExceptionTest.java 8146623 generic-all
java/foreign/TestUpcallStress.java 8341584 generic-all
com/sun/jdi/InterruptHangTest.java 8043571 generic-all
1 change: 1 addition & 0 deletions test/jdk/java/foreign/TestUpcallStress.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @requires jdk.foreign.linker != "FALLBACK"
* @requires (os.arch == "aarch64" | os.arch=="riscv64") & os.name == "Linux"
* @requires os.maxMemory > 4G
* @requires vm.compMode != "Xcomp"
* @modules java.base/jdk.internal.foreign
* @build NativeTestHelper CallGeneratorHelper TestUpcallBase
* @bug 8337753
Expand Down

0 comments on commit a0d6e5f

Please sign in to comment.