8062742: compiler/EliminateAutoBox/UnsignedLoads.java fails with client vm
authoriignatyev
Sat, 08 Nov 2014 16:00:28 +0300
changeset 27641 fca9ac607ebc
parent 27640 3eab5c5bf81a
child 27642 8c9eff693145
8062742: compiler/EliminateAutoBox/UnsignedLoads.java fails with client vm Reviewed-by: kvn, rbackman, anoll, vlivanov, iignatyev Contributed-by: tatiana.pivovarova@oracle.com
hotspot/test/TEST.groups
hotspot/test/compiler/EliminateAutoBox/UnsignedLoads.java
--- a/hotspot/test/TEST.groups	Sat Nov 08 16:00:27 2014 +0300
+++ b/hotspot/test/TEST.groups	Sat Nov 08 16:00:28 2014 +0300
@@ -431,7 +431,8 @@
   compiler/8005033/Test8005033.java \
   compiler/8005419/Test8005419.java \
   compiler/8005956/PolynomialRoot.java \
-  compiler/8007294/Test8007294.java
+  compiler/8007294/Test8007294.java \
+  compiler/EliminateAutoBox/UnsignedLoads.java
 
 hotspot_compiler_3 = \
   compiler/8007722/Test8007722.java \
--- 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
  */