test/compiler/IntegerArithmetic/TestIntegerComparison.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8038098 Cdiff test/compiler/IntegerArithmetic/TestIntegerComparison.java

test/compiler/IntegerArithmetic/TestIntegerComparison.java

Print this page
rev 7045 : 8038098: [TESTBUG] remove explicit set build flavor from hotspot/test/compiler/* tests
Reviewed-by: iignatyev
Contributed-by: evgeniya.stepanova@oracle.com

*** 23,33 **** /* * @test TestIntegerComparison * @bug 8043284 8042786 * @summary "Tests optimizations of signed and unsigned integer comparison." ! * @run main/othervm -server -Xcomp -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:CompileOnly=TestIntegerComparison::testSigned,TestIntegerComparison::testUnsigned TestIntegerComparison */ public class TestIntegerComparison { /** * Tests optimization of signed integer comparison (see BoolNode::Ideal). * The body of the if statement is unreachable and should not be compiled. --- 23,33 ---- /* * @test TestIntegerComparison * @bug 8043284 8042786 * @summary "Tests optimizations of signed and unsigned integer comparison." ! * @run main/othervm -Xcomp -XX:CompileOnly=TestIntegerComparison::testSigned,TestIntegerComparison::testUnsigned TestIntegerComparison */ public class TestIntegerComparison { /** * Tests optimization of signed integer comparison (see BoolNode::Ideal). * The body of the if statement is unreachable and should not be compiled.
test/compiler/IntegerArithmetic/TestIntegerComparison.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File