Re: RFR: 8242490: Upgrade to gcc 9.2 on Linux

2020-04-18 Thread Kevin Rushforth
On Sat, 18 Apr 2020 15:52:36 GMT, Johan Vos  wrote:

>> This is a compiler upgrade on Linux from the current gcc 8.3 compiler to gcc 
>> 9.2. This will match a recent upgrade done
>> for JDK 15 -- see 
>> [JDK-8241721](https://bugs.openjdk.java.net/browse/JDK-8241721).
>> On a related note, using the gcc 9 compiler produces many (harmless) 
>> warnings that will be addressed by
>> [JDK-8241476](https://bugs.openjdk.java.net/browse/JDK-8241476) -- see PR 
>> #150.
>> I have run a full build and test using this new compiler.
>
> Works on my development system (didn't test on our build system yet)

I won't integrate this until Monday anyway. If you run into a problem with the 
actual builds using this compiler, let
me know and I'll hold off further (it's been well-tested on my end).

-

PR: https://git.openjdk.java.net/jfx/pull/178


Re: RFR: 8242490: Upgrade to gcc 9.2 on Linux

2020-04-18 Thread Johan Vos
On Mon, 13 Apr 2020 16:12:38 GMT, Kevin Rushforth  wrote:

> This is a compiler upgrade on Linux from the current gcc 8.3 compiler to gcc 
> 9.2. This will match a recent upgrade done
> for JDK 15 -- see 
> [JDK-8241721](https://bugs.openjdk.java.net/browse/JDK-8241721).
> On a related note, using the gcc 9 compiler produces many (harmless) warnings 
> that will be addressed by
> [JDK-8241476](https://bugs.openjdk.java.net/browse/JDK-8241476) -- see PR 
> #150.
> I have run a full build and test using this new compiler.

Works on my development system (didn't test on our build system yet)

-

Marked as reviewed by jvos (Reviewer).

PR: https://git.openjdk.java.net/jfx/pull/178


Re: RFR: 8242490: Upgrade to gcc 9.2 on Linux

2020-04-14 Thread Ambarish Rapte
On Mon, 13 Apr 2020 16:12:38 GMT, Kevin Rushforth  wrote:

> This is a compiler upgrade on Linux from the current gcc 8.3 compiler to gcc 
> 9.2. This will match a recent upgrade done
> for JDK 15 -- see 
> [JDK-8241721](https://bugs.openjdk.java.net/browse/JDK-8241721).
> On a related note, using the gcc 9 compiler produces many (harmless) warnings 
> that will be addressed by
> [JDK-8241476](https://bugs.openjdk.java.net/browse/JDK-8241476) -- see PR 
> #150.
> I have run a full build and test using this new compiler.

Marked as reviewed by arapte (Reviewer).

-

PR: https://git.openjdk.java.net/jfx/pull/178


Re: RFR: 8242490: Upgrade to gcc 9.2 on Linux

2020-04-13 Thread Kevin Rushforth
On Mon, 13 Apr 2020 16:12:38 GMT, Kevin Rushforth  wrote:

> This is a compiler upgrade on Linux from the current gcc 8.3 compiler to gcc 
> 9.2. This will match a recent upgrade done
> for JDK 15 -- see 
> [JDK-8241721](https://bugs.openjdk.java.net/browse/JDK-8241721).
> On a related note, using the gcc 9 compiler produces many (harmless) warnings 
> that will be addressed by
> [JDK-8241476](https://bugs.openjdk.java.net/browse/JDK-8241476) -- see PR 
> #150.
> I have run a full build and test using this new compiler.

/reviewers 2

-

PR: https://git.openjdk.java.net/jfx/pull/178


Re: RFR: 8242490: Upgrade to gcc 9.2 on Linux

2020-04-13 Thread Kevin Rushforth
On Mon, 13 Apr 2020 16:13:42 GMT, Kevin Rushforth  wrote:

>> This is a compiler upgrade on Linux from the current gcc 8.3 compiler to gcc 
>> 9.2. This will match a recent upgrade done
>> for JDK 15 -- see 
>> [JDK-8241721](https://bugs.openjdk.java.net/browse/JDK-8241721).
>> On a related note, using the gcc 9 compiler produces many (harmless) 
>> warnings that will be addressed by
>> [JDK-8241476](https://bugs.openjdk.java.net/browse/JDK-8241476) -- see PR 
>> #150.
>> I have run a full build and test using this new compiler.
>
> /reviewers 2

@arapte can you also review this?

-

PR: https://git.openjdk.java.net/jfx/pull/178


RFR: 8242490: Upgrade to gcc 9.2 on Linux

2020-04-13 Thread Kevin Rushforth
This is a compiler upgrade on Linux from the current gcc 8.3 compiler to gcc 
9.2. This will match a recent upgrade done
for JDK 15 -- see 
[JDK-8241721](https://bugs.openjdk.java.net/browse/JDK-8241721).

On a related note, using the gcc 9 compiler produces many (harmless) warnings 
that will be addressed by
[JDK-8241476](https://bugs.openjdk.java.net/browse/JDK-8241476) -- see PR #150.

I have run a full build and test using this new compiler.

-

Commit messages:
 - 8242490: Upgrade to gcc 9.2 on Linux

Changes: https://git.openjdk.java.net/jfx/pull/178/files
 Webrev: https://webrevs.openjdk.java.net/jfx/178/webrev.00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8242490
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jfx/pull/178.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/178/head:pull/178

PR: https://git.openjdk.java.net/jfx/pull/178