[RFR] [11u] 8224851: AArch64: fix warnings and errors with Clang and GCC 8.3

Andrew John Hughes gnu.andrew at redhat.com
Wed Jan 29 03:13:56 UTC 2020


Webrev: https://cr.openjdk.java.net/~andrew/openjdk11/8224851/webrev.01/
Bug: https://bugs.openjdk.java.net/browse/JDK-8224851

Backporting this fix helps to get OpenJDK 11 building with GCC 10. With
11.0.6, it fails due to  MacroAssembler::call_VM_leaf_base being
declared twice.

The backport is mostly clean. The only changes were due to an older
copyright header in src/hotspot/cpu/aarch64/frame_aarch64.cpp and the
lack of the simulator conditionals in
src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp, thanks to its
removal in JDK-8228400.

Ok for 11.0.7?

Thanks,
-- 
Andrew :)

Senior Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

PGP Key: ed25519/0xCFDA0F9B35964222 (hkp://keys.gnupg.net)
Fingerprint = 5132 579D D154 0ED2 3E04  C5A0 CFDA 0F9B 3596 4222
https://keybase.io/gnu_andrew



More information about the jdk-updates-dev mailing list