hotspot/test/runtime/Unsafe/RangeCheck.java
changeset 25368 506eef1dc714
parent 25336 d35d298197f9
child 29678 dd2f3932c21e
--- a/hotspot/test/runtime/Unsafe/RangeCheck.java	Tue Jun 24 12:27:51 2014 -0700
+++ b/hotspot/test/runtime/Unsafe/RangeCheck.java	Wed Jun 25 13:03:29 2014 -0700
@@ -43,6 +43,7 @@
                 true,
                 "-Xmx32m",
                 "-XX:-TransmitErrorReport",
+                "-XX:-InlineUnsafeOps", // The compiler intrinsics doesn't have the assert
                 DummyClassWithMainRangeCheck.class.getName());
 
         OutputAnalyzer output = new OutputAnalyzer(pb.start());