8307907: [ppc] Remove RTM locking implementation

Reviewed-by: mbaesken, rrich, stuefe
This commit is contained in:
Martin Doerr 2023-06-15 09:52:31 +00:00
parent 4c0e164238
commit de8aca27ba
15 changed files with 22 additions and 864 deletions

View file

@ -1928,7 +1928,7 @@ bool Arguments::check_vm_args_consistency() {
return false;
}
#endif
#if (defined(X86) || defined(PPC64)) && !defined(ZERO)
#if defined(X86) && !defined(ZERO)
if (LockingMode == LM_MONITOR && UseRTMForStackLocks) {
jio_fprintf(defaultStream::error_stream(),
"LockingMode == 0 (LM_MONITOR) and -XX:+UseRTMForStackLocks are mutually exclusive");