comparison src/share/vm/gc_implementation/g1/concurrentG1Refine.hpp @ 6198:24b9c7f4cae6

Merge
author coleenp
date Mon, 02 Jul 2012 13:11:28 -0400
parents d2a62e0f25eb
children b9a9ed0f8eeb
comparison
equal deleted inserted replaced
6195:bcffa4c5eef6 6198: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: