8253565: PPC64: Fix duplicate if condition in vm_version_ppc.cpp

Reviewed-by: mdoerr
This commit is contained in:
Jose Ricardo Ziviani 2020-10-06 08:16:57 +00:00 committed by Martin Doerr
parent 1728547270
commit 919978380c

View File

@ -373,9 +373,7 @@ void VM_Version::initialize() {
if (!has_tm()) {
vm_exit_during_initialization("RTM is not supported on this OS version.");
}
}
if (UseRTMLocking) {
#if INCLUDE_RTM_OPT
if (!FLAG_IS_CMDLINE(UseRTMLocking)) {
// RTM locking should be used only for applications with