--- old/src/share/classes/java/awt/color/ICC_Profile.java Thu Feb 24 09:45:32 2011 +++ new/src/share/classes/java/awt/color/ICC_Profile.java Thu Feb 24 09:45:32 2011 @@ -58,7 +58,6 @@ import java.security.AccessController; import java.security.PrivilegedAction; -import sun.misc.BootClassLoaderHook; /** * A representation of color profile data for device independent and @@ -865,8 +864,7 @@ case ColorSpace.CS_PYCC: synchronized(ICC_Profile.class) { if (PYCCprofile == null) { - if (BootClassLoaderHook.getHook() != null || - standardProfileExists("PYCC.pf")) + if (standardProfileExists("PYCC.pf")) { ProfileDeferralInfo pInfo = new ProfileDeferralInfo("PYCC.pf",