comparison src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.hpp @ 344:6aae2f9d0294

Merge
author ysr
date Thu, 12 Jun 2008 13:50:55 -0700
parents c70a245cad3a
children d1605aabd0a1
comparison
equal deleted inserted replaced
342:37f87013dfd8 344:6aae2f9d0294
128 }; 128 };
129 129
130 const size_t MIN_TREE_CHUNK_SIZE = sizeof(TreeChunk)/HeapWordSize; 130 const size_t MIN_TREE_CHUNK_SIZE = sizeof(TreeChunk)/HeapWordSize;
131 131
132 class BinaryTreeDictionary: public FreeBlockDictionary { 132 class BinaryTreeDictionary: public FreeBlockDictionary {
133 friend class VMStructs;
133 bool _splay; 134 bool _splay;
134 size_t _totalSize; 135 size_t _totalSize;
135 size_t _totalFreeBlocks; 136 size_t _totalFreeBlocks;
136 TreeList* _root; 137 TreeList* _root;
137 138