src/hotspot/share/gc/shenandoah/shenandoahRuntime.hpp
changeset 58339 c7d9df2e470c
parent 58219 bc0648405d67
child 58405 752bf4d5fbb7
--- a/src/hotspot/share/gc/shenandoah/shenandoahRuntime.hpp	Wed Sep 25 09:37:18 2019 -0700
+++ b/src/hotspot/share/gc/shenandoah/shenandoahRuntime.hpp	Wed Sep 25 12:21:10 2019 +0200
@@ -44,7 +44,7 @@
 
   static oopDesc* load_reference_barrier_native(oopDesc* src);
 
-  static void shenandoah_clone_barrier(oopDesc* s, oopDesc* d, size_t length);
+  static void shenandoah_clone_barrier(oopDesc* src, void* src_ptr, void* dst_ptr, size_t length);
 };
 
 #endif // SHARE_GC_SHENANDOAH_SHENANDOAHRUNTIME_HPP