src/hotspot/share/gc/parallel/psScavenge.cpp
changeset 51801 09e8e51c948a
parent 50728 9375184cec98
child 52117 a2edf32cd813
--- a/src/hotspot/share/gc/parallel/psScavenge.cpp	Wed Sep 12 13:09:51 2018 +0200
+++ b/src/hotspot/share/gc/parallel/psScavenge.cpp	Wed Sep 19 14:09:11 2018 +0200
@@ -279,7 +279,6 @@
   assert(!AlwaysTenure || _tenuring_threshold == 0, "Sanity");
 
   // Fill in TLABs
-  heap->accumulate_statistics_all_tlabs();
   heap->ensure_parsability(true);  // retire TLABs
 
   if (VerifyBeforeGC && heap->total_collections() >= VerifyGCStartAt) {