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

changeset 3021
14a2fd14c0db
parent 2975
5f6f2615433a
child 3028
f44782f04dd4
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Sat Jul 23 10:42:20 2011 -0400
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Mon Aug 01 10:04:28 2011 -0700
     1.3 @@ -393,8 +393,7 @@
     1.4    // Perform finalization stuff on all allocation regions.
     1.5    void retire_all_alloc_regions();
     1.6  
     1.7 -  // The number of regions allocated to hold humongous objects.
     1.8 -  int         _num_humongous_regions;
     1.9 +  // The young region list.
    1.10    YoungList*  _young_list;
    1.11  
    1.12    // The current policy object for the collector.

mercurial