On Tue, 30 Mar 2021 14:42:48 GMT, Richard Reingruber <rr...@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 two commits: >> >> - Merge branch 'master' into SuspendInHandshake >> - 8257831: Suspend with handshake (review baseline) > > src/hotspot/share/runtime/mutex.cpp line 244: > >> 242: wait_status = _lock.wait(timeout); >> 243: in_flight_mutex = this; // save for ~ThreadBlockInVM >> 244: > > Empty line can be removed. Fixed ------------- PR: https://git.openjdk.java.net/jdk/pull/3191