On Tue, 7 Sep 2021 19:38:43 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote: > Refactored mutexLocker::wait to return redundant unreachable "return false;" I don't see a big difference here but prefer ?: in such cases. Just a little more compact. ------------- PR: https://git.openjdk.java.net/jdk/pull/5398