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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp5284 class G1STWRefProcTaskExecutor: public AbstractRefProcTaskExecutor { class in inherits:AbstractRefProcTaskExecutor
5292 G1STWRefProcTaskExecutor(G1CollectedHeap* g1h, function in class:G1STWRefProcTaskExecutor
5381 void G1STWRefProcTaskExecutor::execute(ProcessTask& proc_task) {
5413 void G1STWRefProcTaskExecutor::execute(EnqueueTask& enq_task) {
5627 G1STWRefProcTaskExecutor par_task_executor(this, workers(), _task_queues, no_of_gc_workers);
5666 G1STWRefProcTaskExecutor par_task_executor(this, workers(), _task_queues, no_of_gc_workers);

Completed in 3827 milliseconds