Duplicate :
|
|
Relates :
|
Within the JVM there are several ways to obtain a class loader's name: - java_lang_ClassLoader::name() - SystemDictionary::loader_name() - ClassLoaderData::loader_name() This enhancement is to standardized on the use of ClassLoaderData::loader_name() as the correct way to obtain a class loader's name. All uses of java_lang_ClassLoader::name() and SystemDictionary::loader_name() should be replaced.
|