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

changeset 7208
7baf47cb97cb
parent 7024
bfba6779654b
child 7218
6948da6d7c13
     1.1 --- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Fri Aug 29 13:08:01 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Fri Aug 29 13:12:21 2014 +0200
     1.3 @@ -285,10 +285,6 @@
     1.4    product(uintx, G1MixedGCCountTarget, 8,                                   \
     1.5            "The target number of mixed GCs after a marking cycle.")          \
     1.6                                                                              \
     1.7 -  experimental(uintx, G1CodeRootsChunkCacheKeepPercent, 10,                 \
     1.8 -          "The amount of code root chunks that should be kept at most "     \
     1.9 -          "as percentage of already allocated.")                            \
    1.10 -                                                                            \
    1.11    experimental(bool, G1ReclaimDeadHumongousObjectsAtYoungGC, true,          \
    1.12            "Try to reclaim dead large objects at every young GC.")           \
    1.13                                                                              \

mercurial