src/hotspot/share/runtime/globals.hpp
changeset 54031 feea57b38a1c
parent 53981 d489081c5650
child 54208 79fcfc6c02e8
equal deleted inserted replaced
54030:889dae20c4c4 54031:feea57b38a1c
   365                                                                             \
   365                                                                             \
   366   develop(bool, TraceLongCompiles, false,                                   \
   366   develop(bool, TraceLongCompiles, false,                                   \
   367           "Print out every time compilation is longer than "                \
   367           "Print out every time compilation is longer than "                \
   368           "a given threshold")                                              \
   368           "a given threshold")                                              \
   369                                                                             \
   369                                                                             \
   370   develop(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   product_pd(bool, BackgroundCompilation,                                   \
   374   product_pd(bool, BackgroundCompilation,                                   \
   375           "A thread requesting compilation is not blocked during "          \
   375           "A thread requesting compilation is not blocked during "          \