--- old/src/hotspot/share/classfile/classLoaderData.cpp 2018-06-13 04:31:16.256408223 -0400 +++ new/src/hotspot/share/classfile/classLoaderData.cpp 2018-06-13 04:31:15.988394157 -0400 @@ -815,7 +815,7 @@ assert(_handles.owner_of(ptr), "Got unexpected handle " PTR_FORMAT, p2i(ptr)); // This root is not walked in safepoints, and hence requires an appropriate // decorator that e.g. maintains the SATB invariant in SATB collectors. - RootAccess::oop_store(ptr, oop(NULL)); + NativeAccess::oop_store(ptr, oop(NULL)); } }