< prev index next >

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

Print this page
rev 54386 : 8221766: Load-reference barriers for Shenandoah

@@ -35,11 +35,11 @@
   static void write_ref_array_pre_oop_entry(oop* dst, size_t length);
   static void write_ref_array_pre_narrow_oop_entry(narrowOop* dst, size_t length);
   static void write_ref_array_post_entry(HeapWord* dst, size_t length);
   static void write_ref_field_pre_entry(oopDesc* orig, JavaThread* thread);
 
-  static oopDesc* write_barrier_JRT(oopDesc* src);
+  static oopDesc* load_reference_barrier_JRT(oopDesc* src);
 
   static void shenandoah_clone_barrier(oopDesc* obj);
 };
 
 #endif // SHARE_GC_SHENANDOAH_SHENANDOAHRUNTIME_HPP
< prev index next >