< prev index next >

test/compiler/eliminateAutobox/UnsignedLoads.java

Print this page

        

*** 24,33 **** --- 24,34 ---- */ /* * @test * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+EliminateAutoBox * -XX:CompileOnly=::valueOf,::byteValue,::shortValue,::testUnsignedByte,::testUnsignedShort * UnsignedLoads */ import static com.oracle.java.testlibrary.Asserts.assertEQ;
< prev index next >