8229967: Enable thread local handshakes on zero
Reviewed-by: sgehwolf, shade
This commit is contained in:
parent
7cff981f5a
commit
682c25b9fd
@ -30,6 +30,8 @@
|
||||
#define SUPPORTS_NATIVE_CX8
|
||||
#endif
|
||||
|
||||
#define THREAD_LOCAL_POLL
|
||||
|
||||
#include <ffi.h>
|
||||
|
||||
// Indicates whether the C calling conventions require that
|
||||
|
@ -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, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user