--- a/src/hotspot/share/runtime/globals.hpp Sat Nov 11 01:21:09 2017 +0100
+++ b/src/hotspot/share/runtime/globals.hpp Thu Aug 31 10:00:28 2017 +0200
@@ -598,6 +598,13 @@
develop(bool, CleanChunkPoolAsync, true, \
"Clean the chunk pool asynchronously") \
\
+ product_pd(bool, ThreadLocalHandshakes, \
+ "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") \
+ \
experimental(bool, AlwaysSafeConstructors, false, \
"Force safe construction, as if all fields are final.") \
\