comparison src/share/vm/gc_implementation/includeDB_gc_shared @ 936:e1fdf4fd34dc

6871111: G1: remove the concurrent overhead tracker Summary: Removing the concurrent overhead tracker from G1, along with the GC overhead reporter and the G1AccountConcurrentOverhead (both of which rely on the the concurrent overhead tracker). Reviewed-by: iveresov, johnc
author tonyp
date Wed, 19 Aug 2009 12:53:25 -0400
parents 0fbdb4381b99
children c18cbe5936b8
comparison
equal deleted inserted replaced
912:308762b2bf14 936:e1fdf4fd34dc
33 concurrentGCThread.cpp oop.inline.hpp 33 concurrentGCThread.cpp oop.inline.hpp
34 concurrentGCThread.cpp systemDictionary.hpp 34 concurrentGCThread.cpp systemDictionary.hpp
35 35
36 concurrentGCThread.hpp thread.hpp 36 concurrentGCThread.hpp thread.hpp
37 37
38 coTracker.hpp globalDefinitions.hpp
39 coTracker.hpp numberSeq.hpp
40
41 coTracker.cpp coTracker.hpp
42 coTracker.cpp os.hpp
43
44 allocationStats.cpp allocationStats.hpp 38 allocationStats.cpp allocationStats.hpp
45 allocationStats.cpp ostream.hpp 39 allocationStats.cpp ostream.hpp
46 40
47 allocationStats.hpp allocation.hpp 41 allocationStats.hpp allocation.hpp
48 allocationStats.hpp gcUtil.hpp 42 allocationStats.hpp gcUtil.hpp
51 gcAdaptivePolicyCounters.hpp adaptiveSizePolicy.hpp 45 gcAdaptivePolicyCounters.hpp adaptiveSizePolicy.hpp
52 gcAdaptivePolicyCounters.hpp gcPolicyCounters.hpp 46 gcAdaptivePolicyCounters.hpp gcPolicyCounters.hpp
53 47
54 gcAdaptivePolicyCounters.cpp resourceArea.hpp 48 gcAdaptivePolicyCounters.cpp resourceArea.hpp
55 gcAdaptivePolicyCounters.cpp gcAdaptivePolicyCounters.hpp 49 gcAdaptivePolicyCounters.cpp gcAdaptivePolicyCounters.hpp
56
57 gcOverheadReporter.cpp allocation.inline.hpp
58 gcOverheadReporter.cpp concurrentGCThread.hpp
59 gcOverheadReporter.cpp coTracker.hpp
60 gcOverheadReporter.cpp gcOverheadReporter.hpp
61 gcOverheadReporter.cpp ostream.hpp
62 gcOverheadReporter.cpp thread_<os_family>.inline.hpp
63 50
64 gSpaceCounters.cpp generation.hpp 51 gSpaceCounters.cpp generation.hpp
65 gSpaceCounters.cpp resourceArea.hpp 52 gSpaceCounters.cpp resourceArea.hpp
66 gSpaceCounters.cpp gSpaceCounters.hpp 53 gSpaceCounters.cpp gSpaceCounters.hpp
67 54