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