RFR: JDK-8266892: avoid maybe-uninitialized gcc warnings on linux s390x

Lutz Schmidt lucy at openjdk.java.net
Tue May 11 09:14:55 UTC 2021


On Tue, 11 May 2021 08:56:05 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> In the linux s390x hs code there are a few "maybe-uninitialized" gcc warnings with gcc 8 (those warning class is disabled currently in jdk17 but enabled e.g. in jdk11).  It would be good to fix them anyway which is done by this small change.

Looks good to me.
Thanks for fixing.

-------------

Marked as reviewed by lucy (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3970


More information about the hotspot-compiler-dev mailing list