Integrated: 8289763: Remove NULL check in CDSProtectionDomain::init_security_info()

Ioi Lam iklam at openjdk.org
Thu Jul 7 17:32:04 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.

This pull request has now been integrated.

Changeset: 5564effe
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5564effe9c69a5aa1975d059f69cef546be28502
Stats:     61 lines in 1 file changed: 5 ins; 10 del; 46 mod

8289763: Remove NULL check in CDSProtectionDomain::init_security_info()

Reviewed-by: ccheung, coleenp

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

PR: https://git.openjdk.org/jdk/pull/9380


More information about the hotspot-runtime-dev mailing list