On Fri, 26 Jul 2024 16:21:33 GMT, Aleksey Shipilev wrote:
> I noticed that `build/$confname/configure.log` was truncated on some of my
> build nodes. Turns out, we are moving configure.log from tree root to that
> place a bit prematurely.
>
> We move `configure.log` here:
> https://github.com/
On Mon, 22 Jul 2024 20:41:52 GMT, Zdenek Zambersky wrote:
>> GHA code, which tries to remove bundle artifacts no longer works. It
>> probably broke after
>> [JDK-8324723](https://bugs.openjdk.org/browse/JDK-8324723) (GHA: Upgrade
>> some actions to avoid deprecated Node 16).
>>
>> **Details:*
On Sat, 20 Jul 2024 00:20:19 GMT, Jiangli Zhou wrote:
> Please review this PR that strips the `.llvm_addrsig` section from JDK and
> hotspot `.a` static libraries when building with clang. Please see
> https://bugs.openjdk.org/browse/JDK-8336849 description for details.
I'm back from vacation
Currently, we use JDK 22 GA binaries in Github Actions. Since JDK 22.0.2 is
available in the meanwhile, we can use it. I also correct the alphabetical
ordering of the macOS platforms.
-
Commit messages:
- JDK-8337819
Changes: https://git.openjdk.org/jdk/pull/20467/files
Webrev:
Hi Brian , if you give me the detailled info I can add it .
Best regards, Matthias
--
Hello,
We would like to add Microsoft as the maintainer of Windows aarch64 to the
Supported Build Platforms[1] page (JDK versions 11/17/21
On Tue, 16 Jul 2024 23:20:03 GMT, Chen Liang wrote:
>> Context: https://mail.openjdk.org/pipermail/build-dev/2024-July/045586.html
>>
>> People were confused on a few details around fixing windows space names,
>> including:
>> 1. setshortname can report confusing error message when the director
On Tue, 16 Jul 2024 23:20:03 GMT, Chen Liang wrote:
>> Context: https://mail.openjdk.org/pipermail/build-dev/2024-July/045586.html
>>
>> People were confused on a few details around fixing windows space names,
>> including:
>> 1. setshortname can report confusing error message when the director
On Mon, 5 Aug 2024 12:30:25 GMT, Christoph Langer wrote:
> Currently, we use JDK 22 GA binaries in Github Actions. Since JDK 22.0.2 is
> available in the meanwhile, we can use it. I also correct the alphabetical
> ordering of the macOS platforms.
Marked as reviewed by mbaesken (Reviewer).
---
On Mon, 5 Aug 2024 12:08:38 GMT, Magnus Ihse Bursie wrote:
>> Zdenek Zambersky has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> reintroduce -s flag
>
> The code looks sane. Have you been able to test this? (Trying out GHA changes
> is so
On Mon, 5 Aug 2024 12:30:25 GMT, Christoph Langer wrote:
> Currently, we use JDK 22 GA binaries in Github Actions. Since JDK 22.0.2 is
> available in the meanwhile, we can use it. I also correct the alphabetical
> ordering of the macOS platforms.
Marked as reviewed by ihse (Reviewer).
---
On Mon, 22 Jul 2024 20:41:52 GMT, Zdenek Zambersky wrote:
>> GHA code, which tries to remove bundle artifacts no longer works. It
>> probably broke after
>> [JDK-8324723](https://bugs.openjdk.org/browse/JDK-8324723) (GHA: Upgrade
>> some actions to avoid deprecated Node 16).
>>
>> **Details:*
On Mon, 22 Jul 2024 20:41:52 GMT, Zdenek Zambersky wrote:
>> GHA code, which tries to remove bundle artifacts no longer works. It
>> probably broke after
>> [JDK-8324723](https://bugs.openjdk.org/browse/JDK-8324723) (GHA: Upgrade
>> some actions to avoid deprecated Node 16).
>>
>> **Details:*
On Mon, 5 Aug 2024 13:44:28 GMT, Magnus Ihse Bursie wrote:
>> Zdenek Zambersky has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> reintroduce -s flag
>
> Great, thanks! The build system does not need a secondary review so you are
> free to
On Fri, 26 Jul 2024 16:21:33 GMT, Aleksey Shipilev wrote:
> I noticed that `build/$confname/configure.log` was truncated on some of my
> build nodes. Turns out, we are moving configure.log from tree root to that
> place a bit prematurely.
>
> We move `configure.log` here:
> https://github.com/
On Fri, 26 Jul 2024 16:21:33 GMT, Aleksey Shipilev wrote:
> I noticed that `build/$confname/configure.log` was truncated on some of my
> build nodes. Turns out, we are moving configure.log from tree root to that
> place a bit prematurely.
>
> We move `configure.log` here:
> https://github.com/
On Mon, 5 Aug 2024 12:30:25 GMT, Christoph Langer wrote:
> Currently, we use JDK 22 GA binaries in Github Actions. Since JDK 22.0.2 is
> available in the meanwhile, we can use it. I also correct the alphabetical
> ordering of the macOS platforms.
Marked as reviewed by shade (Reviewer).
--
On Mon, 22 Jul 2024 20:26:50 GMT, Zdenek Zambersky wrote:
> GHA code, which tries to remove bundle artifacts no longer works. It probably
> broke after [JDK-8324723](https://bugs.openjdk.org/browse/JDK-8324723) (GHA:
> Upgrade some actions to avoid deprecated Node 16).
>
> **Details:**
> Seems
On Fri, 26 Jul 2024 19:40:24 GMT, Brian Burkhalter wrote:
>> This proposed change would move the native objects required for NIO file
>> interaction from the libnio native library to the libjava native library on
>> Linux, macOS, and Windows.
>
> Brian Burkhalter has updated the pull request in
On Tue, 16 Jul 2024 20:50:32 GMT, Lutz Schmidt wrote:
> On MacOS, files may have extended attributes attached. These attributes are
> copied together with the files. To prevent issues during further processing,
> the extended attributes of the copies must be removed. This action was
> implemen
On Mon, 5 Aug 2024 15:19:33 GMT, Magnus Ihse Bursie wrote:
> This will introduce a source code dependency from libjava to libnio. It might
> be the correct thing to do, but I just want to highlight this.
I'll look into improving it.
> make/modules/java.base/lib/CoreLibraries.gmk line 71:
>
>>
On Wed, 31 Jul 2024 19:17:05 GMT, Alexander Zvegintsev
wrote:
>> GTK2 support for Swing/AWT was deprecated for removal in JDK 21.
>>
>> It's being removed because no platform that supports the JDK needs it.
>>
>> Manual and automated testing is green.
>
> Alexander Zvegintsev has updated the
On Mon, 5 Aug 2024 15:48:44 GMT, Magnus Ihse Bursie wrote:
>> There jtreg tests have several additional problemlists
>> ProblemList-Xcomp.txt
>> ProblemList-generational-zgc.txt
>> ProblemList-zgc.txt
>> Each of them is bound to corresponding execution mode (Xcomp/ZGC) and it
>> makes sense to
On Thu, 1 Aug 2024 18:26:55 GMT, Leonid Mesnik wrote:
> There jtreg tests have several additional problemlists
> ProblemList-Xcomp.txt
> ProblemList-generational-zgc.txt
> ProblemList-zgc.txt
> Each of them is bound to corresponding execution mode (Xcomp/ZGC) and it
> makes sense to treat them
On Mon, 5 Aug 2024 12:47:52 GMT, Magnus Ihse Bursie wrote:
>> Chen Liang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Update html
>
> doc/building.md line 1816:
>
>> 1814: The only directories required to have short paths are `Micros
On Mon, 5 Aug 2024 15:55:12 GMT, Chen Liang wrote:
>> doc/building.md line 1816:
>>
>>> 1814: The only directories required to have short paths are `Microsoft
>>> Visual Studio`
>>> 1815: and `Windows Kits`; the rest of the "contains space" warnings from
>>> `configure`
>>> 1816: can be ignore
On Sat, 20 Jul 2024 00:20:19 GMT, Jiangli Zhou wrote:
> Please review this PR that strips the `.llvm_addrsig` section from JDK and
> hotspot `.a` static libraries when building with clang. Please see
> https://bugs.openjdk.org/browse/JDK-8336849 description for details.
Thanks for looking into
Hi Matthias,
Thank you for your assistance. Here are the details:
Platform: Windows aarch64
Status: Works correctly (Green star)
OS Type/Vendor: Microsoft Windows Server Datacenter Azure Edition
OS Version: 2025
Compiler/Toolchain Type/Vendor: Microsoft Visual Studio
Compiler/Toolchain Version
On Mon, 5 Aug 2024 12:30:25 GMT, Christoph Langer wrote:
> Currently, we use JDK 22 GA binaries in Github Actions. Since JDK 22.0.2 is
> available in the meanwhile, we can use it. I also correct the alphabetical
> ordering of the macOS platforms.
Thanks for the reviews. All GHA tests went gree
On Mon, 5 Aug 2024 12:30:25 GMT, Christoph Langer wrote:
> Currently, we use JDK 22 GA binaries in Github Actions. Since JDK 22.0.2 is
> available in the meanwhile, we can use it. I also correct the alphabetical
> ordering of the macOS platforms.
This pull request has now been integrated.
Cha
On Mon, 5 Aug 2024 15:49:07 GMT, Magnus Ihse Bursie wrote:
>> make/RunTests.gmk line 845:
>>
>>> 843: ifneq ($$(findstring -Xcomp, $$(JTREG_ALL_OPTIONS)), )
>>> 844: JTREG_AUTO_PROBLEM_LISTS := $$(JTREG_AUTO_PROBLEM_LISTS)
>>> ProblemList-Xcomp.txt
>>> 845: JTREG_AUTO_TIMEOUT_FACTOR ?
> There jtreg tests have several additional problemlists
> ProblemList-Xcomp.txt
> ProblemList-generational-zgc.txt
> ProblemList-zgc.txt
> Each of them is bound to corresponding execution mode (Xcomp/ZGC) and it
> makes sense to treat them like standard problemlist when tests are executed
> wit
On Mon, 5 Aug 2024 15:51:04 GMT, Magnus Ihse Bursie wrote:
>> Leonid Mesnik has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> makefile updated.
>
> make/RunTests.gmk line 849:
>
>> 847:
>> 848: ifneq ($$(findstring -XX:+UseZGC, $$(JTRE
On Mon, 5 Aug 2024 15:25:32 GMT, Magnus Ihse Bursie wrote:
> Hi, I'm back from vacation now.
Looks like we are taking turns. Now I'm on vacation. Thorough analysis of why
the issue pops up occasionally will have to wait until I'm back (Aug 19th). I
have no specific idea in which direction I sh
On Thu, 27 Jun 2024 21:59:30 GMT, Mikael Vidstedt wrote:
>> In case you need it and avoid to generate yourself, I've generated sleef
>> inline header of 3.6.1 for riscv, it's at
>> https://github.com/openjdk/jdk/pull/18605/commits/c279a3c290554892939267d9ebe88198988d31a4
>
> @Hamlin-Li I have g
34 matches
Mail list logo