--- old/src/java.desktop/unix/classes/sun/awt/X11/XWindowPeer.java 2015-07-31 11:23:02.073292500 +0300 +++ new/src/java.desktop/unix/classes/sun/awt/X11/XWindowPeer.java 2015-07-31 11:23:01.541725000 +0300 @@ -818,6 +818,8 @@ // there could be a race condition in which a ComponentListener could // see the old screen. super.handleConfigureNotifyEvent(xev); + AWTAccessor.getComponentAccessor().setLocation(target, newLocation.x, + newLocation.y); repositionSecurityWarning(); }