< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 47591 : Add Thread Local handshakes and thread local polling
rev 47594 : imported patch Assorted-Karen-5
rev 47600 : [mq]: Option-Cleanup-12

*** 596,606 **** "(Unstable) Issues membars on thread state transitions") \ \ develop(bool, CleanChunkPoolAsync, true, \ "Clean the chunk pool asynchronously") \ \ ! product(bool, ThreadLocalHandshakes, false, \ "Use thread-local polls instead of global poll for safepoints.") \ constraint(ThreadLocalHandshakesConstraintFunc,AfterErgo) \ \ diagnostic(uint, HandshakeTimeout, 0, \ "If nonzero set a timeout in milliseconds for handshakes") \ --- 596,606 ---- "(Unstable) Issues membars on thread state transitions") \ \ develop(bool, CleanChunkPoolAsync, true, \ "Clean the chunk pool asynchronously") \ \ ! product(bool, ThreadLocalHandshakes, true, \ "Use thread-local polls instead of global poll for safepoints.") \ constraint(ThreadLocalHandshakesConstraintFunc,AfterErgo) \ \ diagnostic(uint, HandshakeTimeout, 0, \ "If nonzero set a timeout in milliseconds for handshakes") \
< prev index next >