comparison src/share/vm/runtime/globals.hpp @ 10:28372612af5e

6362677: Change parallel GC collector default number of parallel GC threads. Summary: Use the same default number of GC threads as used by ParNewGC and ConcMarkSweepGC (i.e., the 5/8th rule). Reviewed-by: ysr, tonyp
author jmasa
date Fri, 22 Feb 2008 17:17:14 -0800
parents a61af66fc99e
children d825a8a2bd39
comparison
equal deleted inserted replaced
9:173195ff483a 10:28372612af5e
1792 \ 1792 \
1793 product(uintx, CMSYieldSleepCount, 0, \ 1793 product(uintx, CMSYieldSleepCount, 0, \
1794 "number of times a GC thread (minus the coordinator) " \ 1794 "number of times a GC thread (minus the coordinator) " \
1795 "will sleep while yielding before giving up and resuming GC") \ 1795 "will sleep while yielding before giving up and resuming GC") \
1796 \ 1796 \
1797 notproduct(bool, PrintFlagsFinal, false, \
1798 "Print all command line flags after argument processing") \
1799 \
1797 /* gc tracing */ \ 1800 /* gc tracing */ \
1798 manageable(bool, PrintGC, false, \ 1801 manageable(bool, PrintGC, false, \
1799 "Print message at garbage collect") \ 1802 "Print message at garbage collect") \
1800 \ 1803 \
1801 manageable(bool, PrintGCDetails, false, \ 1804 manageable(bool, PrintGCDetails, false, \