RFR: 8289763: Remove NULL check in CDSProtectionDomain::init_security_info()
Coleen Phillimore
coleenp at openjdk.org
Wed Jul 6 14:51:21 UTC 2022
On Tue, 5 Jul 2022 18:28:11 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> Please review this trivial clean up. I removed the unnecessary NULL check, and replaced the `CHECK_(pd)` with `CHECK_NH` to make the code cleaner.
>
> It's easier to view the changes by ignoring whitespace differences.
Looks good and trivial to me.
-------------
Marked as reviewed by coleenp (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9380
More information about the hotspot-runtime-dev
mailing list