8145725: Remove the WorkAroundNPTLTimedWaitHang workaround

Reviewed-by: ddmitriev, stuefe, dcubed
This commit is contained in:
David Holmes 2016-02-10 18:57:19 -05:00
parent 3fc0fa269a
commit 15d7ff42b0
3 changed files with 17 additions and 181 deletions

View file

@ -1279,10 +1279,6 @@ public:
experimental(intx, hashCode, 5, \
"(Unstable) select hashCode generation algorithm") \
\
experimental(intx, WorkAroundNPTLTimedWaitHang, 0, \
"(Unstable, Linux-specific) " \
"avoid NPTL-FUTEX hang pthread_cond_timedwait") \
\
product(bool, FilterSpuriousWakeups, true, \
"When true prevents OS-level spurious, or premature, wakeups " \
"from Object.wait (Ignored for Windows)") \