RFR: 8253565: PPC: Remove duplicated if condition in vm_version_ppc.cpp
Martin Doerr
mdoerr at openjdk.java.net
Tue Sep 29 11:21:20 UTC 2020
On Thu, 24 Sep 2020 16:38:31 GMT, Ziviani <github.com+670087+jrziviani at openjdk.org> wrote:
> This is a very small change. There're two `if (UseRTMLocking) {` conditions, one just after the other. This code simply
> merge them.
> https://bugs.openjdk.java.net/browse/JDK-8253565
Looks good and trivial.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/338
More information about the hotspot-dev
mailing list