Standardize on ClassLoaderData::loader_name() throughout the VM to obtain a class loader's name

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 11
    • Affects Version/s: 11
    • Component/s: hotspot
    • None
    • b19

        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.

              Assignee:
              Lois Foltan
              Reporter:
              Lois Foltan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: