< prev index next >

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

Print this page
rev 59131 : imported patch assert_empty

@@ -55,13 +55,12 @@
 
   DEFINE_PAD_MINUS_SIZE(0, DEFAULT_CACHE_LINE_SIZE, 0);
   volatile uint _offered_termination;
   DEFINE_PAD_MINUS_SIZE(1, DEFAULT_CACHE_LINE_SIZE, sizeof(volatile uint));
 
-#ifdef ASSERT
-  bool peek_in_queue_set();
-#endif
+  void assert_queue_set_empty() const NOT_DEBUG_RETURN;
+
   void yield();
 
   Monitor*    _blocker;
   Thread*     _spin_master;
 
< prev index next >