mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-27 10:40:29 +00:00
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:
parent
f44c1ac1ff
commit
d18f04bb32
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user