< prev index next >

src/share/vm/gc/g1/g1CollectorPolicy.cpp

Print this page
rev 9305 : imported patch 8140597-forcing-initial-mark-causes-abort-mixed-collections
rev 9306 : imported patch 8139874-after-full-gc-next-gc-is-always-young-only
rev 9307 : imported patch 8138740-start-initial-mark-right-after-mixed-gc-if-needed
rev 9309 : imported patch 8140689-skip-last-young-if-nothing-to-do-in-mixed
rev 9310 : dihop-changes
rev 9312 : imported patch 8136678-implement-adaptive-sizing-algorithm-for-IHOP
rev 9314 : imported patch 8136679-jfr-event-for-dynamic-ihop
rev 9315 : imported patch sangheon-review

@@ -1217,10 +1217,12 @@
                            _last_old_allocated_bytes,
                            last_unrestrained_young_length * HeapRegion::GrainBytes);
   }
   _last_old_allocated_bytes = 0;
 
+  _ihop_control->send_event(_g1->gc_tracer_stw());
+
   // Note that _mmu_tracker->max_gc_time() returns the time in seconds.
   double update_rs_time_goal_ms = _mmu_tracker->max_gc_time() * MILLIUNITS * G1RSetUpdatingPauseTimePercent / 100.0;
 
   double scan_hcc_time_ms = average_time_ms(G1GCPhaseTimes::ScanHCC);
 
< prev index next >