RFR: 8280823: Remove NULL check in DumpTimeClassInfo::is_excluded

Ioi Lam iklam at openjdk.java.net
Fri Jan 28 01:59:09 UTC 2022


On Fri, 28 Jan 2022 01:43:13 GMT, Yumin Qi <minqi at openjdk.org> wrote:

>> Please review this trivial change. The NULL check is not needed anymore because the ``DumpTimeClassInfo::_klass` field is never set to NULL.
>> 
>> Passed Oracle IT tiers 1~4
>
> Marked as reviewed by minqi (Reviewer).

Thanks @yminqi and @calvinccheung for the review

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

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


More information about the hotspot-runtime-dev mailing list