src/hotspot/share/gc/shared/gc_globals.hpp
changeset 57777 90ead0febf56
parent 57774 21dccfac0ec5
child 58679 9c3209ff7550
child 59053 ba6c248cae19
equal deleted inserted replaced
57774:21dccfac0ec5 57777:90ead0febf56
   809           "Generation level at which to start +VerifyBefore/AfterGC")       \
   809           "Generation level at which to start +VerifyBefore/AfterGC")       \
   810           range(0, 1)                                                       \
   810           range(0, 1)                                                       \
   811                                                                             \
   811                                                                             \
   812   product(uintx, MaxTenuringThreshold,    15,                               \
   812   product(uintx, MaxTenuringThreshold,    15,                               \
   813           "Maximum value for tenuring threshold")                           \
   813           "Maximum value for tenuring threshold")                           \
   814           range(0, markOopDesc::max_age + 1)                                \
   814           range(0, markWord::max_age + 1)                                   \
   815           constraint(MaxTenuringThresholdConstraintFunc,AfterErgo)          \
   815           constraint(MaxTenuringThresholdConstraintFunc,AfterErgo)          \
   816                                                                             \
   816                                                                             \
   817   product(uintx, InitialTenuringThreshold,    7,                            \
   817   product(uintx, InitialTenuringThreshold,    7,                            \
   818           "Initial value for tenuring threshold")                           \
   818           "Initial value for tenuring threshold")                           \
   819           range(0, markOopDesc::max_age + 1)                                \
   819           range(0, markWord::max_age + 1)                                   \
   820           constraint(InitialTenuringThresholdConstraintFunc,AfterErgo)      \
   820           constraint(InitialTenuringThresholdConstraintFunc,AfterErgo)      \
   821                                                                             \
   821                                                                             \
   822   product(uintx, TargetSurvivorRatio,    50,                                \
   822   product(uintx, TargetSurvivorRatio,    50,                                \
   823           "Desired percentage of survivor space used after scavenge")       \
   823           "Desired percentage of survivor space used after scavenge")       \
   824           range(0, 100)                                                     \
   824           range(0, 100)                                                     \