< prev index next >

test/compiler/eliminateAutobox/UnsignedLoads.java

Print this page

        

@@ -24,10 +24,11 @@
  */
 
 /*
  * @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 >