8212553: [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT
Summary: Removed -Xcomp and increased timeout.
Reviewed-by: kvn
--- a/test/hotspot/jtreg/compiler/codegen/TestTrichotomyExpressions.java Thu Oct 18 10:45:05 2018 -0400
+++ b/test/hotspot/jtreg/compiler/codegen/TestTrichotomyExpressions.java Thu Oct 18 17:50:49 2018 +0200
@@ -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
*/