--- old/src/share/classes/sun/java2d/cmm/lcms/LCMS.java 2014-03-28 09:48:09.716915511 -0700 +++ new/src/share/classes/sun/java2d/cmm/lcms/LCMS.java 2014-03-28 09:48:09.600248839 -0700 @@ -189,7 +189,7 @@ LCMSImageLayout dest); public static native void freeTransform(long ID); - public static native void initLCMS(Class Trans, Class IL, Class Pf); + public static native void initLCMS(Class Trans, Class IL, Class Pf); private LCMS() {}; @@ -201,7 +201,7 @@ } java.security.AccessController.doPrivileged( - new java.security.PrivilegedAction() { + new java.security.PrivilegedAction() { public Object run() { /* We need to load awt here because of usage trace and * disposer frameworks