src/share/vm/runtime/globals.hpp

changeset 445
28372612af5e
parent 435
a61af66fc99e
child 450
d825a8a2bd39
equal deleted inserted replaced
444:173195ff483a 445: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, \

mercurial