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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp958 CMTask* the_task = _cm->task(worker_id); local
959 the_task->record_start_time();
966 the_task->do_marking_step(mark_step_duration_ms,
979 if (!_cm->has_aborted() && the_task->has_aborted()) {
993 the_task->conc_overhead(os::elapsedTime()) * 8.0);
997 } while (!_cm->has_aborted() && the_task->has_aborted());
999 the_task->record_end_time();
1000 guarantee(!the_task->has_aborted() || _cm->has_aborted(), "invariant");

Completed in 38 milliseconds