< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 47415 : Add Thread Local handshakes and thread local polling

*** 602,611 **** --- 602,618 ---- "(Unstable) Issues membars on thread state transitions") \ \ 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") \ + \ experimental(bool, AlwaysSafeConstructors, false, \ "Force safe construction, as if all fields are final.") \ \ diagnostic(bool, UnlockDiagnosticVMOptions, trueInDebug, \ "Enable normal processing of flags relating to field diagnostics")\
< prev index next >