-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
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);
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);