src/share/vm/memory/genCollectedHeap.hpp

changeset 7070
439f0d76cff3
parent 6992
2c6ef90f030a
child 7535
7ae4e26cb1e0
child 7659
38d6febe66af
     1.1 --- a/src/share/vm/memory/genCollectedHeap.hpp	Mon Aug 25 17:05:18 2014 -0400
     1.2 +++ b/src/share/vm/memory/genCollectedHeap.hpp	Tue Aug 26 10:28:43 2014 +0200
     1.3 @@ -166,14 +166,6 @@
     1.4    HeapWord** top_addr() const;
     1.5    HeapWord** end_addr() const;
     1.6  
     1.7 -  // Return an estimate of the maximum allocation that could be performed
     1.8 -  // without triggering any collection activity.  In a generational
     1.9 -  // collector, for example, this is probably the largest allocation that
    1.10 -  // could be supported in the youngest generation.  It is "unsafe" because
    1.11 -  // no locks are taken; the result should be treated as an approximation,
    1.12 -  // not a guarantee.
    1.13 -  size_t unsafe_max_alloc();
    1.14 -
    1.15    // Does this heap support heap inspection? (+PrintClassHistogram)
    1.16    virtual bool supports_heap_inspection() const { return true; }
    1.17  

mercurial