comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 4090:a88de71c4e3a

7097002: G1: remove a lot of unused / redundant code from the G1CollectorPolicy class Summary: Major cleanup of the G1CollectorPolicy class. It removes a lot of unused fields and methods and also consolidates replicated information (mainly various ways of counting the number of CSet regions) into one copy. Reviewed-by: johnc, brutisso
author tonyp
date Fri, 18 Nov 2011 12:52:27 -0500
parents 246daf2c601d
children 1cbe7978b021
comparison
equal deleted inserted replaced
4077:b1754f3fbbd8 4090:a88de71c4e3a
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 \
43 develop(intx, G1PolicyVerbose, 0, \
44 "The verbosity level on G1 policy decisions") \
45 \
46 develop(intx, G1MarkingVerboseLevel, 0, \ 42 develop(intx, G1MarkingVerboseLevel, 0, \
47 "Level (0-4) of verboseness of the marking code") \ 43 "Level (0-4) of verboseness of the marking code") \
48 \ 44 \
49 develop(bool, G1PrintReachableAtInitialMark, false, \ 45 develop(bool, G1PrintReachableAtInitialMark, false, \
50 "Reachable object dump at the initial mark pause") \ 46 "Reachable object dump at the initial mark pause") \
55 develop(ccstr, G1PrintReachableBaseFile, NULL, \ 51 develop(ccstr, G1PrintReachableBaseFile, NULL, \
56 "The base file name for the reachable object dumps") \ 52 "The base file name for the reachable object dumps") \
57 \ 53 \
58 develop(bool, G1TraceMarkStackOverflow, false, \ 54 develop(bool, G1TraceMarkStackOverflow, false, \
59 "If true, extra debugging code for CM restart for ovflw.") \ 55 "If true, extra debugging code for CM restart for ovflw.") \
60 \
61 develop(intx, G1PausesBtwnConcMark, -1, \
62 "If positive, fixed number of pauses between conc markings") \
63 \ 56 \
64 diagnostic(bool, G1SummarizeConcMark, false, \ 57 diagnostic(bool, G1SummarizeConcMark, false, \
65 "Summarize concurrent mark info") \ 58 "Summarize concurrent mark info") \
66 \ 59 \
67 diagnostic(bool, G1SummarizeRSetStats, false, \ 60 diagnostic(bool, G1SummarizeRSetStats, false, \