8189140: SystemDictionaryShared::initialize() should be renamed to be more meaningful

Removed this function, added JavaCalls::construct_new_instance and moved SharedDictionary_lock

Reviewed-by: jiangli, ccheung, dholmes, coleenp
This commit is contained in:
Ioi Lam 2018-05-15 14:49:10 -07:00
parent f9abf6bee6
commit 5f578213c5
8 changed files with 75 additions and 70 deletions

View file

@ -149,8 +149,6 @@ void SystemDictionary::compute_java_loaders(TRAPS) {
CHECK);
_java_platform_loader = (oop)result.get_jobject();
CDS_ONLY(SystemDictionaryShared::initialize(CHECK);)
}
ClassLoaderData* SystemDictionary::register_loader(Handle class_loader) {