8223910: TestFloatJNIArgs and TestTrichotomyExpressions time out with Graal as JIT

Reviewed-by: thartmann
This commit is contained in:
Ekaterina Pavlova 2019-05-16 11:30:32 -07:00
parent cca7246a1a
commit 954169d7d1
2 changed files with 8 additions and 0 deletions

View File

@ -226,6 +226,7 @@ compiler/c2/Test8062950.java 8207267 generic-all
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

View File

@ -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
*/