< prev index next >

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

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

@@ -32,10 +32,14 @@
 public:
   /* Gets forwardee from the given object.
    */
   static inline oop get_forwardee(oop obj);
 
+  /* Gets forwardee from the given object. Only from mutator thread.
+   */
+  static inline oop get_forwardee_mutator(oop obj);
+
   /* Returns the raw value from forwardee slot.
    */
   static inline HeapWord* get_forwardee_raw(oop obj);
 
   /* Returns the raw value from forwardee slot without any checks.
< prev index next >