< prev index next >

src/share/vm/runtime/sharedRuntime.hpp

Print this page

        

@@ -178,10 +178,11 @@
 
 #if INCLUDE_ALL_GCS
   // G1 write barriers
   static void g1_wb_pre(oopDesc* orig, JavaThread *thread);
   static void g1_wb_post(void* card_addr, JavaThread* thread);
+  static void shenandoah_clone_barrier(oopDesc* obj);
 #endif // INCLUDE_ALL_GCS
 
   // exception handling and implicit exceptions
   static address compute_compiled_exc_handler(nmethod* nm, address ret_pc, Handle& exception,
                                               bool force_unwind, bool top_frame_only);
< prev index next >