Integrated: 8357079: Fix Windows AArch64 DevKit Creation

2025-06-26 Thread Luigi Montoya
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

Re: RFR: 8357079: Fix Windows AArch64 DevKit Creation [v2]

2025-06-26 Thread duke
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 /

Re: RFR: 8360478: libjsig related tier3 jtreg tests fail when asan is configured [v2]

2025-06-26 Thread Matthias Baesken
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

Re: RFR: 8360478: libjsig related tier3 jtreg tests fail when asan is configured [v2]

2025-06-26 Thread David Holmes
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