comparison src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 4ca6dc0799b6 8847586c9037
children 7848fc12602b
comparison
equal deleted inserted replaced
17606:45d7b2c7029d 18041:52b4284cb496
31 #include "runtime/handles.inline.hpp" 31 #include "runtime/handles.inline.hpp"
32 #include "runtime/mutexLocker.hpp" 32 #include "runtime/mutexLocker.hpp"
33 33
34 ConcurrentG1RefineThread:: 34 ConcurrentG1RefineThread::
35 ConcurrentG1RefineThread(ConcurrentG1Refine* cg1r, ConcurrentG1RefineThread *next, 35 ConcurrentG1RefineThread(ConcurrentG1Refine* cg1r, ConcurrentG1RefineThread *next,
36 int worker_id_offset, int worker_id) : 36 uint worker_id_offset, uint worker_id) :
37 ConcurrentGCThread(), 37 ConcurrentGCThread(),
38 _worker_id_offset(worker_id_offset), 38 _worker_id_offset(worker_id_offset),
39 _worker_id(worker_id), 39 _worker_id(worker_id),
40 _active(false), 40 _active(false),
41 _next(next), 41 _next(next),