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

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 11
    • 11
    • 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.

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

                Created:
                Updated:
                Resolved: