--- old/src/hotspot/share/oops/methodData.cpp 2019-11-21 11:17:34.647962768 +0100 +++ new/src/hotspot/share/oops/methodData.cpp 2019-11-21 11:17:34.239956219 +0100 @@ -1415,7 +1415,7 @@ for (;; dp = next_extra(dp)) { assert(dp < end, "moved past end of extra data"); - // No need for "OrderAccess::load_acquire" ops, + // No need for "Atomic::load_acquire" ops, // since the data structure is monotonic. switch(dp->tag()) { case DataLayout::no_tag: @@ -1550,7 +1550,7 @@ DataLayout* end = args_data_limit(); for (;; dp = next_extra(dp)) { assert(dp < end, "moved past end of extra data"); - // No need for "OrderAccess::load_acquire" ops, + // No need for "Atomic::load_acquire" ops, // since the data structure is monotonic. switch(dp->tag()) { case DataLayout::no_tag: