RFR: 8273451: Remove unreachable return in mutexLocker::wait
David Holmes
dholmes at openjdk.java.net
Wed Sep 8 01:06:08 UTC 2021
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 think the change to the ?: operator was unnecessary and does not improve readability. YMMV.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5398
More information about the hotspot-runtime-dev
mailing list