8223910: TestFloatJNIArgs and TestTrichotomyExpressions time out with Graal as JIT
authorepavlova
Thu, 16 May 2019 11:30:32 -0700
changeset 54908 717c4a905f62
parent 54907 6bcda7ed24ef
child 54909 c107322c28b0
8223910: TestFloatJNIArgs and TestTrichotomyExpressions time out with Graal as JIT Reviewed-by: thartmann
test/hotspot/jtreg/ProblemList-graal.txt
test/hotspot/jtreg/compiler/floatingpoint/TestFloatJNIArgs.java
--- a/test/hotspot/jtreg/ProblemList-graal.txt	Thu May 16 11:37:26 2019 -0700
+++ b/test/hotspot/jtreg/ProblemList-graal.txt	Thu May 16 11:30:32 2019 -0700
@@ -226,6 +226,7 @@
 compiler/intrinsics/mathexact/LongMulOverflowTest.java  8207267   generic-all
 compiler/loopopts/TestOverunrolling.java                8207267   generic-all
 compiler/jsr292/NonInlinedCall/InvokeTest.java          8207267   generic-all
+compiler/codegen/TestTrichotomyExpressions.java         8207267   generic-all
 
 runtime/exceptionMsgs/AbstractMethodError/AbstractMethodErrorTest.java        8222582 generic-all
 
--- a/test/hotspot/jtreg/compiler/floatingpoint/TestFloatJNIArgs.java	Thu May 16 11:37:26 2019 -0700
+++ b/test/hotspot/jtreg/compiler/floatingpoint/TestFloatJNIArgs.java	Thu May 16 11:30:32 2019 -0700
@@ -28,6 +28,13 @@
  *
  * @run main/othervm/native -Xint compiler.floatingpoint.TestFloatJNIArgs
  * @run main/othervm/native -XX:+TieredCompilation -Xcomp compiler.floatingpoint.TestFloatJNIArgs
+ */
+
+/* @test
+ * @bug 8139258 8165673
+ * @summary Regression test for passing float args to a jni function.
+ *
+ * @requires !vm.graal.enabled
  * @run main/othervm/native -XX:-TieredCompilation -Xcomp compiler.floatingpoint.TestFloatJNIArgs
  */