< prev index next >

src/hotspot/share/gc/g1/g1ConcurrentRefine.hpp

Print this page

        

*** 35,45 **** class outputStream; class ThreadClosure; // Helper class for refinement thread management. Used to start, stop and // iterate over them. ! class G1ConcurrentRefineThreadControl VALUE_OBJ_CLASS_SPEC { G1ConcurrentRefine* _cr; G1ConcurrentRefineThread** _threads; uint _num_max_threads; --- 35,45 ---- class outputStream; class ThreadClosure; // Helper class for refinement thread management. Used to start, stop and // iterate over them. ! class G1ConcurrentRefineThreadControl { G1ConcurrentRefine* _cr; G1ConcurrentRefineThread** _threads; uint _num_max_threads;
< prev index next >