RFR: 8283787: C1: Remove unused ArrayStoreExceptionStub::_info

Christian Hagedorn chagedorn at openjdk.java.net
Mon Mar 28 15:10:47 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.

Looks good.

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

Marked as reviewed by chagedorn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list