On Fri, 10 Apr 2026 09:46:32 GMT, Alexey Ivanov <[email protected]> wrote:

>> src/java.desktop/share/classes/sun/print/RasterPrinterJob.java line 1421:
>> 
>>> 1419:             job.print(doc, attributes);
>>> 1420:         } catch (PrintException e) {
>>> 1421:             throw new PrinterException(e.toString());
>> 
>> Should we update this block as well?
>
> It makes sense but under another bug id because this one is a regression of 
> [JDK-8268675](https://bugs.openjdk.org/browse/JDK-8268675).
> 
> I'd like not to mix the changes.

> Should we update this block as well?

I submitted [JDK-8382024](https://bugs.openjdk.org/browse/JDK-8382024): 
Propagate PrintException wrapped in PrinterException.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30656#discussion_r3065376628

Reply via email to