src/hotspot/share/gc/shared/gc_globals.hpp
changeset 59241 23ecaf949f8f
parent 59115 a129f10e1b9a
child 59288 3b1afeb49a20
equal deleted inserted replaced
59240:b3116877866f 59241:23ecaf949f8f
   208                                                                             \
   208                                                                             \
   209   product(uint, ConcGCThreads, 0,                                           \
   209   product(uint, ConcGCThreads, 0,                                           \
   210           "Number of threads concurrent gc will use")                       \
   210           "Number of threads concurrent gc will use")                       \
   211           constraint(ConcGCThreadsConstraintFunc,AfterErgo)                 \
   211           constraint(ConcGCThreadsConstraintFunc,AfterErgo)                 \
   212                                                                             \
   212                                                                             \
   213   product(uint, GCTaskTimeStampEntries, 200,                                \
       
   214           "Number of time stamp entries per gc worker thread")              \
       
   215           range(1, max_jint)                                                \
       
   216                                                                             \
       
   217   product(bool, AlwaysTenure, false,                                        \
   213   product(bool, AlwaysTenure, false,                                        \
   218           "Always tenure objects in eden (ParallelGC only)")                \
   214           "Always tenure objects in eden (ParallelGC only)")                \
   219                                                                             \
   215                                                                             \
   220   product(bool, NeverTenure, false,                                         \
   216   product(bool, NeverTenure, false,                                         \
   221           "Never tenure objects in eden, may tenure on overflow "           \
   217           "Never tenure objects in eden, may tenure on overflow "           \