hotspot/src/share/vm/runtime/globals.hpp
changeset 15859 b8d7620fb179
parent 15610 528d799702c7
child 15922 86a368d3ac8c
equal deleted inserted replaced
15846:fcf7876d4341 15859:b8d7620fb179
  1749           "Don't drain below this size per parallel worker/thief")          \
  1749           "Don't drain below this size per parallel worker/thief")          \
  1750                                                                             \
  1750                                                                             \
  1751   manageable(intx, CMSWaitDuration, 2000,                                   \
  1751   manageable(intx, CMSWaitDuration, 2000,                                   \
  1752           "Time in milliseconds that CMS thread waits for young GC")        \
  1752           "Time in milliseconds that CMS thread waits for young GC")        \
  1753                                                                             \
  1753                                                                             \
       
  1754   develop(uintx, CMSCheckInterval, 1000,                                    \
       
  1755           "Interval in milliseconds that CMS thread checks if it "          \
       
  1756           "should start a collection cycle")                                \
       
  1757                                                                             \
  1754   product(bool, CMSYield, true,                                             \
  1758   product(bool, CMSYield, true,                                             \
  1755           "Yield between steps of concurrent mark & sweep")                 \
  1759           "Yield between steps of concurrent mark & sweep")                 \
  1756                                                                             \
  1760                                                                             \
  1757   product(uintx, CMSBitMapYieldQuantum, 10*M,                               \
  1761   product(uintx, CMSBitMapYieldQuantum, 10*M,                               \
  1758           "Bitmap operations should process at most this many bits"         \
  1762           "Bitmap operations should process at most this many bits"         \