--- old/src/java.desktop/share/classes/sun/print/CustomMediaTray.java 2015-09-18 13:06:37.865446814 -0700 +++ new/src/java.desktop/share/classes/sun/print/CustomMediaTray.java 2015-09-18 13:06:37.753446818 -0700 @@ -40,7 +40,7 @@ } - private synchronized static int nextValue(String name) { + private static synchronized int nextValue(String name) { customStringTable.add(name); return (customStringTable.size()-1); }