comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 5988:2a0172480595

7127697: G1: remove dead code after recent concurrent mark changes Summary: Removed lots of dead code after some recent conc mark changes. Reviewed-by: brutisso, johnc
author tonyp
date Thu, 05 Apr 2012 13:57:23 -0400
parents 21595f05bc93
children 5c86f8211d1e
comparison
equal deleted inserted replaced
5987:748051fd24ce 5988:2a0172480595
66 "(0 means do not periodically generate this info); " \ 66 "(0 means do not periodically generate this info); " \
67 "it also requires -XX:+G1SummarizeRSetStats") \ 67 "it also requires -XX:+G1SummarizeRSetStats") \
68 \ 68 \
69 diagnostic(bool, G1TraceConcRefinement, false, \ 69 diagnostic(bool, G1TraceConcRefinement, false, \
70 "Trace G1 concurrent refinement") \ 70 "Trace G1 concurrent refinement") \
71 \
72 product(intx, G1MarkRegionStackSize, 1024 * 1024, \
73 "Size of the region stack for concurrent marking.") \
74 \ 71 \
75 product(double, G1ConcMarkStepDurationMillis, 10.0, \ 72 product(double, G1ConcMarkStepDurationMillis, 10.0, \
76 "Target duration of individual concurrent marking steps " \ 73 "Target duration of individual concurrent marking steps " \
77 "in milliseconds.") \ 74 "in milliseconds.") \
78 \ 75 \