--- old/test/compiler/IntegerArithmetic/TestIntegerComparison.java 2014-09-16 19:16:05.275101259 +0400 +++ new/test/compiler/IntegerArithmetic/TestIntegerComparison.java 2014-09-16 19:16:05.019101266 +0400 @@ -25,7 +25,7 @@ * @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 + * @run main/othervm -Xcomp -XX:CompileOnly=TestIntegerComparison::testSigned,TestIntegerComparison::testUnsigned TestIntegerComparison */ public class TestIntegerComparison { /**