--- old/src/java.desktop/unix/classes/sun/print/IPPPrintService.java 2015-09-18 13:07:03.793445821 -0700 +++ new/src/java.desktop/unix/classes/sun/print/IPPPrintService.java 2015-09-18 13:07:03.677445826 -0700 @@ -83,7 +83,7 @@ private String printer; private URI myURI; private URL myURL; - transient private ServiceNotifier notifier = null; + private transient ServiceNotifier notifier = null; private static int MAXCOPIES = 1000; private static short MAX_ATTRIBUTE_LENGTH = 255;