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

src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.hpp

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

*** 25,35 **** #ifndef SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_CMSCOLLECTORPOLICY_HPP #define SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_CMSCOLLECTORPOLICY_HPP #include "memory/collectorPolicy.hpp" ! class ConcurrentMarkSweepPolicy : public TwoGenerationCollectorPolicy { protected: void initialize_alignments(); void initialize_generations(); public: --- 25,35 ---- #ifndef SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_CMSCOLLECTORPOLICY_HPP #define SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_CMSCOLLECTORPOLICY_HPP #include "memory/collectorPolicy.hpp" ! class ConcurrentMarkSweepPolicy : public GenCollectorPolicy { protected: void initialize_alignments(); void initialize_generations(); public:
src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File