< prev index next >

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

Print this page
rev 57840 : imported patch 8215297-remove-ptt
rev 57843 : [mq]: 8238160-parallel-gc-task-queue-naming

*** 441,453 **** class TerminatorTerminator: public CHeapObj<mtInternal> { public: virtual bool should_exit_termination() = 0; }; - typedef GenericTaskQueue<oop, mtGC> OopTaskQueue; - typedef GenericTaskQueueSet<OopTaskQueue, mtGC> OopTaskQueueSet; - #ifdef _MSC_VER #pragma warning(push) // warning C4522: multiple assignment operators specified #pragma warning(disable:4522) #endif --- 441,450 ----
*** 522,533 **** #ifdef _MSC_VER #pragma warning(pop) #endif - typedef OverflowTaskQueue<StarTask, mtGC> OopStarTaskQueue; - typedef GenericTaskQueueSet<OopStarTaskQueue, mtGC> OopStarTaskQueueSet; - - typedef OverflowTaskQueue<size_t, mtGC> RegionTaskQueue; - typedef GenericTaskQueueSet<RegionTaskQueue, mtGC> RegionTaskQueueSet; - #endif // SHARE_GC_SHARED_TASKQUEUE_HPP --- 519,524 ----
< prev index next >