8130728: Disable WorkAroundNPTLTimedWaitHang by default

Reviewed-by: dcubed
This commit is contained in:
David Holmes 2015-07-12 22:54:54 -04:00
parent 794f1616f0
commit ef59ce7332

View File

@ -1291,7 +1291,7 @@ public:
experimental(intx, hashCode, 5, \
"(Unstable) select hashCode generation algorithm") \
\
experimental(intx, WorkAroundNPTLTimedWaitHang, 1, \
experimental(intx, WorkAroundNPTLTimedWaitHang, 0, \
"(Unstable, Linux-specific) " \
"avoid NPTL-FUTEX hang pthread_cond_timedwait") \
\