RFR: 8252684: Move the AArch64 assember test under test/hotspot/gtest [v2]
David Holmes
dholmes at openjdk.java.net
Sun Nov 29 00:11:55 UTC 2020
On Sat, 28 Nov 2020 22:08:11 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Marked as reviewed by aph (Reviewer).
>
> This has broken all the regular x86 Windows builds! Please fix or backout immediately!
IIUC given:
#ifdef AARCH64
#include "precompiled.hpp"
VS will ignore the ifdef as it appears before the precompiled header include.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1476
More information about the hotspot-compiler-dev
mailing list