hotspot/src/share/vm/classfile/dictionary.hpp
changeset 26181 b8d61f186627
parent 26135 82b516c550f7
parent 26174 ca46a107cb78
child 29081 c61eb4914428
--- a/hotspot/src/share/vm/classfile/dictionary.hpp	Tue Aug 19 10:04:29 2014 -0400
+++ b/hotspot/src/share/vm/classfile/dictionary.hpp	Thu Aug 21 20:24:41 2014 +0200
@@ -109,9 +109,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,