src/hotspot/share/classfile/classLoaderData.hpp
changeset 48395 919780ab7acc
parent 47774 69c081ca110a
child 48529 6a5e7a575830
child 48614 c39ae979ca35
--- a/src/hotspot/share/classfile/classLoaderData.hpp	Wed Dec 13 10:21:21 2017 +0100
+++ b/src/hotspot/share/classfile/classLoaderData.hpp	Wed Dec 13 07:14:18 2017 -0500
@@ -307,7 +307,8 @@
   void packages_do(void f(PackageEntry*));
 
   // Deallocate free list during class unloading.
-  void free_deallocate_list();
+  void free_deallocate_list();      // for the classes that are not unloaded
+  void unload_deallocate_list();    // for the classes that are unloaded
 
   // Allocate out of this class loader data
   MetaWord* allocate(size_t size);