< prev index next >

src/share/vm/gc/shared/workgroup.cpp

Print this page

        

*** 21,31 **** * questions. * */ #include "precompiled.hpp" - #include "gc/shared/gcId.hpp" #include "gc/shared/workgroup.hpp" #include "memory/allocation.hpp" #include "memory/allocation.inline.hpp" #include "runtime/atomic.inline.hpp" #include "runtime/os.hpp" --- 21,30 ----
*** 327,337 **** } void GangWorker::run_task(WorkData data) { print_task_started(data); - GCIdMark gc_id_mark(data._task->gc_id()); data._task->work(data._worker_id); print_task_done(data); } --- 326,335 ----
< prev index next >