--- old/src/hotspot/share/gc/shared/barrierSet.hpp 2018-06-13 04:31:17.108452977 -0400 +++ new/src/hotspot/share/gc/shared/barrierSet.hpp 2018-06-13 04:31:16.792436382 -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 static oop oop_load_not_in_heap(T* addr) {