RFR: 8284661: Reproducible assembly builds without relative linking [v3]

Andrew Leonard aleonard at openjdk.java.net
Mon Apr 11 18:02:47 UTC 2022


On Mon, 11 Apr 2022 17:40:58 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

>> @erikj79 As far as I can see only AIX is the exception of not being Linux and using .debuginfo suffix, are there others?
>> I am currently testing AIX, so I will see if it passes, as you say, I would have my doubts it will!
>
> Solaris used that extension as well. It's no longer supported in mainline, but if you backport this, which I assume you will want to, then someone may hit it.

ah right yes Solaris
I'll add a suitable  System.getProperty("os.name").contains("Linux")

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

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



More information about the build-dev mailing list