Re: RFR: 8270083: -Wnonnull errors happen with GCC 11.1.1

2021-07-08 Thread Yasumasa Suenaga
On Thu, 8 Jul 2021 18:02:55 GMT, Erik Joelsson wrote: >> I attempted to build OpenJDK on Fedora 34 with gcc-11.1.1-3.fc34.x86_64, but >> I saw following errors: >> >> >> In file included from >> /home/ysuenaga/github-forked/jdk/src/hotspot/share/runtime/frame.inline.hpp:42, >>

Re: RFR: 8270083: -Wnonnull errors happen with GCC 11.1.1

2021-07-08 Thread Kim Barrett
On Thu, 8 Jul 2021 09:42:43 GMT, Yasumasa Suenaga wrote: > I attempted to build OpenJDK on Fedora 34 with gcc-11.1.1-3.fc34.x86_64, but > I saw following errors: > > > In file included from > /home/ysuenaga/github-forked/jdk/src/hotspot/share/runtime/frame.inline.hpp:42, > fr

Re: RFR: 8270083: -Wnonnull errors happen with GCC 11.1.1

2021-07-08 Thread Dean Long
On Fri, 9 Jul 2021 00:28:38 GMT, Yasumasa Suenaga wrote: >> I attempted to build OpenJDK on Fedora 34 with gcc-11.1.1-3.fc34.x86_64, but >> I saw following errors: >> >> >> In file included from >> /home/ysuenaga/github-forked/jdk/src/hotspot/share/runtime/frame.inline.hpp:42, >>

Re: RFR: JDK-8270108: Update JCov version to 3.0.9

2021-07-08 Thread Erik Joelsson
On Thu, 8 Jul 2021 18:59:56 GMT, Alexandre Iline wrote: > JDK-8270108: Update JCov version to 3.0.9 Marked as reviewed by erikj (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/4729

Re: RFR: JDK-8270108: Update JCov version to 3.0.9

2021-07-08 Thread Sergey Bylokhov
On Thu, 8 Jul 2021 18:59:56 GMT, Alexandre Iline wrote: > JDK-8270108: Update JCov version to 3.0.9 Will it support the new class file format in jdk18? - PR: https://git.openjdk.java.net/jdk/pull/4729

Re: RFR: 8270083: -Wnonnull errors happen with GCC 11.1.1

2021-07-08 Thread Dean Long
On Thu, 8 Jul 2021 09:42:43 GMT, Yasumasa Suenaga wrote: > I attempted to build OpenJDK on Fedora 34 with gcc-11.1.1-3.fc34.x86_64, but > I saw following errors: > > > In file included from > /home/ysuenaga/github-forked/jdk/src/hotspot/share/runtime/frame.inline.hpp:42, > fr

Re: RFR: 8270083: -Wnonnull errors happen with GCC 11.1.1

2021-07-08 Thread Yasumasa Suenaga
On Thu, 8 Jul 2021 09:42:43 GMT, Yasumasa Suenaga wrote: > I attempted to build OpenJDK on Fedora 34 with gcc-11.1.1-3.fc34.x86_64, but > I saw following errors: > > > In file included from > /home/ysuenaga/github-forked/jdk/src/hotspot/share/runtime/frame.inline.hpp:42, > fr

Re: RFR: JDK-8270108: Update JCov version to 3.0.9

2021-07-08 Thread Sergey Bylokhov
On Thu, 8 Jul 2021 18:59:56 GMT, Alexandre Iline wrote: > JDK-8270108: Update JCov version to 3.0.9 Marked as reviewed by serb (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/4729

Re: RFR: JDK-8270108: Update JCov version to 3.0.9

2021-07-08 Thread Alexandre Iline
On Thu, 8 Jul 2021 21:11:23 GMT, Sergey Bylokhov wrote: > Will it support the new class file format in jdk18? Yes, this is the reason for the fix - PR: https://git.openjdk.java.net/jdk/pull/4729

Re: RFR: 8270083: -Wnonnull errors happen with GCC 11.1.1

2021-07-08 Thread Dean Long
On Thu, 8 Jul 2021 09:42:43 GMT, Yasumasa Suenaga wrote: > I attempted to build OpenJDK on Fedora 34 with gcc-11.1.1-3.fc34.x86_64, but > I saw following errors: > > > In file included from > /home/ysuenaga/github-forked/jdk/src/hotspot/share/runtime/frame.inline.hpp:42, > fr

Re: RFR: 8270083: -Wnonnull errors happen with GCC 11.1.1

2021-07-08 Thread Kim Barrett
On Thu, 8 Jul 2021 09:42:43 GMT, Yasumasa Suenaga wrote: > I attempted to build OpenJDK on Fedora 34 with gcc-11.1.1-3.fc34.x86_64, but > I saw following errors: > > > In file included from > /home/ysuenaga/github-forked/jdk/src/hotspot/share/runtime/frame.inline.hpp:42, > fr

RFR: JDK-8270108: Update JCov version to 3.0.9

2021-07-08 Thread Alexandre Iline
JDK-8270108: Update JCov version to 3.0.9 - Commit messages: - JDK-8270108: Update JCov version to 3.0.9 Changes: https://git.openjdk.java.net/jdk/pull/4729/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4729&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8

Re: RFR: 8270083: -Wnonnull errors happen with GCC 11.1.1

2021-07-08 Thread Erik Joelsson
On Thu, 8 Jul 2021 09:42:43 GMT, Yasumasa Suenaga wrote: > I attempted to build OpenJDK on Fedora 34 with gcc-11.1.1-3.fc34.x86_64, but > I saw following errors: > > > In file included from > /home/ysuenaga/github-forked/jdk/src/hotspot/share/runtime/frame.inline.hpp:42, > fr

RFR: 8270083: -Wnonnull errors happen with GCC 11.1.1

2021-07-08 Thread Yasumasa Suenaga
I attempted to build OpenJDK on Fedora 34 with gcc-11.1.1-3.fc34.x86_64, but I saw following errors: In file included from /home/ysuenaga/github-forked/jdk/src/hotspot/share/runtime/frame.inline.hpp:42, from /home/ysuenaga/github-forked/jdk/src/hotspot/cpu/x86/abstractInterpre

Re: RFR: 8269823: JFR: Eliminate 'is_large' check for native JFR event if the size range is certain [v5]

2021-07-08 Thread Denghui Dong
On Thu, 8 Jul 2021 04:46:18 GMT, Denghui Dong wrote: >> Hi, >> >> Could I have a review of this improvement that eliminates 'is_large' check >> if the event size range is certain? >> >> JDK-8246260 introduced event large checks to reduce the recording size. >> This check could be eliminated at