mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8307907: [ppc] Remove RTM locking implementation
Reviewed-by: mbaesken, rrich, stuefe
This commit is contained in:
parent
4c0e164238
commit
de8aca27ba
15 changed files with 22 additions and 864 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue