src/share/vm/memory/threadLocalAllocBuffer.hpp

changeset 7470
060cdf93040c
parent 6376
cfd4aac53239
child 7535
7ae4e26cb1e0
     1.1 --- a/src/share/vm/memory/threadLocalAllocBuffer.hpp	Fri Sep 26 17:48:10 2014 -0400
     1.2 +++ b/src/share/vm/memory/threadLocalAllocBuffer.hpp	Thu Oct 09 15:42:23 2014 +0200
     1.3 @@ -105,7 +105,7 @@
     1.4      // do nothing.  tlabs must be inited by initialize() calls
     1.5    }
     1.6  
     1.7 -  static const size_t min_size()                 { return align_object_size(MinTLABSize / HeapWordSize); }
     1.8 +  static const size_t min_size()                 { return align_object_size(MinTLABSize / HeapWordSize) + alignment_reserve(); }
     1.9    static const size_t max_size()                 { assert(_max_size != 0, "max_size not set up"); return _max_size; }
    1.10    static void set_max_size(size_t max_size)      { _max_size = max_size; }
    1.11  

mercurial