< prev index next >

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

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

*** 82,91 **** --- 82,92 ---- 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(oop p); + static inline oop resolve_forwarded_checked(oop p); template <DecoratorSet decorators, typename T> inline void satb_barrier(T* field); inline void satb_enqueue(oop value); inline void storeval_barrier(oop obj);
< prev index next >