src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Sun May 11 19:07:45 2014
--- new/src/share/vm/runtime/globals.hpp	Sun May 11 19:07:43 2014

*** 523,539 **** --- 523,532 ---- * removal testing. It was supposed to be removed before FCS but has \ * been re-added (see 6401008) */ \ product_pd(bool, UseMembar, \ "(Unstable) Issues membars on thread state transitions") \ \ /* Temp PPC Flag to allow disabling the use of lwsync on ppc platforms \ * that don't support it. This will be replaced by processor detection \ * logic. \ */ \ product(bool, UsePPCLWSYNC, true, \ "Use lwsync instruction if true, else use slower sync") \ \ develop(bool, CleanChunkPoolAsync, falseInEmbedded, \ "Clean the chunk pool asynchronously") \ \ experimental(bool, AlwaysSafeConstructors, false, \ "Force safe construction, as if all fields are final.") \

src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File