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

changeset 2216
c32059ef4dc0
parent 1949
b9bc732be7c0
child 2314
f95d63e2154a
equal deleted inserted replaced
2198:0715f0cf171d 2216:c32059ef4dc0
38 "If true, it will enable the generational G1") \ 38 "If true, it will enable the generational G1") \
39 \ 39 \
40 develop(intx, G1PolicyVerbose, 0, \ 40 develop(intx, G1PolicyVerbose, 0, \
41 "The verbosity level on G1 policy decisions") \ 41 "The verbosity level on G1 policy decisions") \
42 \ 42 \
43 develop(bool, G1UseHRIntoRS, true, \
44 "Determines whether the 'advanced' HR Into rem set is used.") \
45 \
46 develop(intx, G1MarkingVerboseLevel, 0, \ 43 develop(intx, G1MarkingVerboseLevel, 0, \
47 "Level (0-4) of verboseness of the marking code") \ 44 "Level (0-4) of verboseness of the marking code") \
48 \ 45 \
49 develop(bool, G1PrintReachableAtInitialMark, false, \ 46 develop(bool, G1PrintReachableAtInitialMark, false, \
50 "Reachable object dump at the initial mark pause") \ 47 "Reachable object dump at the initial mark pause") \

mercurial