Hello, AWT Team. Please review the fix for the issue: https://bugs.openjdk.java.net/browse/JDK-8028485 The fix is available at: http://cr.openjdk.java.net/~pchelko/8028485/webrev/
After the fix for JDK-8024864 the peer's bounds are updated in deliverMoveResizeEvent. However mouse enter/exit event delivery mechanism needs to use the updated bounds. So the synthesizeMouseEnterExit.. call was moved after the bounds update call. The test was modified because it failed sometimes due to lack of waiting. With best regards. Petr.