8139664: Delete ConcurrentMarkSweepThread::is_ConcurrentGC_thread()
authoraharlap
Thu, 22 Oct 2015 11:33:51 -0400
changeset 33599 69416bbe5e84
parent 33598 e230df0ac751
child 33601 9d0838128dd9
8139664: Delete ConcurrentMarkSweepThread::is_ConcurrentGC_thread() Summary: Remove virtual method with same implementation as on base class Reviewed-by: pliden, drwhite
hotspot/src/share/vm/gc/cms/concurrentMarkSweepThread.hpp
--- a/hotspot/src/share/vm/gc/cms/concurrentMarkSweepThread.hpp	Wed Oct 21 14:13:36 2015 -0400
+++ b/hotspot/src/share/vm/gc/cms/concurrentMarkSweepThread.hpp	Thu Oct 22 11:33:51 2015 -0400
@@ -79,9 +79,6 @@
   static void makeSurrogateLockerThread(TRAPS);
   static SurrogateLockerThread* slt() { return _slt; }
 
-  // Tester
-  bool is_ConcurrentGC_thread() const { return true;       }
-
   static void threads_do(ThreadClosure* tc);
 
   // Printing