comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 1861:c32059ef4dc0

6971296: G1: simplify G1RemSet class hierarchy Summary: Remove G1RemSet base class and StupidG1RemSet class; rename HRInto_G1RemSet to just G1RemSet. Reviewed-by: ysr, tonyp
author johnc
date Tue, 12 Oct 2010 09:36:48 -0700
parents b9bc732be7c0
children f95d63e2154a
comparison
equal deleted inserted replaced
1843:0715f0cf171d 1861: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") \