comparison src/share/vm/runtime/globals.hpp @ 2430:5c0b591e1074

6948149: G1: Imbalance in termination times Summary: Changed default value of WorkStealingYieldsBeforeSleep from 1000 to 5000. Added more information to G1 pause logging. Reviewed-by: jwilhelm, tonyp, jmasa
author brutisso
date Wed, 23 Mar 2011 14:12:51 +0100
parents b099aaf51bf8
children 4f978fb6c81a eda9eb483d29
comparison
equal deleted inserted replaced
2429:c6580380076b 2430:5c0b591e1074
1922 "Total collections between promotion failures alot") \ 1922 "Total collections between promotion failures alot") \
1923 \ 1923 \
1924 experimental(intx, WorkStealingSleepMillis, 1, \ 1924 experimental(intx, WorkStealingSleepMillis, 1, \
1925 "Sleep time when sleep is used for yields") \ 1925 "Sleep time when sleep is used for yields") \
1926 \ 1926 \
1927 experimental(uintx, WorkStealingYieldsBeforeSleep, 1000, \ 1927 experimental(uintx, WorkStealingYieldsBeforeSleep, 5000, \
1928 "Number of yields before a sleep is done during workstealing") \ 1928 "Number of yields before a sleep is done during workstealing") \
1929 \ 1929 \
1930 experimental(uintx, WorkStealingHardSpins, 4096, \ 1930 experimental(uintx, WorkStealingHardSpins, 4096, \
1931 "Number of iterations in a spin loop between checks on " \ 1931 "Number of iterations in a spin loop between checks on " \
1932 "time out of hard spin") \ 1932 "time out of hard spin") \