< prev index next >

src/hotspot/share/gc/g1/g1BarrierSet.hpp

Print this page

        

@@ -72,10 +72,12 @@
 
   template <DecoratorSet decorators, typename T>
   void write_ref_field_post(T* field, oop new_val);
   void write_ref_field_post_slow(volatile jbyte* byte);
 
+  virtual void on_thread_create(Thread* thread);
+  virtual void on_thread_destroy(Thread* thread);
   virtual void on_thread_attach(JavaThread* thread);
   virtual void on_thread_detach(JavaThread* thread);
 
   static SATBMarkQueueSet& satb_mark_queue_set() {
     return _satb_mark_queue_set;
< prev index next >