src/java.desktop/unix/classes/sun/awt/X11/XTranslateCoordinates.java

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

@@ -25,11 +25,11 @@
 
 // This file is an automatically generated file, please do not edit this file, modify the WrapperGenerator.java file instead !
 
 package sun.awt.X11;
 
-import sun.misc.Unsafe;
+import jdk.internal.misc.Unsafe;
 
 public class XTranslateCoordinates {
         private static Unsafe unsafe = XlibWrapper.unsafe;
         private boolean __executed = false;
         long _scr_w;