--- old/src/java.desktop/macosx/native/libawt_lwawt/awt/CDropTarget.m 2020-08-05 17:14:29.000000000 -0700 +++ new/src/java.desktop/macosx/native/libawt_lwawt/awt/CDropTarget.m 2020-08-05 17:14:29.000000000 -0700 @@ -611,7 +611,7 @@ JNF_MEMBER_CACHE(handleExitMessageMethod, jc_CDropTargetContextPeer, "handleExitMessage", "(Ljava/awt/Component;J)V"); if (sDraggingError == FALSE) { DLog3(@" - dragExit: loc native %f, %f\n", sDraggingLocation.x, sDraggingLocation.y); - // AWT_THREADING Safe (CToolkitThreadBlockedHandler) + // AWT_THREADING Safe (CToolkitThreadBlockedHandler) JNFCallVoidMethod(env, fDropTargetContextPeer, handleExitMessageMethod, fComponent, ptr_to_jlong(self)); }