RFR: 8283787: C1: Remove unused ArrayStoreExceptionStub::_info
Aleksey Shipilev
shade at openjdk.java.net
Wed Mar 30 07:13:44 UTC 2022
On Mon, 28 Mar 2022 12:45:56 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> SonarCloud complains `ArrayStoreExceptionStub::_info` field is not initialized. It is not actually used, and the incoming `CodeEmitInfo*` gets passed to superclass instead.
Thanks!
-------------
PR: https://git.openjdk.java.net/jdk/pull/7992
More information about the hotspot-compiler-dev
mailing list