hotspot/src/share/vm/runtime/globals.hpp
changeset 23190 e8bbf9cd711e
parent 23189 27cf1316709b
child 23191 5f3c5592f0e8
equal deleted inserted replaced
23189:27cf1316709b 23190:e8bbf9cd711e
   533           "Use lwsync instruction if true, else use slower sync")           \
   533           "Use lwsync instruction if true, else use slower sync")           \
   534                                                                             \
   534                                                                             \
   535   develop(bool, CleanChunkPoolAsync, falseInEmbedded,                       \
   535   develop(bool, CleanChunkPoolAsync, falseInEmbedded,                       \
   536           "Clean the chunk pool asynchronously")                            \
   536           "Clean the chunk pool asynchronously")                            \
   537                                                                             \
   537                                                                             \
       
   538   experimental(bool, AlwaysSafeConstructors, false,                         \
       
   539           "Force safe construction, as if all fields are final.")           \
       
   540                                                                             \
   538   /* Temporary: See 6948537 */                                              \
   541   /* Temporary: See 6948537 */                                              \
   539   experimental(bool, UseMemSetInBOT, true,                                  \
   542   experimental(bool, UseMemSetInBOT, true,                                  \
   540           "(Unstable) uses memset in BOT updates in GC code")               \
   543           "(Unstable) uses memset in BOT updates in GC code")               \
   541                                                                             \
   544                                                                             \
   542   diagnostic(bool, UnlockDiagnosticVMOptions, trueInDebug,                  \
   545   diagnostic(bool, UnlockDiagnosticVMOptions, trueInDebug,                  \