hotspot/src/share/vm/memory/collectorPolicy.hpp
changeset 21558 8dcd5451cdca
parent 20398 b206c580c45f
child 21560 b3ae3ba25ebb
--- a/hotspot/src/share/vm/memory/collectorPolicy.hpp	Mon Oct 28 13:27:57 2013 +0100
+++ b/hotspot/src/share/vm/memory/collectorPolicy.hpp	Mon Oct 21 18:51:37 2013 +0200
@@ -151,7 +151,6 @@
 
 
   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").
@@ -303,7 +302,6 @@
 
   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;