--- old/src/java.desktop/share/classes/java/awt/RenderingHints.java 2015-09-18 13:05:27.401449512 -0700 +++ new/src/java.desktop/share/classes/java/awt/RenderingHints.java 2015-09-18 13:05:27.293449516 -0700 @@ -110,7 +110,7 @@ Integer.toHexString(privatekey); } - private synchronized static void recordIdentity(Key k) { + private static synchronized void recordIdentity(Key k) { Object identity = k.getIdentity(); Object otherref = identitymap.get(identity); if (otherref != null) {