Re: RFR: 8274083: Update testing docs to mention tiered testing [v5]

2021-10-11 Thread Joseph D. Darcy
On 9/23/2021 11:00 PM, Alan Bateman wrote: On Thu, 23 Sep 2021 12:53:23 GMT, Aleksey Shipilev wrote: Now that OpenJDK has more or less complete `tier{1,2,3,4}` definitions, let's mention them in `testing.md`. Current patch is my braindump, I am open for suggestions :) Aleksey Shipilev has

Integrated: 8272167: AbsPathsInImage.java should skip *.dSYM directories

2021-10-11 Thread Sergey Bylokhov
On Sun, 10 Oct 2021 22:35:40 GMT, Sergey Bylokhov wrote: > This fix changes the AbsPathsInImage test to skip *.dSYM directories. This pull request has now been integrated. Changeset: dd93c6e2 Author:Sergey Bylokhov URL: https://git.openjdk.java.net/jdk/commit/dd93c6e27b66acebb221583

Re: RFR: 8274851: [PPC64] Port zgc to linux on ppc64le [v3]

2021-10-11 Thread Niklas Radomski
On Fri, 8 Oct 2021 15:41:47 GMT, Niklas Radomski wrote: >> Port the Z garbage collector >> ([JDK-8209683](https://bugs.openjdk.java.net/browse/JDK-8209683)) to linux >> on ppc64le. > > Niklas Radomski has updated the pull request incrementally with three > additional commits since the last rev

Re: RFR: 8274851: [PPC64] Port zgc to linux on ppc64le [v3]

2021-10-11 Thread Martin Doerr
On Fri, 8 Oct 2021 15:41:47 GMT, Niklas Radomski wrote: >> Port the Z garbage collector >> ([JDK-8209683](https://bugs.openjdk.java.net/browse/JDK-8209683)) to linux >> on ppc64le. > > Niklas Radomski has updated the pull request incrementally with three > additional commits since the last rev

Re: RFR: 8272167: AbsPathsInImage.java should skip *.dSYM directories

2021-10-11 Thread Erik Joelsson
On Sun, 10 Oct 2021 22:35:40 GMT, Sergey Bylokhov wrote: > This fix changes the AbsPathsInImage test to skip *.dSYM directories. Thanks for fixing this! - Marked as reviewed by erikj (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/5885

Re: RFR: 8275008: gtest build failure due to stringop-overflow warning with gcc11

2021-10-11 Thread Jie Fu
On Mon, 11 Oct 2021 02:35:20 GMT, David Holmes wrote: >> Hi all, >> >> gtest build fails due to stringop-overflow warning with gcc11. >> >> This is because gcc11 seems to be smart enough to detect the following >> stringop-overflow at test/hotspot/gtest/memory/test_guardedMemory.cpp:125:11. >>

Integrated: 8275008: gtest build failure due to stringop-overflow warning with gcc11

2021-10-11 Thread Jie Fu
On Sun, 10 Oct 2021 13:05:40 GMT, Jie Fu wrote: > Hi all, > > gtest build fails due to stringop-overflow warning with gcc11. > > This is because gcc11 seems to be smart enough to detect the following > stringop-overflow at test/hotspot/gtest/memory/test_guardedMemory.cpp:125:11. > > * For tar

Re: RFR: 8272167: AbsPathsInImage.java should skip *.dSYM directories

2021-10-11 Thread Magnus Ihse Bursie
On Sun, 10 Oct 2021 22:35:40 GMT, Sergey Bylokhov wrote: > This fix changes the AbsPathsInImage test to skip *.dSYM directories. LGTM - Marked as reviewed by ihse (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/5885

Re: RFR: 8275008: gtest build failure due to stringop-overflow warning with gcc11

2021-10-11 Thread Magnus Ihse Bursie
On Sun, 10 Oct 2021 13:05:40 GMT, Jie Fu wrote: > Hi all, > > gtest build fails due to stringop-overflow warning with gcc11. > > This is because gcc11 seems to be smart enough to detect the following > stringop-overflow at test/hotspot/gtest/memory/test_guardedMemory.cpp:125:11. > > * For tar