diff --git a/test/compiler/EliminateAutoBox/UnsignedLoads.java b/test/compiler/EliminateAutoBox/UnsignedLoads.java index 982c5f7beb14389dc51e1db82fe3d4fe4bfcc7ae..6343386b999955c155595933022846e4d687aee9 100644 --- a/test/compiler/EliminateAutoBox/UnsignedLoads.java +++ b/test/compiler/EliminateAutoBox/UnsignedLoads.java @@ -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 */