--- old/src/share/classes/sun/awt/image/ImagingLib.java 2014-04-07 13:31:53.537307320 -0700 +++ new/src/share/classes/sun/awt/image/ImagingLib.java 2014-04-07 13:31:53.183973971 -0700 @@ -61,7 +61,7 @@ private static final int AFFINE_OP = 1; private static final int CONVOLVE_OP = 2; - private static Class[] nativeOpClass = new Class[NUM_NATIVE_OPS]; + private static Class[] nativeOpClass = new Class[NUM_NATIVE_OPS]; /** * Returned value indicates whether the library initailization was @@ -134,7 +134,7 @@ } - private static int getNativeOpIndex(Class opClass) { + private static int getNativeOpIndex(Class opClass) { // // Search for this class in cached list of // classes supplying native acceleration