< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahBarrierSet.hpp

Print this page
rev 54116 : 8220671: Initialization race for non-JavaThread PtrQueues

*** 84,93 **** --- 84,94 ---- 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); + virtual bool needs_sts_sync_on_attach_detach() { return true; } virtual oop read_barrier(oop src); static inline oop resolve_forwarded_not_null(oop p); static inline oop resolve_forwarded(oop p);
< prev index next >