--- old/src/share/vm/runtime/globals.hpp 2014-02-03 13:50:57.863388478 +0400 +++ new/src/share/vm/runtime/globals.hpp 2014-02-03 13:50:57.747388480 +0400 @@ -535,6 +535,9 @@ develop(bool, CleanChunkPoolAsync, falseInEmbedded, \ "Clean the chunk pool asynchronously") \ \ + experimental(bool, AlwaysSafeConstructors, false, \ + "Force safe construction, as if all fields are final.") \ + \ /* Temporary: See 6948537 */ \ experimental(bool, UseMemSetInBOT, true, \ "(Unstable) uses memset in BOT updates in GC code") \