diff -r b28b7f631301 -r 7ab4310ed472 src/hotspot/share/prims/jvmtiEnvBase.hpp --- a/src/hotspot/share/prims/jvmtiEnvBase.hpp Thu May 02 17:29:10 2019 +0100 +++ b/src/hotspot/share/prims/jvmtiEnvBase.hpp Wed May 01 20:25:31 2019 -0700 @@ -254,7 +254,7 @@ return _tag_map; } - JvmtiTagMap* acquire_tag_map() { + JvmtiTagMap* tag_map_acquire() { return OrderAccess::load_acquire(&_tag_map); }