mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
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:
parent
f9abf6bee6
commit
5f578213c5
8 changed files with 75 additions and 70 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue