RFR: 8344763: cpCache print_on doesn't handle nulls
Matias Saavedra Silva
matsaave at openjdk.org
Thu Nov 21 17:36:34 UTC 2024
On Thu, 21 Nov 2024 17:30:53 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> A change to remove some more security manager code, resulted in java.lang.System not having any more indy instructions so the gtest test_cpCache_output.cpp was crashing because of missing null checks. Please review this trivial change to add in null checks. The test doesn't verify that there are indys so doesn't need to be fixed.
>
> Tested with gtest and upcoming security manager change.
Looks good, thanks!
-------------
Marked as reviewed by matsaave (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/22298#pullrequestreview-2452194704
More information about the hotspot-dev
mailing list