hotspot/src/share/vm/runtime/globals.hpp
changeset 28957 75ca61f0b7c7
parent 28947 2ea471384931
parent 28941 db338841d435
child 29083 5e7bce2712ac
equal deleted inserted replaced
28956:998d9d0b33a4 28957:75ca61f0b7c7
  1503   product(bool, UseConcMarkSweepGC, false,                                  \
  1503   product(bool, UseConcMarkSweepGC, false,                                  \
  1504           "Use Concurrent Mark-Sweep GC in the old generation")             \
  1504           "Use Concurrent Mark-Sweep GC in the old generation")             \
  1505                                                                             \
  1505                                                                             \
  1506   product(bool, ExplicitGCInvokesConcurrent, false,                         \
  1506   product(bool, ExplicitGCInvokesConcurrent, false,                         \
  1507           "A System.gc() request invokes a concurrent collection; "         \
  1507           "A System.gc() request invokes a concurrent collection; "         \
  1508           "(effective only when UseConcMarkSweepGC)")                       \
  1508           "(effective only when using concurrent collectors)")              \
  1509                                                                             \
  1509                                                                             \
  1510   product(bool, ExplicitGCInvokesConcurrentAndUnloadsClasses, false,        \
  1510   product(bool, ExplicitGCInvokesConcurrentAndUnloadsClasses, false,        \
  1511           "A System.gc() request invokes a concurrent collection and "      \
  1511           "A System.gc() request invokes a concurrent collection and "      \
  1512           "also unloads classes during such a concurrent gc cycle "         \
  1512           "also unloads classes during such a concurrent gc cycle "         \
  1513           "(effective only when UseConcMarkSweepGC)")                       \
  1513           "(effective only when UseConcMarkSweepGC)")                       \
  3533   product(double, CompileThresholdScaling, 1.0,                             \
  3533   product(double, CompileThresholdScaling, 1.0,                             \
  3534           "Factor to control when first compilation happens "               \
  3534           "Factor to control when first compilation happens "               \
  3535           "(both with and without tiered compilation): "                    \
  3535           "(both with and without tiered compilation): "                    \
  3536           "values greater than 1.0 delay counter overflow, "                \
  3536           "values greater than 1.0 delay counter overflow, "                \
  3537           "values between 0 and 1.0 rush counter overflow, "                \
  3537           "values between 0 and 1.0 rush counter overflow, "                \
  3538           "value of 1.0 leave compilation thresholds unchanged "            \
  3538           "value of 1.0 leaves compilation thresholds unchanged "           \
  3539           "value of 0.0 is equivalent to -Xint. "                           \
  3539           "value of 0.0 is equivalent to -Xint. "                           \
  3540           ""                                                                \
  3540           ""                                                                \
  3541           "Flag can be set as per-method option. "                          \
  3541           "Flag can be set as per-method option. "                          \
  3542           "If a value is specified for a method, compilation thresholds "   \
  3542           "If a value is specified for a method, compilation thresholds "   \
  3543           "for that method are scaled by both the value of the global flag "\
  3543           "for that method are scaled by both the value of the global flag "\