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

Rename SystemDictionary::parse_stream

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • 17
    • hotspot
    • b17

      This function is used to call the classfile parser for hidden or anonymous classes, and for use with jvmti RedefineClasses. The latter only calls KlassFactory::create_from_stream and skips the rest of the code in SystemDictionary::parse_stream.

      Renamed SystemDictionary::parse_stream -> resolve_hidden_class_from_stream
      resolve_from_stream -> resolve_class_from_stream
      and have SystemDictionary::resolve_from_stream() call the right version depending on ClassLoadInfo flags.

      So the external API is resolve_from_stream.

            coleenp Coleen Phillimore
            coleenp Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: