8202780: Remove EnqueueTask related code from ReferenceProcessor after JDK-8202017

Remove code obsoleted by JDK-8202017

Reviewed-by: kbarrett, sangheki
This commit is contained in:
Thomas Schatzl 2018-05-09 13:37:05 +02:00
parent 816d8f4257
commit b34a8c43f1
12 changed files with 5 additions and 234 deletions

View file

@ -487,7 +487,6 @@ public:
// Executes a task using worker threads.
virtual void execute(ProcessTask& task);
virtual void execute(EnqueueTask& task);
private:
CMSCollector& _collector;
};