< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

*** 1285,1295 **** experimental(intx, ClearFPUAtPark, 0, "(Unsafe, Unstable)") \ \ experimental(intx, hashCode, 5, \ "(Unstable) select hashCode generation algorithm") \ \ ! experimental(intx, WorkAroundNPTLTimedWaitHang, 1, \ "(Unstable, Linux-specific) " \ "avoid NPTL-FUTEX hang pthread_cond_timedwait") \ \ product(bool, FilterSpuriousWakeups, true, \ "When true prevents OS-level spurious, or premature, wakeups " \ --- 1285,1295 ---- experimental(intx, ClearFPUAtPark, 0, "(Unsafe, Unstable)") \ \ 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 " \
< prev index next >