Re: RFR: JDK-8187676: Disable uninitialized warnings for two files until proper fix available

2018-02-09 Thread Vladimir Kozlov
Good. Thanks, Vladimir K On 2/9/18 8:37 AM, Erik Joelsson wrote: Hello, In preparation for upgrading the toolchains used at Oracle, we need the build to be clean with the new compiler versions. On Linux, we are currently aiming at GCC 7.3. In hotspot, two files generate warnings when using

RFR: JDK-8187676: Disable uninitialized warnings for two files until proper fix available

2018-02-09 Thread Erik Joelsson
Hello, In preparation for upgrading the toolchains used at Oracle, we need the build to be clean with the new compiler versions. On Linux, we are currently aiming at GCC 7.3. In hotspot, two files generate warnings when using this compiler. I found this issue already filed with a patch for

Re: RFR: JDK-8187676: Disable uninitialized warnings for two files until proper fix available

2018-02-09 Thread Tim Bell
Erik: In preparation for upgrading the toolchains used at Oracle, we need the build to be clean with the new compiler versions. On Linux, we are currently aiming at GCC 7.3. In hotspot, two files generate warnings when using this compiler. I found this issue already filed with a patch for

Re: RFR: JDK-8187676: Disable uninitialized warnings for two files until proper fix available

2018-02-09 Thread Magnus Ihse Bursie
Looks good to me. (But ~ehelin..?) /Magnus > 9 feb. 2018 kl. 17:37 skrev Erik Joelsson : > > Hello, > > In preparation for upgrading the toolchains used at Oracle, we need the build > to be clean with the new compiler versions. On Linux, we are currently aiming >

Re: RFR: JDK-8187676: Disable uninitialized warnings for two files until proper fix available

2018-02-09 Thread Erik Joelsson
On 2018-02-09 12:19, Magnus Ihse Bursie wrote: (But ~ehelin..?) I found the issue filed and review posted already last year, but it was dropped in favor of fixing the underlying problem instead. I just reused his patch. See hotspot-compiler-dev archive if you are curious: