src/share/vm/runtime/globals.hpp

changeset 4679
a252e688abcf
parent 4581
a83cd101fd62
child 4706
11d5942ef9c7
equal deleted inserted replaced
4666:7f482030ff64 4679:a252e688abcf
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" \

mercurial