mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02: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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue