src/hotspot/share/gc/z/zBarrier.inline.hpp
changeset 58066 8407928b9fe5
parent 55555 9a5e9537fe1a
child 58679 9c3209ff7550
child 58931 304c63b17b07
--- a/src/hotspot/share/gc/z/zBarrier.inline.hpp	Mon Sep 09 16:34:45 2019 +0200
+++ b/src/hotspot/share/gc/z/zBarrier.inline.hpp	Tue Sep 10 11:11:31 2019 +0200
@@ -326,6 +326,11 @@
   root_barrier<is_good_or_null_fast_path, mark_barrier_on_root_oop_slow_path>(p, o);
 }
 
+inline void ZBarrier::mark_barrier_on_invisible_root_oop_field(oop* p) {
+  const oop o = *p;
+  root_barrier<is_good_or_null_fast_path, mark_barrier_on_invisible_root_oop_slow_path>(p, o);
+}
+
 //
 // Relocate barrier
 //