diff src/share/vm/classfile/systemDictionary.hpp @ 20619:b12a2a9b05ca

8056240: Investigate increased GC remark time after class unloading changes in CRM Fuse Reviewed-by: mgerdin, coleenp, bdelsart
author stefank
date Thu, 02 Oct 2014 10:55:36 +0200
parents 4cb90023bf2b
children 02c7eebe5f52
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.hpp	Mon Nov 03 12:02:40 2014 -0800
+++ b/src/share/vm/classfile/systemDictionary.hpp	Thu Oct 02 10:55:36 2014 +0200
@@ -341,7 +341,7 @@
 
   // Unload (that is, break root links to) all unmarked classes and
   // loaders.  Returns "true" iff something was unloaded.
-  static bool do_unloading(BoolObjectClosure* is_alive);
+  static bool do_unloading(BoolObjectClosure* is_alive, bool clean_alive = true);
 
   // Used by DumpSharedSpaces only to remove classes that failed verification
   static void remove_classes_in_error_state();