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

changeset 7972
a9b72f566e9f
parent 7656
ad32e85474ff
child 7828
cbc7c4c9e11c
     1.1 --- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Mon Dec 08 18:57:33 2014 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Thu Aug 07 09:35:08 2014 +0200
     1.3 @@ -217,14 +217,6 @@
     1.4    product(uintx, G1HeapRegionSize, 0,                                       \
     1.5            "Size of the G1 regions.")                                        \
     1.6                                                                              \
     1.7 -  experimental(bool, G1UseParallelRSetUpdating, true,                       \
     1.8 -          "Enables the parallelization of remembered set updating "         \
     1.9 -          "during evacuation pauses")                                       \
    1.10 -                                                                            \
    1.11 -  experimental(bool, G1UseParallelRSetScanning, true,                       \
    1.12 -          "Enables the parallelization of remembered set scanning "         \
    1.13 -          "during evacuation pauses")                                       \
    1.14 -                                                                            \
    1.15    product(uintx, G1ConcRefinementThreads, 0,                                \
    1.16            "If non-0 is the number of parallel rem set update threads, "     \
    1.17            "otherwise the value is determined ergonomically.")               \

mercurial