RFR: 8282392: [zero] Build broken on AArch64
Andrew Haley
aph at openjdk.java.net
Mon Feb 28 14:26:46 UTC 2022
On Mon, 28 Feb 2022 12:28:39 GMT, Alan Hayward <duke at openjdk.java.net> wrote:
> 8282392: [zero] Build broken on AArch64
src/hotspot/share/utilities/macros.hpp line 543:
> 541: #define AARCH64_PORT_ONLY(code) code
> 542: #define NOT_AARCH64_PORT_ONLY(code)
> 543: #else
I don't think we need `NOT_AARCH64_PORT_ONLY`, and it's too confusing. Otherwise OK.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7633
More information about the hotspot-dev
mailing list