8139664: Delete ConcurrentMarkSweepThread::is_ConcurrentGC_thread()

Remove virtual  method with same implementation as on base class

Reviewed-by: pliden, drwhite
This commit is contained in:
Alexander Harlap 2015-10-22 11:33:51 -04:00
parent f44c1ac1ff
commit d18f04bb32

View file

@ -79,9 +79,6 @@ class ConcurrentMarkSweepThread: public ConcurrentGCThread {
static void makeSurrogateLockerThread(TRAPS);
static SurrogateLockerThread* slt() { return _slt; }
// Tester
bool is_ConcurrentGC_thread() const { return true; }
static void threads_do(ThreadClosure* tc);
// Printing