src/share/vm/gc_interface/collectedHeap.hpp

changeset 7070
439f0d76cff3
parent 7031
ee019285a52c
child 7160
c10b463abc6e
     1.1 --- a/src/share/vm/gc_interface/collectedHeap.hpp	Mon Aug 25 17:05:18 2014 -0400
     1.2 +++ b/src/share/vm/gc_interface/collectedHeap.hpp	Tue Aug 26 10:28:43 2014 +0200
     1.3 @@ -395,15 +395,6 @@
     1.4    // allocation from them and necessitating allocation of new TLABs.
     1.5    virtual void ensure_parsability(bool retire_tlabs);
     1.6  
     1.7 -  // Return an estimate of the maximum allocation that could be performed
     1.8 -  // without triggering any collection or expansion activity.  In a
     1.9 -  // generational collector, for example, this is probably the largest
    1.10 -  // allocation that could be supported (without expansion) in the youngest
    1.11 -  // generation.  It is "unsafe" because no locks are taken; the result
    1.12 -  // should be treated as an approximation, not a guarantee, for use in
    1.13 -  // heuristic resizing decisions.
    1.14 -  virtual size_t unsafe_max_alloc() = 0;
    1.15 -
    1.16    // Section on thread-local allocation buffers (TLABs)
    1.17    // If the heap supports thread-local allocation buffers, it should override
    1.18    // the following methods:

mercurial