comparison src/share/vm/runtime/globals.hpp @ 4730:7faca6dfa2ed

Merge
author jmasa
date Tue, 27 Dec 2011 12:38:49 -0800
parents 6c995c08526c 441e946dc1af
children 8940fd98d540
comparison
equal deleted inserted replaced
4724:0841c0ec2ed6 4730:7faca6dfa2ed
1551 "we simulate overflow; a smaller number increases frequency") \ 1551 "we simulate overflow; a smaller number increases frequency") \
1552 \ 1552 \
1553 product(uintx, ParGCDesiredObjsFromOverflowList, 20, \ 1553 product(uintx, ParGCDesiredObjsFromOverflowList, 20, \
1554 "The desired number of objects to claim from the overflow list") \ 1554 "The desired number of objects to claim from the overflow list") \
1555 \ 1555 \
1556 diagnostic(intx, ParGCStridesPerThread, 2, \ 1556 diagnostic(uintx, ParGCStridesPerThread, 2, \
1557 "The number of strides per worker thread that we divide up the " \ 1557 "The number of strides per worker thread that we divide up the " \
1558 "card table scanning work into") \ 1558 "card table scanning work into") \
1559 \ 1559 \
1560 diagnostic(intx, ParGCCardsPerStrideChunk, 256, \ 1560 diagnostic(intx, ParGCCardsPerStrideChunk, 256, \
1561 "The number of cards in each chunk of the parallel chunks used " \ 1561 "The number of cards in each chunk of the parallel chunks used " \