hotspot/src/share/vm/memory/genCollectedHeap.hpp
changeset 11247 d6faa02b3802
parent 10997 0be4b3be7197
child 11396 917d8673b5ef
--- a/hotspot/src/share/vm/memory/genCollectedHeap.hpp	Fri Dec 09 19:28:34 2011 -0800
+++ b/hotspot/src/share/vm/memory/genCollectedHeap.hpp	Wed Dec 14 12:15:26 2011 +0100
@@ -198,7 +198,7 @@
   // Mostly used for testing purposes. Caller does not hold the Heap_lock on entry.
   void collect(GCCause::Cause cause, int max_level);
 
-  // Returns "TRUE" iff "p" points into the allocated area of the heap.
+  // Returns "TRUE" iff "p" points into the committed areas of the heap.
   // The methods is_in(), is_in_closed_subset() and is_in_youngest() may
   // be expensive to compute in general, so, to prevent
   // their inadvertent use in product jvm's, we restrict their use to