On Mon, 11 Apr 2022 17:40:58 GMT, Erik Joelsson <er...@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