Integrated: 8266173: -Wmaybe-uninitialized happens in jni_util.c

Yasumasa Suenaga ysuenaga at openjdk.java.net
Thu Apr 29 01:07:51 UTC 2021


On Wed, 28 Apr 2021 01:20:24 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:

> We can see compiler warnings in jni_util.c as following on GCC 11. `buf` should be initialized.

This pull request has now been integrated.

Changeset: 4a9f2319
Author:    Yasumasa Suenaga <ysuenaga at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/4a9f2319c9cec5c2cc69aafe6abdf93aff120084
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8266173: -Wmaybe-uninitialized happens in jni_util.c

Reviewed-by: dholmes

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

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


More information about the core-libs-dev mailing list