--- old/src/java.desktop/unix/classes/sun/print/IPPPrintService.java 2016-03-04 14:59:42.655019814 +0530 +++ new/src/java.desktop/unix/classes/sun/print/IPPPrintService.java 2016-03-04 14:59:42.427019824 +0530 @@ -935,7 +935,7 @@ public boolean isDocFlavorSupported(DocFlavor flavor) { if (supportedDocFlavors == null) { - getSupportedDocFlavors(); + supportedDocFlavors = getSupportedDocFlavors(); } if (supportedDocFlavors != null) { for (int f=0; f