comparison src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp @ 942:2c79770d1f6e

6819085: G1: use larger and/or user settable region size Summary: Instead of the region size being hard-coded, allow the user to set it. Reviewed-by: jmasa, johnc, apetrusenko
author tonyp
date Thu, 30 Jul 2009 16:22:58 -0400
parents e1fdf4fd34dc
children 44f61c24ddab
comparison
equal deleted inserted replaced
941:8b46c4d82093 942: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();