test/compiler/IntegerArithmetic/TestIntegerComparison.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/compiler/IntegerArithmetic/TestIntegerComparison.java	Wed Sep 17 20:32:05 2014
--- new/test/compiler/IntegerArithmetic/TestIntegerComparison.java	Wed Sep 17 20:32:05 2014

*** 23,33 **** --- 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.

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