< prev index next >

src/hotspot/share/classfile/systemDictionary.hpp

Print this page
rev 52404 : imported patch 8213307-rmt-cleanup

@@ -344,12 +344,11 @@
 
   // Garbage collection support
 
   // Unload (that is, break root links to) all unmarked classes and
   // loaders.  Returns "true" iff something was unloaded.
-  static bool do_unloading(GCTimer* gc_timer,
-                           bool do_cleaning = true);
+  static bool do_unloading(GCTimer* gc_timer);
 
   // Used by DumpSharedSpaces only to remove classes that failed verification
   static void remove_classes_in_error_state();
 
   static int calculate_systemdictionary_size(int loadedclasses);
< prev index next >