8235410: Enable handshakes on Linux x86 (32-bit)
Reviewed-by: dholmes, dcubed
This commit is contained in:
parent
ba94936c80
commit
f5929f55cc
@ -89,12 +89,7 @@ define_pd_global(bool, PreserveFramePointer, false);
|
|||||||
|
|
||||||
define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong);
|
define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong);
|
||||||
|
|
||||||
#if defined(_LP64) || defined(_WINDOWS)
|
|
||||||
define_pd_global(bool, ThreadLocalHandshakes, true);
|
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, \
|
#define ARCH_FLAGS(develop, \
|
||||||
product, \
|
product, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user