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

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

*** 39,49 **** import sun.awt.SunToolkit; import sun.awt.dnd.SunDropTargetContextPeer; import sun.awt.dnd.SunDropTargetEvent; ! import sun.misc.Unsafe; /** * The XDropTargetContextPeer is the class responsible for handling * the interaction between the XDnD/Motif DnD subsystem and Java drop targets. * --- 39,49 ---- import sun.awt.SunToolkit; import sun.awt.dnd.SunDropTargetContextPeer; import sun.awt.dnd.SunDropTargetEvent; ! import jdk.internal.misc.Unsafe; /** * The XDropTargetContextPeer is the class responsible for handling * the interaction between the XDnD/Motif DnD subsystem and Java drop targets. *