hotspot/src/share/vm/gc/cms/parNewGeneration.hpp
changeset 30881 7a3899d7cea0
parent 30868 c1b24f26deed
child 31358 693058672cc6
--- a/hotspot/src/share/vm/gc/cms/parNewGeneration.hpp	Mon May 25 11:39:43 2015 +0200
+++ b/hotspot/src/share/vm/gc/cms/parNewGeneration.hpp	Mon May 25 11:41:34 2015 +0200
@@ -250,10 +250,6 @@
   HeapWord* young_old_boundary() { return _young_old_boundary; }
 
   void work(uint worker_id);
-
-  // Reset the terminator in ParScanThreadStateSet for
-  // "active_workers" threads.
-  virtual void set_for_termination(uint active_workers);
 };
 
 class KeepAliveClosure: public DefNewGeneration::KeepAliveClosure {