--- old/src/java.desktop/share/classes/sun/awt/dnd/SunDropTargetContextPeer.java 2015-09-18 13:06:19.733447508 -0700 +++ new/src/java.desktop/share/classes/sun/awt/dnd/SunDropTargetContextPeer.java 2015-09-18 13:06:19.625447512 -0700 @@ -137,10 +137,10 @@ * constants used by dropAccept() or dropReject() */ - protected final static int STATUS_NONE = 0; // none pending - protected final static int STATUS_WAIT = 1; // drop pending - protected final static int STATUS_ACCEPT = 2; - protected final static int STATUS_REJECT = -1; + protected static final int STATUS_NONE = 0; // none pending + protected static final int STATUS_WAIT = 1; // drop pending + protected static final int STATUS_ACCEPT = 2; + protected static final int STATUS_REJECT = -1; /** * create the peer