src/hotspot/share/runtime/globals.hpp
changeset 51579 d7fc38d3fc8d
parent 51376 181e6a03249b
child 51663 a65d8a6fa424
equal deleted inserted replaced
51578:31b159f30fb2 51579:d7fc38d3fc8d
  2415           "Allow tools to load agents with the attach mechanism")           \
  2415           "Allow tools to load agents with the attach mechanism")           \
  2416                                                                             \
  2416                                                                             \
  2417   manageable(bool, PrintConcurrentLocks, false,                             \
  2417   manageable(bool, PrintConcurrentLocks, false,                             \
  2418           "Print java.util.concurrent locks in thread dump")                \
  2418           "Print java.util.concurrent locks in thread dump")                \
  2419                                                                             \
  2419                                                                             \
  2420   product(bool, TransmitErrorReport, false,                                 \
       
  2421           "Enable error report transmission on erroneous termination")      \
       
  2422                                                                             \
       
  2423   product(ccstr, ErrorReportServer, NULL,                                   \
       
  2424           "Override built-in error report server address")                  \
       
  2425                                                                             \
       
  2426   /* Shared spaces */                                                       \
  2420   /* Shared spaces */                                                       \
  2427                                                                             \
  2421                                                                             \
  2428   product(bool, UseSharedSpaces, true,                                      \
  2422   product(bool, UseSharedSpaces, true,                                      \
  2429           "Use shared spaces for metadata")                                 \
  2423           "Use shared spaces for metadata")                                 \
  2430                                                                             \
  2424                                                                             \