src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

changeset 3335
3c648b9ad052
parent 3296
dc467e8b2c5e
child 3336
fd2b426c30db
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Fri Dec 09 19:28:34 2011 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Wed Dec 14 12:15:26 2011 +0100
     1.3 @@ -1196,7 +1196,7 @@
     1.4                                         HumongousRegionSet* humongous_proxy_set,
     1.5                                         bool par);
     1.6  
     1.7 -  // Returns "TRUE" iff "p" points into the allocated area of the heap.
     1.8 +  // Returns "TRUE" iff "p" points into the committed areas of the heap.
     1.9    virtual bool is_in(const void* p) const;
    1.10  
    1.11    // Return "TRUE" iff the given object address is within the collection

mercurial