From 98f2f0743f18aa085ba3e1a6f928bf3ea5061546 Mon Sep 17 00:00:00 2001 From: Prasanta Sadhukhan Date: Fri, 6 Jan 2017 16:50:50 +0530 Subject: [PATCH] 8170352: The collate option is not checked Reviewed-by: prr, yan --- .../unix/classes/sun/print/IPPPrintService.java | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/jdk/src/java.desktop/unix/classes/sun/print/IPPPrintService.java b/jdk/src/java.desktop/unix/classes/sun/print/IPPPrintService.java index 9f351b0ab66..4d1832801c6 100644 --- a/jdk/src/java.desktop/unix/classes/sun/print/IPPPrintService.java +++ b/jdk/src/java.desktop/unix/classes/sun/print/IPPPrintService.java @@ -1053,15 +1053,8 @@ public class IPPPrintService implements PrintService, SunPrinterJobService { // of setting it, it is a safe assumption to just always // include SheetCollate as supported attribute. - /* - In Linux, we use Postscript for rendering but Linux still - has issues in propagating Postscript-embedded setpagedevice - setting like collation. Therefore, we temporarily exclude - Linux. - */ - if (!PrintServiceLookupProvider.isLinux()) { - catList.add(SheetCollate.class); - } + catList.add(SheetCollate.class); + } // With the assumption that Chromaticity is equivalent to