8256813: Simplify WeakProcessor counting of OopStorage entries

Reviewed-by: sjohanss, stefank
This commit is contained in:
Kim Barrett 2020-11-24 02:17:47 +00:00
parent 67a959002d
commit cc96b0acbc
3 changed files with 27 additions and 43 deletions

View file

@ -71,6 +71,9 @@ public:
class Task;
private:
template<typename IsAlive, typename KeepAlive>
class CountingClosure;
class GangTask;
};