< prev index next >

src/hotspot/share/gc/shared/taskqueue.hpp

Print this page

        

*** 505,514 **** --- 505,515 ---- // warning C4521: multiple copy constructors specified #pragma warning(disable:4521) // warning C4522: multiple assignment operators specified #pragma warning(disable:4522) #endif + class TaskTerminator : public StackObj { private: ParallelTaskTerminator* _terminator; // Disable following copy constructors and assignment operator
< prev index next >