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

changeset 1377
2c79770d1f6e
parent 1371
e1fdf4fd34dc
child 1546
44f61c24ddab
equal deleted inserted replaced
1376:8b46c4d82093 1377:2c79770d1f6e
90 // either equal to the number of parallel threads, if ParallelGCThreads 90 // either equal to the number of parallel threads, if ParallelGCThreads
91 // has been set, or 1 otherwise 91 // has been set, or 1 otherwise
92 int _parallel_gc_threads; 92 int _parallel_gc_threads;
93 93
94 enum SomePrivateConstants { 94 enum SomePrivateConstants {
95 NumPrevPausesForHeuristics = 10, 95 NumPrevPausesForHeuristics = 10
96 NumPrevGCsForHeuristics = 10,
97 NumAPIs = HeapRegion::MaxAge
98 }; 96 };
99 97
100 G1MMUTracker* _mmu_tracker; 98 G1MMUTracker* _mmu_tracker;
101 99
102 void initialize_flags(); 100 void initialize_flags();

mercurial