hotspot/src/share/vm/runtime/globals.hpp
changeset 35864 40e215ce799a
parent 35509 15f2d488eeee
child 35872 7fb1e4de83ff
equal deleted inserted replaced
35857:1c930000fd18 35864:40e215ce799a
  3393           "generation and treats this as the maximum value when the heap "  \
  3393           "generation and treats this as the maximum value when the heap "  \
  3394           "is either completely full or completely empty.  Par compact "    \
  3394           "is either completely full or completely empty.  Par compact "    \
  3395           "also has a smaller default value; see arguments.cpp.")           \
  3395           "also has a smaller default value; see arguments.cpp.")           \
  3396           range(0, 100)                                                     \
  3396           range(0, 100)                                                     \
  3397                                                                             \
  3397                                                                             \
  3398   product(uintx, MarkSweepAlwaysCompactCount,     4,                        \
  3398   product(uint, MarkSweepAlwaysCompactCount,     4,                         \
  3399           "How often should we fully compact the heap (ignoring the dead "  \
  3399           "How often should we fully compact the heap (ignoring the dead "  \
  3400           "space parameters)")                                              \
  3400           "space parameters)")                                              \
  3401           range(1, max_uintx)                                               \
  3401           range(1, max_juint)                                               \
  3402                                                                             \
  3402                                                                             \
  3403   develop(uintx, GCExpandToAllocateDelayMillis, 0,                          \
  3403   develop(uintx, GCExpandToAllocateDelayMillis, 0,                          \
  3404           "Delay between expansion and allocation (in milliseconds)")       \
  3404           "Delay between expansion and allocation (in milliseconds)")       \
  3405                                                                             \
  3405                                                                             \
  3406   develop(uintx, GCWorkerDelayMillis, 0,                                    \
  3406   develop(uintx, GCWorkerDelayMillis, 0,                                    \