mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
8004895: NPG: JMapPermCore test failure caused by warnings about missing field
Reviewed-by: johnc
This commit is contained in:
parent
ad7544b47c
commit
6f5991fa38
6 changed files with 21 additions and 16 deletions
|
@ -43,6 +43,10 @@ template <class Chunk_t, template <class> class FreeList_t> class AscendTreeCens
|
|||
template <class Chunk_t, template <class> class FreeList_t> class DescendTreeCensusClosure;
|
||||
template <class Chunk_t, template <class> class FreeList_t> class DescendTreeSearchClosure;
|
||||
|
||||
class FreeChunk;
|
||||
template <class> class AdaptiveFreeList;
|
||||
typedef BinaryTreeDictionary<FreeChunk, AdaptiveFreeList> AFLBinaryTreeDictionary;
|
||||
|
||||
template <class Chunk_t, template <class> class FreeList_t>
|
||||
class TreeList : public FreeList_t<Chunk_t> {
|
||||
friend class TreeChunk<Chunk_t, FreeList_t>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue