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

changeset 6930
570cb6369f17
parent 6552
8847586c9037
child 7051
1f1d373cd044
equal deleted inserted replaced
6929:983092f35ff7 6930:570cb6369f17
69 69
70 // Reset the threshold step value based of the current zone boundaries. 70 // Reset the threshold step value based of the current zone boundaries.
71 void reset_threshold_step(); 71 void reset_threshold_step();
72 72
73 public: 73 public:
74 ConcurrentG1Refine(G1CollectedHeap* g1h); 74 ConcurrentG1Refine(G1CollectedHeap* g1h, CardTableEntryClosure* refine_closure);
75 ~ConcurrentG1Refine(); 75 ~ConcurrentG1Refine();
76 76
77 void init(); // Accomplish some initialization that has to wait. 77 void init(); // Accomplish some initialization that has to wait.
78 void stop(); 78 void stop();
79 79

mercurial