< prev index next >

src/hotspot/share/classfile/systemDictionary.hpp

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

*** 344,355 **** // 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); // Used by DumpSharedSpaces only to remove classes that failed verification static void remove_classes_in_error_state(); static int calculate_systemdictionary_size(int loadedclasses); --- 344,354 ---- // 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); // 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 >