hotspot/src/share/vm/runtime/globals.hpp
changeset 8725 8c1e3dd5fe1b
parent 8689 1d9c2c94ce9b
child 8727 1642a45f024f
equal deleted inserted replaced
8724:693c6b883b54 8725:8c1e3dd5fe1b
  1219                                                                             \
  1219                                                                             \
  1220   product(intx, BiasedLockingDecayTime, 25000,                              \
  1220   product(intx, BiasedLockingDecayTime, 25000,                              \
  1221           "Decay time (in milliseconds) to re-enable bulk rebiasing of a "  \
  1221           "Decay time (in milliseconds) to re-enable bulk rebiasing of a "  \
  1222           "type after previous bulk rebias")                                \
  1222           "type after previous bulk rebias")                                \
  1223                                                                             \
  1223                                                                             \
       
  1224   develop(bool, JavaObjectsInPerm, false,                                   \
       
  1225           "controls whether Classes and interned Strings are allocated"     \
       
  1226           "in perm.  This purely intended to allow debugging issues"        \
       
  1227           "in production.")                                                 \
       
  1228                                                                             \
  1224   /* tracing */                                                             \
  1229   /* tracing */                                                             \
  1225                                                                             \
  1230                                                                             \
  1226   notproduct(bool, TraceRuntimeCalls, false,                                \
  1231   notproduct(bool, TraceRuntimeCalls, false,                                \
  1227           "Trace run-time calls")                                           \
  1232           "Trace run-time calls")                                           \
  1228                                                                             \
  1233                                                                             \