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

Clean up code for DumpLoadedClassList

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 16
    • 16
    • hotspot
    • None
    • b13

      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.

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

              Created:
              Updated:
              Resolved: