< prev index next >

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

Print this page
rev 54116 : 8220671: Initialization race for non-JavaThread PtrQueues

@@ -130,10 +130,11 @@
   virtual void on_slowpath_allocation_exit(JavaThread* thread, oop new_obj) {}
   virtual void on_thread_create(Thread* thread) {}
   virtual void on_thread_destroy(Thread* thread) {}
   virtual void on_thread_attach(Thread* thread) {}
   virtual void on_thread_detach(Thread* thread) {}
+  virtual bool needs_sts_sync_on_attach_detach() { return false; }
   virtual void make_parsable(JavaThread* thread) {}
 
 #ifdef CHECK_UNHANDLED_OOPS
   virtual bool oop_equals_operator_allowed() { return true; }
 #endif
< prev index next >