On Thu, 15 May 2025 22:16:34 GMT, Luigi Montoya wrote:
> Fix path for Visual Studio arm64 binaries in createWindowsDevkit.sh
>
> The DevKit currently created on a Windows AArch64 machine uses the x64
> compiler binaries (e.g. cl.exe). This can be inspected by running "dumpbin
> /headers /out:c
On Mon, 23 Jun 2025 18:54:10 GMT, Luigi Montoya wrote:
>> Fix path for Visual Studio arm64 binaries in createWindowsDevkit.sh
>>
>> The DevKit currently created on a Windows AArch64 machine uses the x64
>> compiler binaries (e.g. cl.exe). This can be inspected by running "dumpbin
>> /headers /
On Thu, 26 Jun 2025 07:48:00 GMT, David Holmes wrote:
>> Matthias Baesken has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Adjust COPYRIGHT year
>
> make/data/asan/asan_default_options.c line 2:
>
>> 1: /*
>> 2: * Copyright (c) 2023, 20
On Thu, 26 Jun 2025 06:33:11 GMT, Matthias Baesken wrote:
>> There are a number of :tier3 HS jtreg tests using libjsig. Unfortunately
>> they clash with asan, so it should be avoided to run them if asan is
>> configured.
>>
>> Examples :
>> runtime/signal/TestSigalrm.java
>> runtime/signal/Tes