Re: [OpenJDK 2D-Dev] Suggest a modification to isPostscript exception handling

2012-08-22 Thread Sean Chou
Sorry about the repository, I'll update the webrev. On Thu, Aug 23, 2012 at 2:24 PM, Sean Chou wrote: > Hello, > > This is a simple modification to sun/print/PSPrinterJob.java. > When sun.print.IPPPrintService.isPostscript method checks if the > printer is a postscript printer, if IOExc

[OpenJDK 2D-Dev] Suggest a modification to isPostscript exception handling

2012-08-22 Thread Sean Chou
Hello, This is a simple modification to sun/print/PSPrinterJob.java. When sun.print.IPPPrintService.isPostscript method checks if the printer is a postscript printer, if IOException happens, the method assumes the printer is postscript printer (IPPPrintService.java, line 1605). In class