--- old/src/java.desktop/macosx/classes/sun/lwawt/macosx/CDropTargetContextPeer.java 2017-07-26 18:03:18.000000000 +0530 +++ new/src/java.desktop/macosx/classes/sun/lwawt/macosx/CDropTargetContextPeer.java 2017-07-26 18:03:18.000000000 +0530 @@ -51,20 +51,6 @@ super(); } - // We block, waiting for an empty event to get posted (CToolkit.invokeAndWait) - // This is so we finish dispatching DropTarget events before we dispatch the dragDropFinished event (which is a higher priority). - private void flushEvents(Component c) { - try { - LWCToolkit.invokeAndWait(new Runnable() { - public synchronized void run() { - } - }, c); - } - catch(Exception e) { - e.printStackTrace(); - } - } - protected Object getNativeData(long format) { long nativeDropTarget = this.getNativeDragContext();