Re: RFR: 8283402: Update to gcc 11.2 on Linux [v2]

2022-04-12 Thread Kevin Rushforth
> This patch updates the compiler to gcc 11.2 on Linux, in order to match JDK > 17 -- see [JDK-8283057](https://bugs.openjdk.java.net/browse/JDK-8283057). > > I ran a full build and test, including media and WebKit. Kevin Rushforth has updated the pull request with a new target base due to a

Re: RFR: 8283402: Update to gcc 11.2 on Linux

2022-03-30 Thread Kevin Rushforth
On Fri, 25 Mar 2022 12:19:10 GMT, Kevin Rushforth wrote: > This patch updates the compiler to gcc 11.2 on Linux, in order to match JDK > 17 -- see [JDK-8283057](https://bugs.openjdk.java.net/browse/JDK-8283057). > > I ran a full build and test, including media and WebKit. Given that the gcc

Re: RFR: 8283402: Update to gcc 11.2 on Linux

2022-03-30 Thread Ambarish Rapte
On Fri, 25 Mar 2022 12:19:10 GMT, Kevin Rushforth wrote: > This patch updates the compiler to gcc 11.2 on Linux, in order to match JDK > 17 -- see [JDK-8283057](https://bugs.openjdk.java.net/browse/JDK-8283057). > > I ran a full build and test, including media and WebKit. Build on Ubuntu

Re: RFR: 8283402: Update to gcc 11.2 on Linux

2022-03-29 Thread Kevin Rushforth
On Fri, 25 Mar 2022 12:19:10 GMT, Kevin Rushforth wrote: > This patch updates the compiler to gcc 11.2 on Linux, in order to match JDK > 17 -- see [JDK-8283057](https://bugs.openjdk.java.net/browse/JDK-8283057). > > I ran a full build and test, including media and WebKit. > are there

Re: RFR: 8283402: Update to gcc 11.2 on Linux

2022-03-29 Thread Johan Vos
On Tue, 29 Mar 2022 11:50:32 GMT, Kevin Rushforth wrote: >> No, it will use whatever the latest is for GitHub actions. There doesn't >> seem to be an 11.2 package for GHA. It should be sufficient for most >> testing, but highlights one of the limitations of relying on GitHub Actions >> for

Re: RFR: 8283402: Update to gcc 11.2 on Linux

2022-03-29 Thread Kevin Rushforth
On Tue, 29 Mar 2022 11:49:14 GMT, Kevin Rushforth wrote: >> .github/workflows/submit.yml line 86: >> >>> 84: set -x >>> 85: sudo apt-get update >>> 86: sudo apt-get install libgl1-mesa-dev libx11-dev >>> libxxf86vm-dev libxt-dev pkg-config libgtk2.0-dev

Re: RFR: 8283402: Update to gcc 11.2 on Linux

2022-03-29 Thread Kevin Rushforth
On Tue, 29 Mar 2022 09:42:38 GMT, Johan Vos wrote: >> This patch updates the compiler to gcc 11.2 on Linux, in order to match JDK >> 17 -- see [JDK-8283057](https://bugs.openjdk.java.net/browse/JDK-8283057). >> >> I ran a full build and test, including media and WebKit. > >

Re: RFR: 8283402: Update to gcc 11.2 on Linux

2022-03-29 Thread Johan Vos
On Fri, 25 Mar 2022 12:19:10 GMT, Kevin Rushforth wrote: > This patch updates the compiler to gcc 11.2 on Linux, in order to match JDK > 17 -- see [JDK-8283057](https://bugs.openjdk.java.net/browse/JDK-8283057). > > I ran a full build and test, including media and WebKit.

Re: RFR: 8283402: Update to gcc 11.2 on Linux

2022-03-28 Thread Ambarish Rapte
On Fri, 25 Mar 2022 12:19:10 GMT, Kevin Rushforth wrote: > This patch updates the compiler to gcc 11.2 on Linux, in order to match JDK > 17 -- see [JDK-8283057](https://bugs.openjdk.java.net/browse/JDK-8283057). > > I ran a full build and test, including media and WebKit. I shall do a test

Re: RFR: 8283402: Update to gcc 11.2 on Linux

2022-03-25 Thread Kevin Rushforth
On Fri, 25 Mar 2022 12:19:10 GMT, Kevin Rushforth wrote: > This patch updates the compiler to gcc 11.2 on Linux, in order to match JDK > 17 -- see [JDK-8283057](https://bugs.openjdk.java.net/browse/JDK-8283057). > > I ran a full build and test, including media and WebKit. > This patch updates

RFR: 8283402: Update to gcc 11.2 on Linux

2022-03-25 Thread Kevin Rushforth
This patch updates the compiler to gcc 10.3 on Linux, in order to match JDK 17 -- see [JDK-8283057](https://bugs.openjdk.java.net/browse/JDK-8283057). I ran a full build and test, including media and WebKit. - Commit messages: - 8283402: Update to gcc 11.2 on Linux Changes: