On Fri, 9 Apr 2021 15:39:08 GMT, Daniel D. Daugherty <dcu...@openjdk.org> wrote:
>> Robbin Ehn has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains six commits: >> >> - White space fixes >> - Merge branch 'master' into SuspendInHandshake >> - Review fixes >> - Merge branch 'master' into SuspendInHandshake >> - Merge branch 'master' into SuspendInHandshake >> - 8257831: Suspend with handshake (review baseline) > > src/hotspot/share/runtime/objectMonitor.cpp line 410: > >> 408: >> 409: current->frame_anchor()->make_walkable(current); >> 410: OrderAccess::storestore(); > > Needs a comment explaining what the memory sync is for. Missed one, fixed. ------------- PR: https://git.openjdk.java.net/jdk/pull/3191