hotspot/src/share/vm/runtime/globals.hpp
changeset 25350 6423a57e5451
parent 24956 208e807ef3b0
child 25472 381638db28e6
equal deleted inserted replaced
25076:7b684cdb7411 25350:6423a57e5451
  2297           "Print date stamps at garbage collection")                        \
  2297           "Print date stamps at garbage collection")                        \
  2298                                                                             \
  2298                                                                             \
  2299   manageable(bool, PrintGCTimeStamps, false,                                \
  2299   manageable(bool, PrintGCTimeStamps, false,                                \
  2300           "Print timestamps at garbage collection")                         \
  2300           "Print timestamps at garbage collection")                         \
  2301                                                                             \
  2301                                                                             \
       
  2302   manageable(bool, PrintGCID, true,                                         \
       
  2303           "Print an identifier for each garbage collection")                \
       
  2304                                                                             \
  2302   product(bool, PrintGCTaskTimeStamps, false,                               \
  2305   product(bool, PrintGCTaskTimeStamps, false,                               \
  2303           "Print timestamps for individual gc worker thread tasks")         \
  2306           "Print timestamps for individual gc worker thread tasks")         \
  2304                                                                             \
  2307                                                                             \
  2305   develop(intx, ConcGCYieldTimeout, 0,                                      \
  2308   develop(intx, ConcGCYieldTimeout, 0,                                      \
  2306           "If non-zero, assert that GC threads yield within this "          \
  2309           "If non-zero, assert that GC threads yield within this "          \