src/share/vm/memory/generation.hpp

changeset 3335
3c648b9ad052
parent 2314
f95d63e2154a
child 3339
e7dead7e90af
     1.1 --- a/src/share/vm/memory/generation.hpp	Fri Dec 09 19:28:34 2011 -0800
     1.2 +++ b/src/share/vm/memory/generation.hpp	Wed Dec 14 12:15:26 2011 +0100
     1.3 @@ -220,7 +220,7 @@
     1.4    MemRegion prev_used_region() const { return _prev_used_region; }
     1.5    virtual void  save_used_region()   { _prev_used_region = used_region(); }
     1.6  
     1.7 -  // Returns "TRUE" iff "p" points into an allocated object in the generation.
     1.8 +  // Returns "TRUE" iff "p" points into the committed areas in the generation.
     1.9    // For some kinds of generations, this may be an expensive operation.
    1.10    // To avoid performance problems stemming from its inadvertent use in
    1.11    // product jvm's, we restrict its use to assertion checking or

mercurial