RFR: 8274860: gcc 10.2.1 produces an uninitialized warning in sharedRuntimeTrig.cpp
David Holmes
dholmes at openjdk.java.net
Wed Nov 3 01:48:14 UTC 2021
On Tue, 2 Nov 2021 23:39:48 GMT, Joshua Cao <duke at openjdk.java.net> wrote:
> Initialize `fq` to an array to zeroes.
Hi Joshua,
This warning looks like a false positive to me. I'd prefer to see the warning disabled than make a change to highly optimised math code.
Cheers,
David
-------------
Changes requested by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6220
More information about the hotspot-dev
mailing list