--- old/src/java.desktop/share/classes/sun/awt/SunHints.java 2015-09-18 13:06:17.593447590 -0700 +++ new/src/java.desktop/share/classes/sun/awt/SunHints.java 2015-09-18 13:06:17.481447594 -0700 @@ -102,7 +102,7 @@ private static Value[][] ValueObjects = new Value[NUM_KEYS][VALS_PER_KEY]; - private synchronized static void register(SunHints.Key key, + private static synchronized void register(SunHints.Key key, Value value) { int kindex = key.getIndex(); int vindex = value.getIndex();