src/share/vm/memory/binaryTreeDictionary.hpp

changeset 4037
da91efe96a93
parent 3822
a297b0e14605
child 4196
685df3c6f84b
     1.1 --- a/src/share/vm/memory/binaryTreeDictionary.hpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/share/vm/memory/binaryTreeDictionary.hpp	Sat Sep 01 13:25:18 2012 -0400
     1.3 @@ -164,10 +164,10 @@
     1.4  class BinaryTreeDictionary: public FreeBlockDictionary<Chunk> {
     1.5    friend class VMStructs;
     1.6    bool       _splay;
     1.7 +  bool       _adaptive_freelists;
     1.8    size_t     _total_size;
     1.9    size_t     _total_free_blocks;
    1.10    TreeList<Chunk>* _root;
    1.11 -  bool       _adaptive_freelists;
    1.12  
    1.13    // private accessors
    1.14    bool splay() const { return _splay; }

mercurial