src/java.desktop/share/classes/sun/swing/SwingAccessor.java

Print this page
rev 12972 : 8140606: Update library code to use internal Unsafe
Reviewed-by: duke

@@ -23,11 +23,11 @@
  * questions.
  */
 
 package sun.swing;
 
-import sun.misc.Unsafe;
+import jdk.internal.misc.Unsafe;
 
 import java.awt.*;
 import javax.swing.*;
 
 import javax.swing.text.JTextComponent;