RFR: 8293965: Code signing warnings after JDK-8293550

Mikael Vidstedt mikael at openjdk.org
Fri Sep 16 22:19:57 UTC 2022


On Fri, 16 Sep 2022 21:39:39 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> The codesign utility prints a warning if it replaces an existing signature, something it will always do on aarch64 where the linker adds an unavoidable default "adhoc" signature. The best way I could find to get around this was to explicitly remove any existing signature before attempting to sign.

Marked as reviewed by mikael (Reviewer).

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

PR: https://git.openjdk.org/jdk/pull/10315



More information about the build-dev mailing list