comparison src/share/vm/runtime/globals.hpp @ 8679:a252e688abcf

7189971: Implement CMSWaitDuration for non-incremental mode of CMS Reviewed-by: jmasa, johnc, ysr Contributed-by: michal@frajt.eu
author jmasa
date Fri, 01 Feb 2013 17:02:36 -0800
parents a83cd101fd62
children 11d5942ef9c7
comparison
equal deleted inserted replaced
8666:7f482030ff64 8679: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" \