< prev index next >

src/share/vm/services/diagnosticCommand.cpp

Print this page

        

*** 265,275 **** } } void SystemGCDCmd::execute(DCmdSource source, TRAPS) { if (!DisableExplicitGC) { ! Universe::heap()->collect(GCCause::_java_lang_system_gc); } else { output()->print_cr("Explicit GC is disabled, no GC has been performed."); } } --- 265,275 ---- } } void SystemGCDCmd::execute(DCmdSource source, TRAPS) { if (!DisableExplicitGC) { ! Universe::heap()->collect(GCCause::_dcmd_gc_run); } else { output()->print_cr("Explicit GC is disabled, no GC has been performed."); } }
< prev index next >