RFR: 8255441: Cleanup ciEnv/jvmciEnv::lookup_method-s [v2]

Vladimir Kozlov kvn at openjdk.java.net
Wed Oct 28 16:38:51 UTC 2020


On Wed, 28 Oct 2020 08:40:34 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.
>
> Aleksey Shipilev has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
> 
>  - Merge branch 'master' into JDK-8255441-cleanup-linkresolver
>  - Use `fatal` with proper message
>  - 8255441: Cleanup ciEnv/jvmciEnv::lookup_method-s

Good.

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

Marked as reviewed by kvn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list