hotspot/src/share/vm/runtime/globals.hpp
changeset 12781 dd6480eea079
parent 12630 ddf6ee008138
child 13087 673ea6efaf18
child 12957 f3cc386f349e
equal deleted inserted replaced
12780:689210d5dd05 12781:dd6480eea079
  3283           "GC invoke count where +VerifyBefore/AfterGC kicks in")           \
  3283           "GC invoke count where +VerifyBefore/AfterGC kicks in")           \
  3284                                                                             \
  3284                                                                             \
  3285   diagnostic(intx, VerifyGCLevel,     0,                                    \
  3285   diagnostic(intx, VerifyGCLevel,     0,                                    \
  3286           "Generation level at which to start +VerifyBefore/AfterGC")       \
  3286           "Generation level at which to start +VerifyBefore/AfterGC")       \
  3287                                                                             \
  3287                                                                             \
  3288   develop(uintx, ExitAfterGCNum,   0,                                       \
       
  3289           "If non-zero, exit after this GC.")                               \
       
  3290                                                                             \
       
  3291   product(intx, MaxTenuringThreshold,    15,                                \
  3288   product(intx, MaxTenuringThreshold,    15,                                \
  3292           "Maximum value for tenuring threshold")                           \
  3289           "Maximum value for tenuring threshold")                           \
  3293                                                                             \
  3290                                                                             \
  3294   product(intx, InitialTenuringThreshold,     7,                            \
  3291   product(intx, InitialTenuringThreshold,     7,                            \
  3295           "Initial value for tenuring threshold")                           \
  3292           "Initial value for tenuring threshold")                           \