mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
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:
parent
816d8f4257
commit
b34a8c43f1
12 changed files with 5 additions and 234 deletions
|
@ -487,7 +487,6 @@ public:
|
|||
|
||||
// Executes a task using worker threads.
|
||||
virtual void execute(ProcessTask& task);
|
||||
virtual void execute(EnqueueTask& task);
|
||||
private:
|
||||
CMSCollector& _collector;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue