src/share/vm/gc_implementation/g1/g1_globals.hpp

changeset 1280
df6caf649ff7
parent 1229
315a5d70b295
child 1318
27f6a9b9c311
     1.1 --- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Fri Jul 10 16:01:20 2009 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Tue Jul 14 15:40:39 2009 -0700
     1.3 @@ -80,9 +80,6 @@
     1.4    develop(bool, G1TraceConcurrentRefinement, false,                         \
     1.5            "Trace G1 concurrent refinement")                                 \
     1.6                                                                              \
     1.7 -  develop(bool, G1ConcMark, true,                                           \
     1.8 -          "If true, run concurrent marking for G1")                         \
     1.9 -                                                                            \
    1.10    product(intx, G1MarkStackSize, 2 * 1024 * 1024,                           \
    1.11            "Size of the mark stack for concurrent marking.")                 \
    1.12                                                                              \

mercurial