--- old/src/java.desktop/share/classes/java/awt/DisplayMode.java 2015-09-18 13:05:24.789449612 -0700 +++ new/src/java.desktop/share/classes/java/awt/DisplayMode.java 2015-09-18 13:05:24.681449616 -0700 @@ -92,7 +92,7 @@ * display mode. * @see #getBitDepth */ - @Native public final static int BIT_DEPTH_MULTI = -1; + @Native public static final int BIT_DEPTH_MULTI = -1; /** * Returns the bit depth of the display, in bits per pixel. This may be @@ -110,7 +110,7 @@ * Value of the refresh rate if not known. * @see #getRefreshRate */ - @Native public final static int REFRESH_RATE_UNKNOWN = 0; + @Native public static final int REFRESH_RATE_UNKNOWN = 0; /** * Returns the refresh rate of the display, in hertz. This may be