src/share/vm/gc_implementation/g1/concurrentG1Refine.hpp

changeset 3901
24b9c7f4cae6
parent 3900
d2a62e0f25eb
child 4153
b9a9ed0f8eeb
equal deleted inserted replaced
3898:bcffa4c5eef6 3901:24b9c7f4cae6
32 32
33 // Forward decl 33 // Forward decl
34 class ConcurrentG1RefineThread; 34 class ConcurrentG1RefineThread;
35 class G1RemSet; 35 class G1RemSet;
36 36
37 class ConcurrentG1Refine: public CHeapObj { 37 class ConcurrentG1Refine: public CHeapObj<mtGC> {
38 ConcurrentG1RefineThread** _threads; 38 ConcurrentG1RefineThread** _threads;
39 int _n_threads; 39 int _n_threads;
40 int _n_worker_threads; 40 int _n_worker_threads;
41 /* 41 /*
42 * The value of the update buffer queue length falls into one of 3 zones: 42 * The value of the update buffer queue length falls into one of 3 zones:

mercurial