Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8202605

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

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P3
    • 11
    • 11
    • hotspot
    • None
    • b19

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: