[jdk11u-dev] RFR: 8274860: gcc 10.2.1 produces an uninitialized warning in sharedRuntimeTrig.cpp [v2]
Joshua Cao
duke at openjdk.java.net
Mon Nov 8 00:35:54 UTC 2021
> 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 pull request now contains one commit:
8274860: gcc 10.2.1 produces an uninitialized warning in sharedRuntimeTrig.cpp
-------------
Changes: https://git.openjdk.java.net/jdk11u-dev/pull/489/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=489&range=01
Stats: 6 lines in 2 files changed: 6 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk11u-dev/pull/489.diff
Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/489/head:pull/489
PR: https://git.openjdk.java.net/jdk11u-dev/pull/489
More information about the jdk-updates-dev
mailing list