< prev index next >

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

Print this page
rev 58162 : 8237632: Shenandoah fails some vmTestbase_nsk_jvmti tests with "Forwardee must point to a heap address"

*** 82,91 **** --- 82,92 ---- virtual void on_thread_destroy(Thread* thread); virtual void on_thread_attach(Thread* thread); virtual void on_thread_detach(Thread* thread); static inline oop resolve_forwarded_not_null(oop p); + static inline oop resolve_forwarded_not_null_mutator(oop p); static inline oop resolve_forwarded(oop p); template <DecoratorSet decorators, typename T> inline void satb_barrier(T* field); inline void satb_enqueue(oop value);
< prev index next >