comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 3867:ff53346271fe

6814390: G1: remove the concept of non-generational G1 Summary: Removed the possibility to turn off generational mode for G1. Reviewed-by: johnc, ysr, tonyp
author brutisso
date Fri, 19 Aug 2011 09:30:59 +0200
parents cd8e33b2a8ad
children ae73da50be4b
comparison
equal deleted inserted replaced
3866:7c29742c41b4 3867:ff53346271fe
37 "Confidence level for MMU/pause predictions") \ 37 "Confidence level for MMU/pause predictions") \
38 \ 38 \
39 develop(intx, G1MarkingOverheadPercent, 0, \ 39 develop(intx, G1MarkingOverheadPercent, 0, \
40 "Overhead of concurrent marking") \ 40 "Overhead of concurrent marking") \
41 \ 41 \
42 develop(bool, G1Gen, true, \
43 "If true, it will enable the generational G1") \
44 \ 42 \
45 develop(intx, G1PolicyVerbose, 0, \ 43 develop(intx, G1PolicyVerbose, 0, \
46 "The verbosity level on G1 policy decisions") \ 44 "The verbosity level on G1 policy decisions") \
47 \ 45 \
48 develop(intx, G1MarkingVerboseLevel, 0, \ 46 develop(intx, G1MarkingVerboseLevel, 0, \