From 1092a927dc106864506492334527eee7001d41c0 Mon Sep 17 00:00:00 2001 From: jimmyk Date: Tue, 9 Feb 2021 15:58:45 -0500 Subject: [PATCH] Enable Global Lock Reservation by default on Power Global Lock Reservation is now enabled by default on Power. This is the same behavior as if the -XX:+GlobalLockReservation option was used. To use the previous form of lock reservation, Global Lock Reservation can be disabled with the option -XX:-GlobalLockReservation. Global Lock Reservation is not supported on other platforms so this change only affects Power. Updated documentation and comments to reflect Global Lock Reservation now being on by default on Power. Issue: #11424 Signed-off-by: jimmyk --- doc/compiler/ObjectLockword.md | 4 ++-- .../compiler/p/codegen/J9TreeEvaluator.cpp | 4 ++-- runtime/vm/jvminit.c | 21 +++++++++++-------- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/doc/compiler/ObjectLockword.md b/doc/compiler/ObjectLockword.md index 506d3d4eee0..4c44c1b1567 100644 --- a/doc/compiler/ObjectLockword.md +++ b/doc/compiler/ObjectLockword.md @@ -1,5 +1,5 @@