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

Clean up code for DumpLoadedClassList

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 16
    • 16
    • hotspot
    • None
    • b13

    Description

      Currently we have two places for dumping loaded class name to list in vm, one is in ClassFileParser::parse_stream, the other is in SystemDictionary::load_shared_class_misc. The first part should be moved after post_process_parse_stream, which is after the class file successfully parsed. The dump code should move to a place where shared by the two like in InstanceKlass.

      Attachments

        Activity

          People

            minqi Yumin Qi
            minqi Yumin Qi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: