Native memory leak in ClassLoader::add_to_exploded_build_list

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 11
    • Affects Version/s: 11
    • Component/s: hotspot
    • b10

      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);

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

              Created:
              Updated:
              Resolved: