hotspot/test/runtime/Unsafe/GetPutDouble.java
changeset 38152 80e5da81fb2c
parent 36851 03e2f4d0a421
child 40631 ed82623d7831
equal deleted inserted replaced
38151:fffedc5e5cf8 38152:80e5da81fb2c
    30  * @run main GetPutDouble
    30  * @run main GetPutDouble
    31  */
    31  */
    32 
    32 
    33 import java.lang.reflect.Field;
    33 import java.lang.reflect.Field;
    34 import jdk.test.lib.*;
    34 import jdk.test.lib.*;
    35 import sun.misc.Unsafe;
    35 import jdk.internal.misc.Unsafe;
    36 import static jdk.test.lib.Asserts.*;
    36 import static jdk.test.lib.Asserts.*;
    37 
    37 
    38 public class GetPutDouble {
    38 public class GetPutDouble {
    39     public static void main(String args[]) throws Exception {
    39     public static void main(String args[]) throws Exception {
    40         Unsafe unsafe = Utils.getUnsafe();
    40         Unsafe unsafe = Utils.getUnsafe();