hotspot/test/compiler/unsafe/X-UnsafeAccessTest.java.template
changeset 36827 53d2d43551d2
parent 36316 7a83de7aabca
child 36851 03e2f4d0a421
--- a/hotspot/test/compiler/unsafe/X-UnsafeAccessTest.java.template	Thu Mar 24 11:48:37 2016 -0700
+++ b/hotspot/test/compiler/unsafe/X-UnsafeAccessTest.java.template	Fri Mar 25 15:34:30 2016 +0300
@@ -160,6 +160,7 @@
             assertEquals(x, $value2$, "putVolatile $type$ value");
         }
 
+#if[!JdkInternalMisc]
 #if[Ordered]
         // Lazy
         {
@@ -168,6 +169,7 @@
             assertEquals(x, $value1$, "putRelease $type$ value");
         }
 #end[Ordered]
+#end[!JdkInternalMisc]
 
 #if[JdkInternalMisc]
         // Lazy