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

mikhail cherkasov mikhail.cherkasov at oracle.com
Tue Apr 12 16:21:43 UTC 2016


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 can
never quit from while cycle in method " implPrintPage".
The fix adds this checks.

Thanks,
Mikhail.


More information about the openjfx-dev mailing list