On Tue, 21 Nov 2023 21:23:12 GMT, Phil Race <p...@openjdk.org> wrote:
> For as long as we've had the macOS port, it seems that queries on the > GraphicsConfiguration associated with > a printer would give you null for the defaultTransform. > Clearly this API isn't a popular one to call in such a context else we'd have > had lots of reports. > We have a test that would have caught it except that until recently the macOS > printing implementation > was swallowing exceptions it should not. This pull request has now been integrated. Changeset: afb89640 Author: Phil Race <p...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/afb896400bd194ef664ebad51c8d5d4c61a841d7 Stats: 78 lines in 4 files changed: 38 ins; 9 del; 31 mod 8320443: [macos] Test java/awt/print/PrinterJob/PrinterDevice.java fails on macOS Reviewed-by: aivanov, azvegint ------------- PR: https://git.openjdk.org/jdk/pull/16773