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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp893 void ParNewGeneration::handle_promotion_failed(GenCollectedHeap* gch, ParScanThreadStateSet& thread_state_set, ParNewTracer& gc_tracer) { argument
909 thread_state_set.trace_promotion_failed(gc_tracer);
987 ParScanThreadStateSet thread_state_set(workers->active_workers(),
991 ParNewGenTask tsk(this, _next_gen, reserved().end(), &thread_state_set);
1005 thread_state_set.reset(0 /* Bad value in debug if not reset */,
1023 ParNewRefProcTaskExecutor task_executor(*this, thread_state_set);
1028 thread_state_set.flush();
1058 handle_promotion_failed(gch, thread_state_set, gc_tracer);
1074 TASKQUEUE_STATS_ONLY(thread_state_set.print_termination_stats());
1075 TASKQUEUE_STATS_ONLY(thread_state_set
[all...]

Completed in 489 milliseconds