8139664: Delete ConcurrentMarkSweepThread::is_ConcurrentGC_thread()
Summary: Remove virtual method with same implementation as on base class
Reviewed-by: pliden, drwhite
--- 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