src/hotspot/share/gc/g1/g1ParScanThreadState.cpp
changeset 54465 c4f16445675a
parent 53986 9ad20fd52b19
child 54843 25c329958c70
--- a/src/hotspot/share/gc/g1/g1ParScanThreadState.cpp	Mon Apr 08 11:11:22 2019 -0700
+++ b/src/hotspot/share/gc/g1/g1ParScanThreadState.cpp	Mon Apr 08 20:37:52 2019 +0200
@@ -372,7 +372,7 @@
     }
 
     size_t used_memory = pss->oops_into_optional_region(hr)->used_memory();
-    _g1h->phase_times()->record_or_add_thread_work_item(G1GCPhaseTimes::OptScanRS, worker_index, used_memory, G1GCPhaseTimes::OptCSetUsedMemory);
+    _g1h->phase_times()->record_or_add_thread_work_item(G1GCPhaseTimes::OptScanRS, worker_index, used_memory, G1GCPhaseTimes::ScanRSUsedMemory);
   }
 }