RFR: 8344763: cpCache print_on doesn't handle nulls
Coleen Phillimore
coleenp at openjdk.org
Thu Nov 21 18:29:21 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.
Thanks Matias!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22298#issuecomment-2491969649
More information about the hotspot-dev
mailing list