diff -r caf5eb7dd4a7 -r 882756847a04 hotspot/src/share/vm/memory/binaryTreeDictionary.hpp --- a/hotspot/src/share/vm/memory/binaryTreeDictionary.hpp Fri Aug 31 16:39:35 2012 -0700 +++ b/hotspot/src/share/vm/memory/binaryTreeDictionary.hpp Sat Sep 01 13:25:18 2012 -0400 @@ -164,10 +164,10 @@ class BinaryTreeDictionary: public FreeBlockDictionary { friend class VMStructs; bool _splay; + bool _adaptive_freelists; size_t _total_size; size_t _total_free_blocks; TreeList* _root; - bool _adaptive_freelists; // private accessors bool splay() const { return _splay; }