RFR: 8293965: Code signing warnings after JDK-8293550

Magnus Ihse Bursie ihse at openjdk.org
Mon Sep 19 12:05:45 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.

Looks good to me.

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

Marked as reviewed by ihse (Reviewer).

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



More information about the build-dev mailing list