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

Native memory leak in ClassLoader::add_to_exploded_build_list

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 11
    • 11
    • hotspot
    • b10

    Description

      If there's an exception at this line:

          ClassPathEntry* new_entry = create_class_path_entry(path, &st, false, false, CHECK);

      It won't free the array at line:

        FREE_C_HEAP_ARRAY(char, path);

      Attachments

        Activity

          People

            hseigel Harold Seigel (Inactive)
            coleenp Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: