< prev index next >

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

Print this page
rev 56193 : [mq]: pqsinit

*** 80,92 **** 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); - BufferNode::Allocator& satb_mark_queue_buffer_allocator(); - BufferNode::Allocator& dirty_card_queue_buffer_allocator(); - static G1SATBMarkQueueSet& satb_mark_queue_set() { return g1_barrier_set()->_satb_mark_queue_set; } static G1DirtyCardQueueSet& dirty_card_queue_set() { --- 80,89 ----
< prev index next >