RFR: 8335231: [macos] Test java/awt/print/PrinterJob/Cancel/PrinterJobCancel.java failed on macOS because the case didn't get the expected PrintAbortException [v2]

Phil Race prr at openjdk.org
Wed Jul 31 18:35:36 UTC 2024


On Wed, 31 Jul 2024 18:32:32 GMT, Phil Race <prr at openjdk.org> wrote:

>> src/java.desktop/macosx/classes/sun/lwawt/macosx/CPrinterJob.java line 375:
>> 
>>> 373:                         printLoop(true, firstPage, lastPage);
>>> 374:                     } catch (PrinterAbortException pex) {
>>> 375:                         throw new PrinterAbortException(pex.getMessage());
>> 
>> Why not re-throw the original exception ?
>
> Did you miss this question ?

oh NM, this comments view doesn't show that it was fixed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20027#discussion_r1698943527


More information about the client-libs-dev mailing list