[jdk11u-dev] Integrated: 8274860: gcc 10.2.1 produces an uninitialized warning in sharedRuntimeTrig.cpp
Joshua Cao
duke at openjdk.java.net
Fri Nov 19 18:17:17 UTC 2021
On Wed, 6 Oct 2021 21:32:16 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.
This pull request has now been integrated.
Changeset: 5e085484
Author: Joshua Cao <joshcao at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.java.net/jdk11u-dev/commit/5e085484dfe5cff46e921c887266661ac97041a5
Stats: 10 lines in 2 files changed: 10 ins; 0 del; 0 mod
8274860: gcc 10.2.1 produces an uninitialized warning in sharedRuntimeTrig.cpp
Reviewed-by: phh
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/489
More information about the jdk-updates-dev
mailing list