8212553: [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT

Removed -Xcomp and increased timeout.

Reviewed-by: kvn
This commit is contained in:
Tobias Hartmann 2018-10-18 17:50:49 +02:00
parent d54fa9e93d
commit 21f57051c4

@ -26,10 +26,7 @@
* @bug 8210215
* @summary Test that C2 correctly optimizes trichotomy expressions.
* @library /test/lib
* @run main/othervm -XX:-TieredCompilation -Xbatch
* -XX:CompileCommand=dontinline,compiler.codegen.TestTrichotomyExpressions::test*
* compiler.codegen.TestTrichotomyExpressions
* @run main/othervm -XX:-TieredCompilation -Xcomp
* @run main/othervm/timeout=240 -XX:-TieredCompilation -Xbatch
* -XX:CompileCommand=dontinline,compiler.codegen.TestTrichotomyExpressions::test*
* compiler.codegen.TestTrichotomyExpressions
*/