diff options
Diffstat (limited to 'runtime/gc/collector')
-rw-r--r-- | runtime/gc/collector/mark_sweep.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/gc/collector/mark_sweep.cc b/runtime/gc/collector/mark_sweep.cc index 4aff68a..71424bd 100644 --- a/runtime/gc/collector/mark_sweep.cc +++ b/runtime/gc/collector/mark_sweep.cc @@ -1347,9 +1347,6 @@ void MarkSweep::FinishPhase() { timings_.NewSplit("PostGcVerification"); heap->PostGcVerification(this); - timings_.NewSplit("RequestHeapTrim"); - heap->RequestHeapTrim(); - // Update the cumulative statistics total_freed_objects_ += GetFreedObjects() + GetFreedLargeObjects(); total_freed_bytes_ += GetFreedBytes() + GetFreedLargeObjectBytes(); |