src/hotspot/share/gc/g1/g1SATBCardTableModRefBS.hpp
changeset 49007 82d9d5744e5f
parent 48961 120b61d50f85
child 49164 7e958a8ebcd3
equal deleted inserted replaced
49006:c6d1c4ad90f4 49007:82d9d5744e5f
   152 
   152 
   153   template <DecoratorSet decorators, typename T>
   153   template <DecoratorSet decorators, typename T>
   154   void write_ref_field_post(T* field, oop new_val);
   154   void write_ref_field_post(T* field, oop new_val);
   155   void write_ref_field_post_slow(volatile jbyte* byte);
   155   void write_ref_field_post_slow(volatile jbyte* byte);
   156 
   156 
   157   virtual void flush_deferred_barriers(JavaThread* thread);
   157   virtual void on_thread_attach(JavaThread* thread);
       
   158   virtual void on_thread_detach(JavaThread* thread);
   158 
   159 
   159   virtual bool card_mark_must_follow_store() const {
   160   virtual bool card_mark_must_follow_store() const {
   160     return true;
   161     return true;
   161   }
   162   }
   162 
   163