< prev index next >

src/share/vm/gc/g1/g1ConcurrentMark.cpp

Print this page
rev 11935 : [mq]: 8165292-gc-task-logging-spams-log

*** 1033,1042 **** --- 1033,1044 ---- // Setting active workers is not guaranteed since fewer // worker threads may currently exist and more may not be // available. active_workers = _parallel_workers->update_active_workers(active_workers); + log_info(gc, task)("Using %u workers of %u for marking", active_workers, _parallel_workers->total_workers()); + // Parallel task terminator is set in "set_concurrency_and_phase()" set_concurrency_and_phase(active_workers, true /* concurrent */); G1CMConcurrentMarkingTask markingTask(this, cmThread()); _parallel_workers->run_task(&markingTask);
< prev index next >