comparison src/share/vm/runtime/globals.hpp @ 1330:4a9cc99938e3

Merge
author acorn
date Fri, 26 Mar 2010 11:10:26 -0400
parents 0f6600cee529 2a1472c30599
children 9bb91718aaf2
comparison
equal deleted inserted replaced
1329:84043c7507b9 1330:4a9cc99938e3
1793 "Ratio of hard spins to calls to yield") \ 1793 "Ratio of hard spins to calls to yield") \
1794 \ 1794 \
1795 product(uintx, PreserveMarkStackSize, 1024, \ 1795 product(uintx, PreserveMarkStackSize, 1024, \
1796 "Size for stack used in promotion failure handling") \ 1796 "Size for stack used in promotion failure handling") \
1797 \ 1797 \
1798 develop(uintx, ObjArrayMarkingStride, 512, \
1799 "Number of ObjArray elements to push onto the marking stack" \
1800 "before pushing a continuation entry") \
1801 \
1798 product_pd(bool, UseTLAB, "Use thread-local object allocation") \ 1802 product_pd(bool, UseTLAB, "Use thread-local object allocation") \
1799 \ 1803 \
1800 product_pd(bool, ResizeTLAB, \ 1804 product_pd(bool, ResizeTLAB, \
1801 "Dynamically resize tlab size for threads") \ 1805 "Dynamically resize tlab size for threads") \
1802 \ 1806 \