RFR: 8282392: [zero] Build broken on AArch64 [v2]
Andrew Haley
aph at openjdk.java.net
Mon Feb 28 16:42:54 UTC 2022
On Mon, 28 Feb 2022 16:16:12 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> I think it is confusing to have `AARCH64_PORT_ONLY` defines, to be honest. In the similar cases for X86, we just additionally protect these blocks with !ZERO. Something like:
That's what we looked at and it was more of a mess, IMO. In the end it's a judgment call which to have, and I've seen this kind of mistake, where a particular port is confused with a particular CPU, enough times that I think this is OK; YMMV.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7633
More information about the hotspot-dev
mailing list