8223910: TestFloatJNIArgs and TestTrichotomyExpressions time out with Graal as JIT
Reviewed-by: thartmann
--- 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
*/