[OpenJDK 2D-Dev] RFR: 8263984: Invalidate printServices when there are no printers [v3]

Jayathirth D V jdv at openjdk.java.net
Wed Apr 7 04:06:32 UTC 2021


On Tue, 6 Apr 2021 20:38:57 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> When `getAllPrinterNames()` returns null, the list of `printServices` is assigned a new empty array without invalidating old services which were in the array before.
>> 
>> The old print services should be invalidated.
>
> Alexey Ivanov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Add a blank line to separate condition from body

Marked as reviewed by jdv (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/3151


More information about the 2d-dev mailing list