< prev index next >
src/share/vm/gc_implementation/g1/satbQueue.hpp
Print this page
*** 47,56 ****
--- 47,59 ----
private:
// Filter out unwanted entries from the buffer.
void filter();
+ template <class HeapType>
+ void filter_impl();
+
public:
ObjPtrQueue(PtrQueueSet* qset, bool perm = false) :
// SATB queues are only active during marking cycles. We create
// them with their active field set to false. If a thread is
// created during a cycle and its SATB queue needs to be activated
< prev index next >