src/hotspot/share/runtime/globals.hpp
changeset 54278 16999bd91ba6
parent 54214 0288c6919a20
child 54322 cf75ea6af695
equal deleted inserted replaced
54277:f283f6871336 54278:16999bd91ba6
   369                                                                             \
   369                                                                             \
   370   diagnostic(bool, SafepointALot, false,                                    \
   370   diagnostic(bool, SafepointALot, false,                                    \
   371           "Generate a lot of safepoints. This works with "                  \
   371           "Generate a lot of safepoints. This works with "                  \
   372           "GuaranteedSafepointInterval")                                    \
   372           "GuaranteedSafepointInterval")                                    \
   373                                                                             \
   373                                                                             \
       
   374   diagnostic(bool, HandshakeALot, false,                                    \
       
   375           "Generate a lot of handshakes. This works with "                  \
       
   376           "GuaranteedSafepointInterval")                                    \
       
   377                                                                             \
   374   product_pd(bool, BackgroundCompilation,                                   \
   378   product_pd(bool, BackgroundCompilation,                                   \
   375           "A thread requesting compilation is not blocked during "          \
   379           "A thread requesting compilation is not blocked during "          \
   376           "compilation")                                                    \
   380           "compilation")                                                    \
   377                                                                             \
   381                                                                             \
   378   product(bool, PrintVMQWaitTime, false,                                    \
   382   product(bool, PrintVMQWaitTime, false,                                    \