< prev index next >

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

Print this page
rev 53862 : [mq]: java_attach_protocol
rev 53863 : imported patch njt_attach_protocol
rev 53869 : [mq]: merge_attach

*** 75,86 **** 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); BufferNode::Allocator& satb_mark_queue_buffer_allocator(); BufferNode::Allocator& dirty_card_queue_buffer_allocator(); static G1SATBMarkQueueSet& satb_mark_queue_set() { --- 75,86 ---- 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(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() {
< prev index next >