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.