Replace SystemDictionaryShared::_java_platform_loader with SystemDictionary::is_platform_class_loader()

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 10
    • Affects Version/s: 9, 10
    • Component/s: hotspot
    • b31

      Migrated the computation of the _java_platform_loader from closed source to systemDictionary.cpp. The _java_platform_loader will be used by the AppCDS code.

      In the closed version of SystemDictionaryShared.cpp, we do a lot of comparison of "class_loader() == _java_platform_loader". To avoid duplication of functionality, this usage should be replaced with calls to SystemDictionary::is_platform_class_loader()

            Assignee:
            Calvin Cheung (Inactive)
            Reporter:
            Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: