hotspot/src/share/vm/runtime/globals.hpp
changeset 30269 041d6fdcfa65
parent 30227 fdb68fee3e41
parent 30262 04d3680cd029
child 30274 0942042b7d7c
equal deleted inserted replaced
30227:fdb68fee3e41 30269:041d6fdcfa65
  1958   notproduct(bool, PromotionFailureALot, false,                             \
  1958   notproduct(bool, PromotionFailureALot, false,                             \
  1959           "Use promotion failure handling on every youngest generation "    \
  1959           "Use promotion failure handling on every youngest generation "    \
  1960           "collection")                                                     \
  1960           "collection")                                                     \
  1961                                                                             \
  1961                                                                             \
  1962   develop(uintx, PromotionFailureALotCount, 1000,                           \
  1962   develop(uintx, PromotionFailureALotCount, 1000,                           \
  1963           "Number of promotion failures occurring at ParGCAllocBuffer "     \
  1963           "Number of promotion failures occurring at PLAB "     \
  1964           "refill attempts (ParNew) or promotion attempts "                 \
  1964           "refill attempts (ParNew) or promotion attempts "                 \
  1965           "(other young collectors)")                                       \
  1965           "(other young collectors)")                                       \
  1966                                                                             \
  1966                                                                             \
  1967   develop(uintx, PromotionFailureALotInterval, 5,                           \
  1967   develop(uintx, PromotionFailureALotInterval, 5,                           \
  1968           "Total collections between promotion failures a lot")             \
  1968           "Total collections between promotion failures a lot")             \
  2287           "Print timestamps for individual gc worker thread tasks")         \
  2287           "Print timestamps for individual gc worker thread tasks")         \
  2288                                                                             \
  2288                                                                             \
  2289   develop(intx, ConcGCYieldTimeout, 0,                                      \
  2289   develop(intx, ConcGCYieldTimeout, 0,                                      \
  2290           "If non-zero, assert that GC threads yield within this "          \
  2290           "If non-zero, assert that GC threads yield within this "          \
  2291           "number of milliseconds")                                         \
  2291           "number of milliseconds")                                         \
  2292                                                                             \
       
  2293   notproduct(bool, TraceMarkSweep, false,                                   \
       
  2294           "Trace mark sweep")                                               \
       
  2295                                                                             \
  2292                                                                             \
  2296   product(bool, PrintReferenceGC, false,                                    \
  2293   product(bool, PrintReferenceGC, false,                                    \
  2297           "Print times spent handling reference objects during GC "         \
  2294           "Print times spent handling reference objects during GC "         \
  2298           "(enabled only when PrintGCDetails)")                             \
  2295           "(enabled only when PrintGCDetails)")                             \
  2299                                                                             \
  2296                                                                             \