Integrated: 8344763: cpCache print_on doesn't handle nulls

Coleen Phillimore coleenp at openjdk.org
Thu Nov 21 18:29:22 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.

This pull request has now been integrated.

Changeset: 93d4ad4d
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/93d4ad4dd4cc4c5700af3453cfb3e21a804c8c14
Stats:     9 lines in 1 file changed: 6 ins; 0 del; 3 mod

8344763: cpCache print_on doesn't handle nulls

Reviewed-by: matsaave

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

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


More information about the hotspot-dev mailing list