8212553: [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT
authorthartmann
Thu, 18 Oct 2018 17:50:49 +0200
changeset 52192 faa582d5a574
parent 52191 e5fab74748fb
child 52193 a3cab5d26ef8
8212553: [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT Summary: Removed -Xcomp and increased timeout. Reviewed-by: kvn
test/hotspot/jtreg/compiler/codegen/TestTrichotomyExpressions.java
--- 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
  */