Re: RFR: 8257181: s390x builds are very noisy with gc-sections messages

2020-11-26 Thread Aleksey Shipilev
On Thu, 26 Nov 2020 21:57:58 GMT, Lutz Schmidt wrote: >> Thanks. Trivial, right? (So I can push now?) > > Yes, sure. Push it, if you haven’t already. > Didn’t Martin give you a review as well? > > Sorry, I took a few off-screen (or screen off) hours. > > Thanks, > Lutz > > From: Aleksey Shipil

Integrated: 8257181: s390x builds are very noisy with gc-sections messages

2020-11-26 Thread Aleksey Shipilev
On Thu, 26 Nov 2020 15:18:04 GMT, Aleksey Shipilev wrote: > Sample build log sizes: > > PPC64 fastdebug, 200 kilobytes: > > https://builds.shipilev.net/openjdk-jdk/build-logs/build-linux-ppc64le-fastdebug.log > > S390X fastdebug, 20 megabytes! > > https://builds.shipilev.net/openjdk-jdk

Re: RFR: 8257181: s390x builds are very noisy with gc-sections messages

2020-11-26 Thread Lutz Schmidt
On Thu, 26 Nov 2020 17:48:14 GMT, Aleksey Shipilev wrote: >> This "noise generator" looks like a leftover from way back development >> times. Thanks for tracking this down. > > Thanks. Trivial, right? (So I can push now?) Yes, sure. Push it, if you haven’t already. Didn’t Martin give you a revi

RFR: 8256541: Sort out what version of awk is used in the build system

2020-11-26 Thread Magnus Ihse Bursie
For historical reasons, there exists a variety of different implementations of awk: awk (the original implementation), gawk (the GNU version), nawk (new awk, iirc) and the lesser known mawk. Things are complicated by the fact that the original awk is seldom used, but instead gawk or nawk is ty

Re: RFR: 8257181: s390x builds are very noisy with gc-sections messages

2020-11-26 Thread Aleksey Shipilev
On Thu, 26 Nov 2020 15:55:52 GMT, Lutz Schmidt wrote: >> Sample build log sizes: >> >> PPC64 fastdebug, 200 kilobytes: >> >> https://builds.shipilev.net/openjdk-jdk/build-logs/build-linux-ppc64le-fastdebug.log >> >> S390X fastdebug, 20 megabytes! >> >> https://builds.shipilev.net/openjd

Re: RFR: 8256747: GitHub Actions: decouple the hotspot build-only jobs from Linux x64 testing [v2]

2020-11-26 Thread Robin Westberg
On Thu, 26 Nov 2020 16:25:35 GMT, Magnus Ihse Bursie wrote: >>> That sounds very good indeed! I did not think it was possible for Skara to >>> access the Checks area, but if it does, it's really where this belong. >> >> I've tried this out a bit in the playground now - perhaps something like >

Re: RFR: 8256747: GitHub Actions: decouple the hotspot build-only jobs from Linux x64 testing [v2]

2020-11-26 Thread Magnus Ihse Bursie
On Thu, 26 Nov 2020 16:07:54 GMT, Robin Westberg wrote: >> @rwestberg That sounds very good indeed! I did not think it was possible for >> Skara to access the Checks area, but if it does, it's really where this >> belong. > >> That sounds very good indeed! I did not think it was possible for Sk

Re: RFR: 8256747: GitHub Actions: decouple the hotspot build-only jobs from Linux x64 testing [v2]

2020-11-26 Thread Robin Westberg
On Mon, 23 Nov 2020 11:54:48 GMT, Magnus Ihse Bursie wrote: > That sounds very good indeed! I did not think it was possible for Skara to > access the Checks area, but if it does, it's really where this belong. I've tried this out a bit in the playground now - perhaps something like this: https

Re: RFR: 8257181: s390x builds are very noisy with gc-sections messages

2020-11-26 Thread Lutz Schmidt
On Thu, 26 Nov 2020 15:18:04 GMT, Aleksey Shipilev wrote: > Sample build log sizes: > > PPC64 fastdebug, 200 kilobytes: > > https://builds.shipilev.net/openjdk-jdk/build-logs/build-linux-ppc64le-fastdebug.log > > S390X fastdebug, 20 megabytes! > > https://builds.shipilev.net/openjdk-jdk

Re: RFR: 8257181: s390x builds are very noisy with gc-sections messages

2020-11-26 Thread Martin Doerr
On Thu, 26 Nov 2020 15:18:04 GMT, Aleksey Shipilev wrote: > Sample build log sizes: > > PPC64 fastdebug, 200 kilobytes: > > https://builds.shipilev.net/openjdk-jdk/build-logs/build-linux-ppc64le-fastdebug.log > > S390X fastdebug, 20 megabytes! > > https://builds.shipilev.net/openjdk-jdk

RFR: 8257181: s390x builds are very noisy with gc-sections messages

2020-11-26 Thread Aleksey Shipilev
Sample build log sizes: PPC64 fastdebug, 200 kilobytes: https://builds.shipilev.net/openjdk-jdk/build-logs/build-linux-ppc64le-fastdebug.log S390X fastdebug, 20 megabytes! https://builds.shipilev.net/openjdk-jdk/build-logs/build-linux-s390x-server-fastdebug.log S390X slowdebug, 200 megab

Integrated: 8256831: MIPS Zero builds fail with undefined __atomic_compare_exchange_8

2020-11-26 Thread Aleksey Shipilev
On Sun, 22 Nov 2020 14:40:12 GMT, Aleksey Shipilev wrote: > If you try to build `linux-mipsel-zero-fastdebug`, this happens: > > > > > > > > I think it relates to > [JDK-8253970](https://bugs.openjdk.java.net/browse/JDK-8253970) that > introduced `atomic_compare_exchange` on those paths,

Re: RFR: 8256831: MIPS Zero builds fail with undefined __atomic_compare_exchange_8 [v3]

2020-11-26 Thread Aleksey Shipilev
On Thu, 26 Nov 2020 11:10:43 GMT, Ao Qi wrote: >> Thanks, I'll wait for either of @glaubitz, @theaoqi or @xiangzhai to confirm >> this fixes the native `mipsel` builds for them, and then integrate. > > The native build of linux-mipsel-zero-release passed. I only have mips64el > and 64-bit OS, s

Re: RFR: 8256831: MIPS Zero builds fail with undefined __atomic_compare_exchange_8 [v3]

2020-11-26 Thread Ao Qi
On Wed, 25 Nov 2020 08:43:31 GMT, Aleksey Shipilev wrote: >> Marked as reviewed by ihse (Reviewer). > > Thanks, I'll wait for either of @glaubitz, @theaoqi or @xiangzhai to confirm > this fixes the native `mipsel` builds for them, and then integrate. The native build of linux-mipsel-zero-releas

Re: RFR: 8253753 Enable default constructor warning in client modules

2020-11-26 Thread Magnus Ihse Bursie
On Tue, 24 Nov 2020 19:10:04 GMT, Joe Darcy wrote: > With the default constructors warnings in java.desktop and jdk.accessibility > now fixed, the warning should be enabled in the build for those modules. Looks good! Thank you for your continued efforts to clean up the code base. ---