src/share/vm/memory/collectorPolicy.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/collectorPolicy.hpp	Mon Oct 21 13:26:33 2013
--- new/src/share/vm/memory/collectorPolicy.hpp	Mon Oct 21 13:26:33 2013

*** 149,159 **** --- 149,158 ---- bool is_g1_policy() { return false; } #endif // INCLUDE_ALL_GCS virtual BarrierSet::Name barrier_set_name() = 0; virtual GenRemSet::Name rem_set_name() = 0; // Create the remembered set (to cover the given reserved region, // allowing breaking up into at most "max_covered_regions"). virtual GenRemSet* create_rem_set(MemRegion reserved, int max_covered_regions);
*** 301,311 **** --- 300,309 ---- // Inherited methods TwoGenerationCollectorPolicy* as_two_generation_policy() { return this; } int number_of_generations() { return 2; } BarrierSet::Name barrier_set_name() { return BarrierSet::CardTableModRef; } GenRemSet::Name rem_set_name() { return GenRemSet::CardTable; } virtual CollectorPolicy::Name kind() { return CollectorPolicy::TwoGenerationCollectorPolicyKind; }

src/share/vm/memory/collectorPolicy.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File