mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8256813: Simplify WeakProcessor counting of OopStorage entries
Reviewed-by: sjohanss, stefank
This commit is contained in:
parent
67a959002d
commit
cc96b0acbc
3 changed files with 27 additions and 43 deletions
|
@ -71,6 +71,9 @@ public:
|
|||
class Task;
|
||||
|
||||
private:
|
||||
template<typename IsAlive, typename KeepAlive>
|
||||
class CountingClosure;
|
||||
|
||||
class GangTask;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue