< prev index next >

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

Print this page
rev 56193 : [mq]: pqsinit

@@ -301,17 +301,13 @@
 
 protected:
   bool _all_active;
 
   // Create an empty ptr queue set.
-  PtrQueueSet();
+  PtrQueueSet(BufferNode::Allocator* allocator);
   ~PtrQueueSet();
 
-  // Because of init-order concerns, we can't pass these as constructor
-  // arguments.
-  void initialize(BufferNode::Allocator* allocator);
-
 public:
 
   // Return the associated BufferNode allocator.
   BufferNode::Allocator* allocator() const { return _allocator; }
 
< prev index next >