src/hotspot/share/gc/shenandoah/shenandoahRuntime.cpp
changeset 54423 6c0ab8bd8da5
parent 54383 cdc3bb0983a6
child 55654 92ab031d6540
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/gc/shenandoah/shenandoahRuntime.cpp	Thu Apr 04 07:43:44 2019 -0700
+++ b/src/hotspot/share/gc/shenandoah/shenandoahRuntime.cpp	Tue Apr 02 23:00:22 2019 +0200
@@ -55,8 +55,8 @@
   ShenandoahThreadLocalData::satb_mark_queue(thread).enqueue_known_active(orig);
 JRT_END
 
-JRT_LEAF(oopDesc*, ShenandoahRuntime::write_barrier_JRT(oopDesc* src))
-  oop result = ShenandoahBarrierSet::barrier_set()->write_barrier_mutator(src);
+JRT_LEAF(oopDesc*, ShenandoahRuntime::load_reference_barrier_JRT(oopDesc* src))
+  oop result = ShenandoahBarrierSet::barrier_set()->load_reference_barrier_mutator(src);
   return (oopDesc*) result;
 JRT_END