On Mon, 12 Apr 2021 07:48:10 GMT, Robbin Ehn <r...@openjdk.org> wrote:
>> src/hotspot/share/runtime/objectMonitor.cpp line 970: >> >>> 968: >>> 969: current->frame_anchor()->make_walkable(current); >>> 970: OrderAccess::storestore(); >> >> Needs a comment explaining what the memory sync is for. > > Fixed I'm not seeing the comment here. ------------- PR: https://git.openjdk.java.net/jdk/pull/3191