< prev index next >

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

Print this page

        

*** 30,40 **** class G1CollectedHeap; class G1ParScanThreadState; // Simple holder object for a complete set of closures used by the G1 evacuation code. template <G1Mark Mark> ! class G1SharedClosures VALUE_OBJ_CLASS_SPEC { public: G1ParCopyClosure<G1BarrierNone, Mark> _oops; G1ParCopyClosure<G1BarrierCLD, Mark> _oops_in_cld; G1CLDScanClosure _clds; --- 30,40 ---- class G1CollectedHeap; class G1ParScanThreadState; // Simple holder object for a complete set of closures used by the G1 evacuation code. template <G1Mark Mark> ! class G1SharedClosures { public: G1ParCopyClosure<G1BarrierNone, Mark> _oops; G1ParCopyClosure<G1BarrierCLD, Mark> _oops_in_cld; G1CLDScanClosure _clds;
< prev index next >