--- 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,