Integrated: JDK-8266892: avoid maybe-uninitialized gcc warnings on linux s390x
Matthias Baesken
mbaesken at openjdk.java.net
Tue May 11 10:52:58 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.
This pull request has now been integrated.
Changeset: 9e6e2228
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/9e6e2228cba05ff2ee3a4014a0a92bdd08d016d9
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8266892: avoid maybe-uninitialized gcc warnings on linux s390x
Reviewed-by: shade, lucy
-------------
PR: https://git.openjdk.java.net/jdk/pull/3970
More information about the hotspot-compiler-dev
mailing list