--- old/src/java.desktop/share/classes/java/awt/EventQueue.java 2015-09-18 13:05:25.209449595 -0700 +++ new/src/java.desktop/share/classes/java/awt/EventQueue.java 2015-09-18 13:05:25.097449600 -0700 @@ -139,7 +139,7 @@ * Dummy runnable to wake up EDT from getNextEvent() after push/pop is performed */ - private final static Runnable dummyRunnable = new Runnable() { + private static final Runnable dummyRunnable = new Runnable() { public void run() { } };