< prev index next >

test/hotspot/jtreg/compiler/codegen/TestTrichotomyExpressions.java

Print this page

        

*** 24,37 **** /** * @test * @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 * -XX:CompileCommand=dontinline,compiler.codegen.TestTrichotomyExpressions::test* * compiler.codegen.TestTrichotomyExpressions */ package compiler.codegen; --- 24,34 ---- /** * @test * @bug 8210215 * @summary Test that C2 correctly optimizes trichotomy expressions. * @library /test/lib ! * @run main/othervm/timeout=240 -XX:-TieredCompilation -Xbatch * -XX:CompileCommand=dontinline,compiler.codegen.TestTrichotomyExpressions::test* * compiler.codegen.TestTrichotomyExpressions */ package compiler.codegen;
< prev index next >