mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 09:04:41 +02:00
8308479: [s390x] Implement alternative fast-locking scheme
Reviewed-by: lucy, mdoerr
This commit is contained in:
parent
e2e8e8e210
commit
3fe6e0faca
7 changed files with 320 additions and 135 deletions
|
@ -1903,8 +1903,7 @@ bool Arguments::check_vm_args_consistency() {
|
|||
}
|
||||
#endif
|
||||
|
||||
|
||||
#if !defined(X86) && !defined(AARCH64) && !defined(RISCV64) && !defined(ARM) && !defined(PPC64)
|
||||
#if !defined(X86) && !defined(AARCH64) && !defined(RISCV64) && !defined(ARM) && !defined(PPC64) && !defined(S390)
|
||||
if (LockingMode == LM_LIGHTWEIGHT) {
|
||||
FLAG_SET_CMDLINE(LockingMode, LM_LEGACY);
|
||||
warning("New lightweight locking not supported on this platform");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue