jdk/src/java.base/share/classes/sun/nio/ch/NativeObject.java
changeset 33674 566777f73c32
parent 25859 3317bb8137f4
equal deleted inserted replaced
33673:ab8e6d8e3ab9 33674:566777f73c32
    27  */
    27  */
    28 
    28 
    29 package sun.nio.ch;                                     // Formerly in sun.misc
    29 package sun.nio.ch;                                     // Formerly in sun.misc
    30 
    30 
    31 import java.nio.ByteOrder;
    31 import java.nio.ByteOrder;
    32 import sun.misc.Unsafe;
    32 import jdk.internal.misc.Unsafe;
    33 
    33 
    34 
    34 
    35 // ## In the fullness of time, this class will be eliminated
    35 // ## In the fullness of time, this class will be eliminated
    36 
    36 
    37 /**
    37 /**