Re: [9] Review request for 8150076: Print jobs are not finished when used a page range

2016-04-19 Thread mikhail cherkasov
Hi Phil, Please see my update in jbs: https://bugs.openjdk.java.net/browse/JDK-8150076 Thanks, Mikhail. On 4/14/2016 12:28 AM, Phil Race wrote: I have an old PageRange printing test where I set settings.setPageRanges(new PageRange(1,3)); and it prints fine on

Re: [9] Review request for 8150076: Print jobs are not finished when used a page range

2016-04-13 Thread Phil Race
I have an old PageRange printing test where I set settings.setPageRanges(new PageRange(1,3)); and it prints fine on JDK 9 on Win 7 x64. In fact it also prints fine with 8u74 Also a thread dump doesn't show any problem with the print thread not terminating. So I

[9] Review request for 8150076: Print jobs are not finished when used a page range

2016-04-12 Thread mikhail cherkasov
Hi all, Could you please review the fix for: https://bugs.openjdk.java.net/browse/JDK-8150076 webrev: http://cr.openjdk.java.net/~mcherkas/8150076/webrev.00/ J2DPrinterJob waits when page printing is done, but doesn't check that the whole job is done or that it is failed due error, as result we