Integrated: 8264997: Remove SystemDictionary::cache_get

Coleen Phillimore coleenp at openjdk.java.net
Fri Apr 9 20:50:27 UTC 2021


On Fri, 9 Apr 2021 15:44:30 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This is a trivial change to remove an unneeded function in SystemDictionary.  The pd_cache_table() that is owned by SystemDictionary is already available to callers of SystemDictionary, ie. the ServiceThread, so there's no need to hide access inside of a function with a backwards name.
> 
> I also fixed add_protection_domain logging to be useful and fixed an assert.
> 
> Tested with mach5 tier1-3 in progress and manually.

This pull request has now been integrated.

Changeset: f26cd2ac
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/f26cd2ac
Stats:     21 lines in 5 files changed: 7 ins; 7 del; 7 mod

8264997: Remove SystemDictionary::cache_get

Reviewed-by: hseigel

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

PR: https://git.openjdk.java.net/jdk/pull/3418


More information about the hotspot-runtime-dev mailing list