src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp
changeset 53984 31884d19e945
parent 53846 fe95464806a7
child 54465 c4f16445675a
--- a/src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp	Mon Mar 04 11:49:16 2019 +0100
+++ b/src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp	Mon Mar 04 11:49:16 2019 +0100
@@ -81,6 +81,9 @@
     GCParPhasesSentinel
   };
 
+  static const GCParPhases ExtRootScanSubPhasesStart = ThreadRoots;
+  static const GCParPhases ExtRootScanSubPhasesEnd = SATBFiltering;
+
   enum GCScanRSWorkItems {
     ScanRSScannedCards,
     ScanRSClaimedCards,