On Tue, 22 Jun 2021 07:39:28 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> This change adds a check for binutils 2.25 or higher after 8265783. The > change 8265783 introduced on linux x86_64 a minimum requirement for binutils > : "Minimum required would be binutils 2.25 where AVX512 support was added for > Skylake." (see https://bugs.openjdk.java.net/browse/JDK-8265783 ) > I adjusted the existing check that already checked the binutils version by > looking at the linker output (we do not look at the assembler version and it > seems to me we do not really invoke the assembler directly, just indirectly > via gcc). This pull request has now been integrated. Changeset: 18a1dd26 Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/18a1dd261cec6fa1c5820dce2df47d488417afff Stats: 8 lines in 1 file changed: 7 ins; 0 del; 1 mod 8269031: linux x86_64 check for binutils 2.25 or higher after 8265783 Reviewed-by: ihse, erikj ------------- PR: https://git.openjdk.java.net/jdk/pull/4548