src/hotspot/share/gc/g1/g1BarrierSet.hpp
changeset 58059 baa4dd528de0
parent 54255 c81fbf340ceb
equal deleted inserted replaced
58058:b553ad95acf0 58059:baa4dd528de0
    80   virtual void on_thread_create(Thread* thread);
    80   virtual void on_thread_create(Thread* thread);
    81   virtual void on_thread_destroy(Thread* thread);
    81   virtual void on_thread_destroy(Thread* thread);
    82   virtual void on_thread_attach(Thread* thread);
    82   virtual void on_thread_attach(Thread* thread);
    83   virtual void on_thread_detach(Thread* thread);
    83   virtual void on_thread_detach(Thread* thread);
    84 
    84 
    85   BufferNode::Allocator& satb_mark_queue_buffer_allocator();
       
    86   BufferNode::Allocator& dirty_card_queue_buffer_allocator();
       
    87 
       
    88   static G1SATBMarkQueueSet& satb_mark_queue_set() {
    85   static G1SATBMarkQueueSet& satb_mark_queue_set() {
    89     return g1_barrier_set()->_satb_mark_queue_set;
    86     return g1_barrier_set()->_satb_mark_queue_set;
    90   }
    87   }
    91 
    88 
    92   static G1DirtyCardQueueSet& dirty_card_queue_set() {
    89   static G1DirtyCardQueueSet& dirty_card_queue_set() {