RFR: 8255441: Cleanup ciEnv/jvmciEnv::lookup_method-s
Vladimir Kozlov
kvn at openjdk.java.net
Tue Oct 27 23:21:18 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.
Can you use fatal() and print unexpected `bc` instead of SNRH()?
-------------
Changes requested by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/875
More information about the hotspot-compiler-dev
mailing list