mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8235410: Enable handshakes on Linux x86 (32-bit)
Reviewed-by: dholmes, dcubed
This commit is contained in:
parent
ba94936c80
commit
f5929f55cc
1 changed files with 0 additions and 5 deletions
|
@ -89,12 +89,7 @@ define_pd_global(bool, PreserveFramePointer, false);
|
|||
|
||||
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, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue