8278411: Implement UseHeavyMonitors consistently, s390 port

Reviewed-by: mdoerr, stuefe, lucy
This commit is contained in:
Amit Kumar 2023-05-16 15:25:19 +00:00 committed by Martin Doerr
parent 316bc79e0e
commit 41ee125a0f
5 changed files with 99 additions and 71 deletions

View file

@ -1921,7 +1921,7 @@ bool Arguments::check_vm_args_consistency() {
FLAG_SET_CMDLINE(LockingMode, LM_MONITOR);
}
#if !defined(X86) && !defined(AARCH64) && !defined(PPC64) && !defined(RISCV64)
#if !defined(X86) && !defined(AARCH64) && !defined(PPC64) && !defined(RISCV64) && !defined(S390)
if (LockingMode == LM_MONITOR) {
jio_fprintf(defaultStream::error_stream(),
"LockingMode == 0 (LM_MONITOR) is not fully implemented on this architecture");