On Tue, 6 May 2025 09:08:35 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
>> Phil Race has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8356208 > > src/java.desktop/share/classes/sun/print/PSPrinterJob.java line 533: > >> 531: try { >> 532: spoolFile = new File(mDestination); >> 533: output = new FileOutputStream(spoolFile); > > Suggestion: > > output = new FileOutputStream(spoolFile); pre-existing but I guess I can do it since I'm pushing another commit for the other stuff to delete. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25047#discussion_r2076045625