Merge
This commit is contained in:
commit
19dc012f46
@ -414,11 +414,7 @@ void VMInfoDCmd::execute(DCmdSource source, TRAPS) {
|
||||
}
|
||||
|
||||
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.");
|
||||
}
|
||||
Universe::heap()->collect(GCCause::_dcmd_gc_run);
|
||||
}
|
||||
|
||||
void RunFinalizationDCmd::execute(DCmdSource source, TRAPS) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user