src/hotspot/share/runtime/vmThread.hpp
changeset 55128 35192d9c2b76
parent 54278 16999bd91ba6
child 59325 3636bab5e81e
--- a/src/hotspot/share/runtime/vmThread.hpp	Tue May 28 20:12:16 2019 +0200
+++ b/src/hotspot/share/runtime/vmThread.hpp	Fri May 31 11:17:55 2019 -0400
@@ -71,7 +71,7 @@
   VMOperationQueue();
 
   // Highlevel operations. Encapsulates policy
-  bool add(VM_Operation *op);
+  void add(VM_Operation *op);
   VM_Operation* remove_next();                        // Returns next or null
   VM_Operation* remove_next_at_safepoint_priority()   { return queue_remove_front(SafepointPriority); }
   VM_Operation* drain_at_safepoint_priority() { return queue_drain(SafepointPriority); }