comparison test/compiler/EliminateAutoBox/UnsignedLoads.java @ 20683:abb8b1de96ff

8062742: compiler/EliminateAutoBox/UnsignedLoads.java fails with client vm Reviewed-by: kvn, rbackman, anoll, vlivanov, iignatyev Contributed-by: tatiana.pivovarova@oracle.com
author iignatyev
date Tue, 02 Dec 2014 20:13:17 +0300
parents e194d26c9f4e
children
comparison
equal deleted inserted replaced
20682:b12418b0d05c 20683:abb8b1de96ff
24 */ 24 */
25 25
26 /* 26 /*
27 * @test 27 * @test
28 * @library /testlibrary 28 * @library /testlibrary
29 * @run main/othervm -Xbatch -XX:+EliminateAutoBox 29 * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+EliminateAutoBox
30 * -XX:CompileOnly=::valueOf,::byteValue,::shortValue,::testUnsignedByte,::testUnsignedShort 30 * -XX:CompileOnly=::valueOf,::byteValue,::shortValue,::testUnsignedByte,::testUnsignedShort
31 * UnsignedLoads 31 * UnsignedLoads
32 */ 32 */
33 import static com.oracle.java.testlibrary.Asserts.assertEQ; 33 import static com.oracle.java.testlibrary.Asserts.assertEQ;
34 34