[jdk11u-dev] RFR: 8274860: gcc 10.2.1 produces an uninitialized warning in sharedRuntimeTrig.cpp [v3]
Paul Hohensee
phh at openjdk.java.net
Wed Nov 17 20:21:57 UTC 2021
On Tue, 16 Nov 2021 23:38:48 GMT, Joshua Cao <duke at openjdk.java.net> wrote:
>> Fix the warning by initializing `fq` to an array of zeroes.
>>
>> Warning suppressed in tip https://github.com/openjdk/jdk/blob/master/make/hotspot/lib/CompileJvm.gmk#L83, but not suppressed in JDK11.
>
> Joshua Cao has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains one additional commit since the last revision:
>
> 8274860: gcc 10.2.1 produces an uninitialized warning in sharedRuntimeTrig.cpp
Lgtm.
-------------
Marked as reviewed by phh (Reviewer).
PR: https://git.openjdk.java.net/jdk11u-dev/pull/489
More information about the jdk-updates-dev
mailing list