RFR: 8261027: AArch64: Support for LSE atomics C++ HotSpot code
Nick Gasson
ngasson at openjdk.java.net
Mon Feb 8 10:08:43 UTC 2021
On Mon, 8 Feb 2021 09:52:41 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> src/hotspot/cpu/aarch64/atomic_aarch64.S line 1:
>>
>>> 1: // Copyright (c) 2021, Red Hat Inc. All rights reserved.
>>
>> Does this file work with the Windows assembler?
>
> I have no idea. If it doesn't, please tell me; I have no Windows system.
I don't either unfortunately. Maybe @mo-beck or @luhenry could help? The Windows build on GitHub Actions failed cryptically with:
Creating support/modules_libs/java.base/server/jvm.dll from 1045 file(s)
make[3]: *** [lib/CompileJvm.gmk:143: /cygdrive/d/a/jdk/jdk/jdk/build/windows-aarch64/hotspot/variant-server/libjvm/objs/atomic_aarch64.obj] Error 2
-------------
PR: https://git.openjdk.java.net/jdk/pull/2434
More information about the hotspot-dev
mailing list