8223910: TestFloatJNIArgs and TestTrichotomyExpressions time out with Graal as JIT
Reviewed-by: thartmann
This commit is contained in:
parent
cca7246a1a
commit
954169d7d1
@ -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
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user