hotspot/src/share/vm/runtime/globals.hpp
changeset 10022 377345fb5fb5
parent 10020 9325b4244ec4
child 10029 40bb1a296f74
equal deleted inserted replaced
10021:7a7afd351444 10022:377345fb5fb5
   442    * logic.                                                                 \
   442    * logic.                                                                 \
   443    */                                                                       \
   443    */                                                                       \
   444   product(bool, UsePPCLWSYNC, true,                                         \
   444   product(bool, UsePPCLWSYNC, true,                                         \
   445           "Use lwsync instruction if true, else use slower sync")           \
   445           "Use lwsync instruction if true, else use slower sync")           \
   446                                                                             \
   446                                                                             \
       
   447   develop(bool, CleanChunkPoolAsync, falseInEmbedded,                       \
       
   448           "Whether to clean the chunk pool asynchronously")                 \
       
   449                                                                             \
   447   /* Temporary: See 6948537 */                                             \
   450   /* Temporary: See 6948537 */                                             \
   448   experimental(bool, UseMemSetInBOT, true,                                  \
   451   experimental(bool, UseMemSetInBOT, true,                                  \
   449           "(Unstable) uses memset in BOT updates in GC code")               \
   452           "(Unstable) uses memset in BOT updates in GC code")               \
   450                                                                             \
   453                                                                             \
   451   diagnostic(bool, UnlockDiagnosticVMOptions, trueInDebug,                  \
   454   diagnostic(bool, UnlockDiagnosticVMOptions, trueInDebug,                  \