< prev index next >

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

Print this page
rev 9277 : imported patch 8140597-forcing-initial-mark-causes-abort-mixed-collections
rev 9278 : imported patch 8139874-after-full-gc-next-gc-is-always-young-only
rev 9279 : imported patch 8138740-start-initial-mark-right-after-mixed-gc-if-needed
rev 9281 : imported patch 8140689-skip-last-young-if-nothing-to-do-in-mixed
rev 9282 : dihop-changes
rev 9284 : imported patch 8136678-implement-adaptive-sizing-algorithm-for-IHOP
rev 9286 : imported patch 8136679-jfr-event-for-dynamic-ihop

*** 1230,1239 **** --- 1230,1241 ---- _last_old_allocated_bytes, last_unrestrained_young_length * HeapRegion::GrainBytes); } _last_old_allocated_bytes = 0; + _ihop_control->send_jfr_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 >