Searched defs:g1_policy (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMarkThread.cpp85 G1CollectorPolicy* g1_policy = g1h->g1_policy(); local
86 G1MMUTracker *mmu_tracker = g1_policy->mmu_tracker();
142 if (g1_policy->adaptive_young_list_length()) {
144 double remark_prediction_ms = g1_policy->predict_remark_time_ms();
180 if (g1_policy->adaptive_young_list_length()) {
182 double cleanup_prediction_ms = g1_policy->predict_cleanup_time_ms();
267 g1_policy->record_concurrent_mark_cleanup_completed();
H A DconcurrentMark.cpp720 G1CollectorPolicy* g1p = g1h->g1_policy();
777 G1CollectorPolicy* g1p = g1h->g1_policy();
1163 G1CollectorPolicy* g1p = g1h->g1_policy();
1865 G1CollectorPolicy* g1p = G1CollectedHeap::heap()->g1_policy();
1987 g1h->g1_policy()->record_concurrent_mark_cleanup_end((int)n_workers);
3192 _g1h->g1_policy()->record_concurrent_pause();
3944 G1CollectorPolicy* g1_policy = _g1h->g1_policy(); local
3968 g1_policy->get_new_prediction(&_marking_step_diffs_ms);

Completed in 32 milliseconds