RFR: 8255947: [macos] Signed macOS jpackage app doesn't filter spurious '-psn' argument

Alexander Matveev almatvee at openjdk.java.net
Wed Nov 11 04:33:08 UTC 2020


This is regression from JDK-8242302 and for some reason removing -psn argument code was removed during refactoring. Fixed be adding removing -psn argument back. Also, test was added to test this functionality.

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

Commit messages:
 - 8255947: [macos] Signed macOS jpackage app doesn't filter spurious '-psn' argument

Changes: https://git.openjdk.java.net/jdk/pull/1154/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1154&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8255947
  Stats: 113 lines in 5 files changed: 100 ins; 10 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1154.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1154/head:pull/1154

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


More information about the core-libs-dev mailing list