hotspot/src/share/vm/gc/serial/defNewGeneration.hpp
changeset 35492 c8c0273e6b91
parent 35458 71a08884be5f
child 35930 722866f5e209
--- a/hotspot/src/share/vm/gc/serial/defNewGeneration.hpp	Thu Jan 14 09:18:11 2016 +0100
+++ b/hotspot/src/share/vm/gc/serial/defNewGeneration.hpp	Thu Jan 14 13:26:19 2016 +0100
@@ -47,11 +47,11 @@
 protected:
   Generation* _old_gen;
   uint        _tenuring_threshold;   // Tenuring threshold for next collection.
-  ageTable    _age_table;
+  AgeTable    _age_table;
   // Size of object to pretenure in words; command line provides bytes
   size_t      _pretenure_size_threshold_words;
 
-  ageTable*   age_table() { return &_age_table; }
+  AgeTable*   age_table() { return &_age_table; }
 
   // Initialize state to optimistically assume no promotion failure will
   // happen.