< prev index next >

src/hotspot/share/gc/parallel/gcTaskThread.cpp

Print this page
rev 52189 : [mq]: tinit

*** 112,123 **** // them in this method. If there are no tasks to execute, // the GC workers wait in the GCTaskManager's get_task() // for tasks to be enqueued for execution. void GCTaskThread::run() { - // Set up the thread for stack overflow support - this->record_stack_base_and_size(); this->initialize_named_thread(); // Bind yourself to your processor. if (processor_id() != GCTaskManager::sentinel_worker()) { log_trace(gc, task, thread)("GCTaskThread::run: binding to processor %u", processor_id()); if (!os::bind_to_processor(processor_id())) { --- 112,121 ----
< prev index next >