Searched refs:yellow_zone (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1Refine.cpp47 FLAG_SET_DEFAULT(G1ConcRefinementRedZone, yellow_zone() * 2);
49 set_red_zone(MAX2<int>(G1ConcRefinementRedZone, yellow_zone()));
73 _thread_threshold_step = (yellow_zone() - green_zone()) / (worker_thread_num() + 1);
H A DconcurrentG1Refine.hpp93 int yellow_zone() const { return _yellow_zone; } function in class:ConcurrentG1Refine
H A DconcurrentG1RefineThread.cpp65 cg1r()->yellow_zone());
191 if (dcqs.completed_queue_padding() > 0 && curr_buffer_num <= cg1r()->yellow_zone()) {
H A Dg1CollectorPolicy.cpp1227 cg1r->yellow_zone());
1234 if (curr_queue_size >= cg1r->yellow_zone()) {
H A Dg1CollectedHeap.cpp2178 concurrent_g1_refine()->yellow_zone(),

Completed in 71 milliseconds