src/share/vm/gc_implementation/parallelScavenge/generationSizer.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/gc_implementation/parallelScavenge/generationSizer.hpp

src/share/vm/gc_implementation/parallelScavenge/generationSizer.hpp

Print this page
rev 6345 : 8027643: Merge GenCollectorPolicy and TwoGenerationCollectorPolicy
Summary: Merged the two calsses GenCollectorPolicy and TwoGenerationCollectorPolicy
Reviewed-by:

*** 26,38 **** #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_GENERATIONSIZER_HPP #include "memory/collectorPolicy.hpp" // There is a nice batch of tested generation sizing code in ! // TwoGenerationCollectorPolicy. Lets reuse it! ! class GenerationSizer : public TwoGenerationCollectorPolicy { private: void trace_gen_sizes(const char* const str); // The alignment used for boundary between young gen and old gen --- 26,38 ---- #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_GENERATIONSIZER_HPP #include "memory/collectorPolicy.hpp" // There is a nice batch of tested generation sizing code in ! // GenCollectorPolicy. Lets reuse it! ! class GenerationSizer : public GenCollectorPolicy { private: void trace_gen_sizes(const char* const str); // The alignment used for boundary between young gen and old gen
src/share/vm/gc_implementation/parallelScavenge/generationSizer.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File