src/macosx/classes/sun/lwawt/macosx/CToolkitThreadBlockedHandler.java

Print this page

        

*** 39,50 **** protected boolean isOwned() { return false; } public void enter() { toolkit.startNativeNestedEventLoop(); } public void exit() { - toolkit.stopNativeNestedEventLoop(); } } --- 39,51 ---- protected boolean isOwned() { return false; } public void enter() { + // Despite the naming this method on MacOS only making one event from + // the native loop to be executed so this call is not blocking toolkit.startNativeNestedEventLoop(); } public void exit() { } }