< prev index next >

src/hotspot/share/gc/shared/cardTableBarrierSet.hpp

Print this page
rev 53862 : [mq]: java_attach_protocol
rev 53869 : [mq]: merge_attach

*** 100,110 **** // This interface answers whether a particular barrier type needs the card // mark to be thus strictly sequenced after the stores. virtual bool card_mark_must_follow_store() const; virtual void on_slowpath_allocation_exit(JavaThread* thread, oop new_obj); ! virtual void on_thread_detach(JavaThread* thread); virtual void make_parsable(JavaThread* thread) { flush_deferred_card_mark_barrier(thread); } virtual void print_on(outputStream* st) const; --- 100,110 ---- // This interface answers whether a particular barrier type needs the card // mark to be thus strictly sequenced after the stores. virtual bool card_mark_must_follow_store() const; virtual void on_slowpath_allocation_exit(JavaThread* thread, oop new_obj); ! virtual void on_thread_detach(Thread* thread); virtual void make_parsable(JavaThread* thread) { flush_deferred_card_mark_barrier(thread); } virtual void print_on(outputStream* st) const;
< prev index next >