--- a/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp Sat Jul 23 10:42:20 2011 -0400
+++ b/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp Mon Aug 01 10:04:28 2011 -0700
@@ -393,8 +393,7 @@
// Perform finalization stuff on all allocation regions.
void retire_all_alloc_regions();
- // The number of regions allocated to hold humongous objects.
- int _num_humongous_regions;
+ // The young region list.
YoungList* _young_list;
// The current policy object for the collector.