8229967: Enable thread local handshakes on zero

Reviewed-by: sgehwolf, shade
This commit is contained in:
Robbin Ehn 2019-08-22 12:46:20 +02:00
parent 7cff981f5a
commit 682c25b9fd
2 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,8 @@
#define SUPPORTS_NATIVE_CX8
#endif
#define THREAD_LOCAL_POLL
#include <ffi.h>
// Indicates whether the C calling conventions require that

View File

@ -76,7 +76,7 @@ define_pd_global(bool, PreserveFramePointer, false);
// No performance work done here yet.
define_pd_global(bool, CompactStrings, false);
define_pd_global(bool, ThreadLocalHandshakes, false);
define_pd_global(bool, ThreadLocalHandshakes, true);
#define ARCH_FLAGS(develop, \
product, \