hotspot/src/share/vm/runtime/globals.hpp
changeset 27156 c35391bc4c57
parent 27148 a4b542d56e01
parent 27154 ccf8883e01be
child 27170 d9327404f387
equal deleted inserted replaced
27148:a4b542d56e01 27156:c35391bc4c57
  1531           "Use passing of collection from background to foreground")        \
  1531           "Use passing of collection from background to foreground")        \
  1532                                                                             \
  1532                                                                             \
  1533   product(bool, UseParNewGC, false,                                         \
  1533   product(bool, UseParNewGC, false,                                         \
  1534           "Use parallel threads in the new generation")                     \
  1534           "Use parallel threads in the new generation")                     \
  1535                                                                             \
  1535                                                                             \
  1536   product(bool, ParallelGCVerbose, false,                                   \
  1536   product(bool, PrintTaskqueue, false,                                      \
  1537           "Verbose output for parallel gc")                                 \
  1537           "Print taskqueue statistics for parallel collectors")             \
       
  1538                                                                             \
       
  1539   product(bool, PrintTerminationStats, false,                               \
       
  1540           "Print termination statistics for parallel collectors")           \
  1538                                                                             \
  1541                                                                             \
  1539   product(uintx, ParallelGCBufferWastePct, 10,                              \
  1542   product(uintx, ParallelGCBufferWastePct, 10,                              \
  1540           "Wasted fraction of parallel allocation buffer")                  \
  1543           "Wasted fraction of parallel allocation buffer")                  \
  1541                                                                             \
  1544                                                                             \
  1542   diagnostic(bool, ParallelGCRetainPLAB, false,                             \
  1545   diagnostic(bool, ParallelGCRetainPLAB, false,                             \