Searched refs:do_marking_step (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp1123 void do_marking_step(double target_ms,
H A DconcurrentMark.cpp845 * barrier is one of the last things do_marking_step() does, and it
966 the_task->do_marking_step(mark_step_duration_ms,
2132 // possibly the global stack). Call CMTask::do_marking_step() to
2135 // We call CMTask::do_marking_step() in a loop, which we'll exit if
2140 // Note: CMTask::do_marking_step() can set the CMTask::has_aborted()
2142 // the beginning of CMTask::do_marking_step() for those conditions -
2144 // when CMTask::do_marking_step() returns without setting the
2148 _task->do_marking_step(mark_step_duration_ms,
2165 // do_marking_step routine, with an unbelievably large timeout value,
2182 gclog_or_tty->print_cr("\t[%d] Drain: Calling do_marking_step
3938 void CMTask::do_marking_step(double time_target_ms, function in class:CMTask
[all...]

Completed in 42 milliseconds