src/hotspot/share/gc/shared/barrierSet.hpp
changeset 50599 ecc2af326b5f
parent 50521 32ab7150a270
child 50940 3009952d5985
--- a/src/hotspot/share/gc/shared/barrierSet.hpp	Fri Jun 15 13:08:32 2018 -0700
+++ b/src/hotspot/share/gc/shared/barrierSet.hpp	Fri Jun 15 16:53:58 2018 -0400
@@ -270,7 +270,7 @@
     }
 
     // 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) {