hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp
changeset 32603 2eba0435dc51
parent 32596 8feecdee3156
child 32736 755024a84282
--- a/hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp	Mon Aug 31 11:51:29 2015 -0700
+++ b/hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp	Tue Sep 01 13:13:19 2015 +0200
@@ -604,10 +604,6 @@
 
   virtual G1CollectorPolicy* as_g1_policy() { return this; }
 
-  virtual CollectorPolicy::Name kind() {
-    return CollectorPolicy::G1CollectorPolicyKind;
-  }
-
   G1CollectorState* collector_state();
 
   G1GCPhaseTimes* phase_times() const { return _phase_times; }