< prev index next >

src/hotspot/share/gc/g1/heapRegion.cpp

Print this page
rev 53923 : [mq]: 8219747-remove-g1-prefix

@@ -142,11 +142,11 @@
 
 void HeapRegion::calc_gc_efficiency() {
   // GC efficiency is the ratio of how much space would be
   // reclaimed over how long we predict it would take to reclaim it.
   G1CollectedHeap* g1h = G1CollectedHeap::heap();
-  G1Policy* g1p = g1h->g1_policy();
+  G1Policy* g1p = g1h->policy();
 
   // Retrieve a prediction of the elapsed time for this region for
   // a mixed gc because the region will only be evacuated during a
   // mixed gc.
   double region_elapsed_time_ms =
< prev index next >