changeset 20685:0b86bdf28e07

Merge
author mchung
date Tue, 02 Dec 2014 18:09:39 +0000
parents abb8b1de96ff (diff) c03d85ef5e6a (current diff)
children dc763d49b82d
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/compiler/EliminateAutoBox/UnsignedLoads.java	Tue Dec 02 08:42:50 2014 -0800
+++ b/test/compiler/EliminateAutoBox/UnsignedLoads.java	Tue Dec 02 18:09:39 2014 +0000
@@ -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
  */