src/hotspot/share/gc/shared/ptrQueue.hpp
changeset 58059 baa4dd528de0
parent 57975 a333fdeb8de0
child 58679 9c3209ff7550
--- a/src/hotspot/share/gc/shared/ptrQueue.hpp	Mon Sep 09 12:42:01 2019 -0700
+++ b/src/hotspot/share/gc/shared/ptrQueue.hpp	Mon Sep 09 16:54:48 2019 -0400
@@ -303,13 +303,9 @@
   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.