RFR: 8282392: [zero] Build broken on AArch64

Alan Hayward duke at openjdk.java.net
Mon Feb 28 14:57:48 UTC 2022


On Mon, 28 Feb 2022 14:23:58 GMT, Andrew Haley <aph at openjdk.org> 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.

Agreed. Only added it to keep with the style of the file. Will remove.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7633


More information about the hotspot-dev mailing list