hotspot/test/runtime/Unsafe/GetPutFloat.java
changeset 30604 b8d532cb6420
parent 29678 dd2f3932c21e
child 36851 03e2f4d0a421
equal deleted inserted replaced
30603:a8754858a7fc 30604:b8d532cb6420
    29  *          java.management
    29  *          java.management
    30  * @run main GetPutFloat
    30  * @run main GetPutFloat
    31  */
    31  */
    32 
    32 
    33 import java.lang.reflect.Field;
    33 import java.lang.reflect.Field;
    34 import com.oracle.java.testlibrary.*;
    34 import jdk.test.lib.*;
    35 import sun.misc.Unsafe;
    35 import sun.misc.Unsafe;
    36 import static com.oracle.java.testlibrary.Asserts.*;
    36 import static jdk.test.lib.Asserts.*;
    37 
    37 
    38 public class GetPutFloat {
    38 public class GetPutFloat {
    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();
    41         Test t = new Test();
    41         Test t = new Test();