hotspot/test/compiler/unsafe/SunMiscUnsafeAccessTestDouble.java
changeset 36851 03e2f4d0a421
parent 36827 53d2d43551d2
child 38234 06263a71233c
--- a/hotspot/test/compiler/unsafe/SunMiscUnsafeAccessTestDouble.java	Sat Apr 09 23:03:25 2016 +0100
+++ b/hotspot/test/compiler/unsafe/SunMiscUnsafeAccessTestDouble.java	Sat Apr 09 23:03:39 2016 +0100
@@ -25,7 +25,7 @@
  * @test
  * @bug 8143628
  * @summary Test unsafe access for double
- * @modules java.base/sun.misc
+ * @modules jdk.unsupported/sun.misc
  * @run testng/othervm -Diters=100   -Xint                   SunMiscUnsafeAccessTestDouble
  * @run testng/othervm -Diters=20000 -XX:TieredStopAtLevel=1 SunMiscUnsafeAccessTestDouble
  * @run testng/othervm -Diters=20000 -XX:-TieredCompilation  SunMiscUnsafeAccessTestDouble
@@ -160,6 +160,7 @@
 
 
 
+
     }
 
     static void testAccess(long address) {
@@ -172,3 +173,4 @@
     }
 }
 
+