Integrated: 8255441: Cleanup ciEnv/jvmciEnv::lookup_method-s

Aleksey Shipilev shade at openjdk.java.net
Wed Oct 28 17:49:48 UTC 2020


On Tue, 27 Oct 2020 08:17:48 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Static analysis complains there is a potentially uninitialized `dest_method` after the switch, oblivious of `ShouldNotReachHere()`. This can be cleaned up along with related code.

This pull request has now been integrated.

Changeset: af33e162
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/af33e162
Stats:     55 lines in 2 files changed: 8 ins; 19 del; 28 mod

8255441: Cleanup ciEnv/jvmciEnv::lookup_method-s

Reviewed-by: kvn

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

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


More information about the hotspot-compiler-dev mailing list