hotspot/src/share/vm/classfile/dictionary.hpp
changeset 26174 ca46a107cb78
parent 25492 d27050bdfb04
child 26181 b8d61f186627
--- a/hotspot/src/share/vm/classfile/dictionary.hpp	Wed Aug 13 17:37:11 2014 -0700
+++ b/hotspot/src/share/vm/classfile/dictionary.hpp	Thu Aug 14 09:15:39 2014 +0200
@@ -108,9 +108,8 @@
     return (loader_data->is_the_null_class_loader_data() || !ClassUnloading);
   }
 
-  // Unload (that is, break root links to) all unmarked classes and
-  // loaders.  Returns "true" iff something was unloaded.
-  bool do_unloading();
+  // Unload (that is, break root links to) all unmarked classes and loaders.
+  void do_unloading();
 
   // Protection domains
   Klass* find(int index, unsigned int hash, Symbol* name,