hotspot/test/compiler/EliminateAutoBox/UnsignedLoads.java
changeset 27641 fca9ac607ebc
parent 27421 df2b6ff5c959
--- a/hotspot/test/compiler/EliminateAutoBox/UnsignedLoads.java	Sat Nov 08 16:00:27 2014 +0300
+++ b/hotspot/test/compiler/EliminateAutoBox/UnsignedLoads.java	Sat Nov 08 16:00:28 2014 +0300
@@ -26,7 +26,7 @@
 /*
  * @test
  * @library /testlibrary
- * @run main/othervm -Xbatch -XX:+EliminateAutoBox
+ * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+EliminateAutoBox
  *                   -XX:CompileOnly=::valueOf,::byteValue,::shortValue,::testUnsignedByte,::testUnsignedShort
  *                   UnsignedLoads
  */