--- a/jdk/src/java.desktop/share/classes/sun/awt/image/ByteComponentRaster.java Fri Sep 18 11:31:15 2015 -0700
+++ b/jdk/src/java.desktop/share/classes/sun/awt/image/ByteComponentRaster.java Sat Sep 19 15:45:59 2015 -0700
@@ -76,7 +76,7 @@
/** A cached copy of minY + height for use in bounds checks. */
private int maxY;
- static private native void initIDs();
+ private static native void initIDs();
static {
/* ensure that the necessary native libraries are loaded */
NativeLibLoader.loadLibraries();