[jdk11u-dev] RFR: 8181571: printing to CUPS fails on mac sandbox app

Alexander Scherbatiy alexsch at openjdk.java.net
Wed May 25 13:33:20 UTC 2022


This is a clean backport of [JDK-8181571](https://bugs.openjdk.java.net/browse/JDK-8181571) printing to CUPS fails on mac sandbox app.

I manually checked that a signed java application with the fix prints a test page when running within the macOS sandbox.

The tests tier1, tier2, tier3 automated tests have been run on Mac M1.
The only failed test on my system ar tools/jlink/JLinkTest.java.JLinkTest which fails without the fix as well.
There are two tier2 failed tests which fail without the fix on my system as well:

java/nio/file/Files/probeContentType/Basic.java
sun/security/ssl/X509TrustManagerImpl/Symantec/Distrust.java

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

Commit messages:
 - Backport 3d4be14eba60e21d5c10f2ad07a20c018329c563

Changes: https://git.openjdk.java.net/jdk11u-dev/pull/1108/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=1108&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8181571
  Stats: 107 lines in 2 files changed: 98 ins; 5 del; 4 mod
  Patch: https://git.openjdk.java.net/jdk11u-dev/pull/1108.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/1108/head:pull/1108

PR: https://git.openjdk.java.net/jdk11u-dev/pull/1108


More information about the jdk-updates-dev mailing list