< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 47556 : Add Thread Local handshakes and thread local polling
rev 47559 : imported patch Assorted-Karen-5

*** 603,613 **** \ develop(bool, CleanChunkPoolAsync, true, \ "Clean the chunk pool asynchronously") \ \ product(bool, ThreadLocalHandshakes, false, \ ! "Enable use of thread local handshake operations") \ constraint(ThreadLocalHandshakesConstraintFunc,AfterErgo) \ \ diagnostic(uint, HandshakeTimeout, 0, \ "If nonzero set a timeout in milliseconds for handshakes") \ \ --- 603,613 ---- \ 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") \ \
< prev index next >