< prev index next >

src/share/vm/gc/cms/parNewGeneration.hpp

Print this page

        

@@ -92,11 +92,11 @@
 
   HeapWord *_young_old_boundary;
 
   int _hash_seed;
   int _thread_num;
-  ageTable _ageTable;
+  AgeTable _ageTable;
 
   bool _to_space_full;
 
 #if TASKQUEUE_STATS
   size_t _term_attempts;

@@ -130,11 +130,11 @@
                      Stack<oop, mtGC>* overflow_stacks_,
                      size_t desired_plab_sz_,
                      ParallelTaskTerminator& term_);
 
  public:
-  ageTable* age_table() {return &_ageTable;}
+  AgeTable* age_table() {return &_ageTable;}
 
   ObjToScanQueue* work_queue() { return _work_queue; }
 
   PLAB* to_space_alloc_buffer() {
     return &_to_space_alloc_buffer;
< prev index next >