hotspot/src/share/vm/runtime/globals.hpp
changeset 8124 70ed6d8368bc
parent 8119 81eef1b06988
child 8313 06ce193c8a5f
equal deleted inserted replaced
8123:2d683e4bb197 8124:70ed6d8368bc
  3656           "Always start Attach Listener at VM startup")                     \
  3656           "Always start Attach Listener at VM startup")                     \
  3657                                                                             \
  3657                                                                             \
  3658   manageable(bool, PrintConcurrentLocks, false,                             \
  3658   manageable(bool, PrintConcurrentLocks, false,                             \
  3659           "Print java.util.concurrent locks in thread dump")                \
  3659           "Print java.util.concurrent locks in thread dump")                \
  3660                                                                             \
  3660                                                                             \
  3661   diagnostic(bool, TransmitErrorReport, false,                              \
  3661   product(bool, TransmitErrorReport, false,                                 \
  3662           "Enable error report transmission on erroneous termination")      \
  3662           "Enable error report transmission on erroneous termination")      \
  3663                                                                             \
  3663                                                                             \
  3664   diagnostic(ccstr, ErrorReportServer, NULL,                                \
  3664   product(ccstr, ErrorReportServer, NULL,                                   \
  3665           "Override built-in error report server address")                  \
  3665           "Override built-in error report server address")                  \
  3666                                                                             \
  3666                                                                             \
  3667   /* Shared spaces */                                                       \
  3667   /* Shared spaces */                                                       \
  3668                                                                             \
  3668                                                                             \
  3669   product(bool, UseSharedSpaces, true,                                      \
  3669   product(bool, UseSharedSpaces, true,                                      \