hotspot/src/share/vm/runtime/globals.hpp
changeset 36087 c7770c4909d0
parent 36081 cac585c76d4c
child 36099 bb0cc62ab037
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Feb 10 14:30:25 2016 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Feb 10 18:57:19 2016 -0500
@@ -1279,10 +1279,6 @@
   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)")                         \