< prev index next >

src/hotspot/share/gc/shared/barrierSet.hpp

Print this page
rev 50534 : [mq]: rename_RootAccess

@@ -268,11 +268,11 @@
                                 dst_obj, dst_offset_in_bytes, dst_raw,
                                 length);
     }
 
     // Off-heap oop accesses. These accessors get resolved when
-    // IN_HEAP is not set (e.g. when using the RootAccess API), it is
+    // IN_HEAP is not set (e.g. when using the NativeAccess API), it is
     // an oop* overload, and the barrier strength is AS_NORMAL.
     template <typename T>
     static oop oop_load_not_in_heap(T* addr) {
       return Raw::template oop_load<oop>(addr);
     }
< prev index next >