OpenJDK / amber / amber
changeset 59300:99c493a347a1
8235410: Enable handshakes on Linux x86 (32-bit)
Reviewed-by: dholmes, dcubed
author | rehn |
---|---|
date | Wed, 11 Dec 2019 15:27:23 +0100 |
parents | 63004af6fc57 |
children | be5d924adffa |
files | src/hotspot/cpu/x86/globals_x86.hpp |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hotspot/cpu/x86/globals_x86.hpp Wed Dec 11 14:33:32 2019 +0100 +++ b/src/hotspot/cpu/x86/globals_x86.hpp Wed Dec 11 15:27:23 2019 +0100 @@ -89,12 +89,7 @@ define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong); -#if defined(_LP64) || defined(_WINDOWS) define_pd_global(bool, ThreadLocalHandshakes, true); -#else -// get_thread() is slow on linux 32 bit, therefore off by default -define_pd_global(bool, ThreadLocalHandshakes, false); -#endif #define ARCH_FLAGS(develop, \ product, \