hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 30199 f99feb450c61
parent 30184 4454203533c3
parent 29698 9be8d1b0dfdc
child 30211 442fbbb31f75
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Wed Mar 25 15:50:17 2015 +0100
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Fri Mar 27 09:02:53 2015 +0100
@@ -536,7 +536,7 @@
   nonstatic_field(ContiguousSpace,             _concurrent_iteration_safe_limit,              HeapWord*)                             \
   nonstatic_field(ContiguousSpace,             _saved_mark_word,                              HeapWord*)                             \
                                                                                                                                      \
-  nonstatic_field(DefNewGeneration,            _next_gen,                                     Generation*)                           \
+  nonstatic_field(DefNewGeneration,            _old_gen,                                      Generation*)                           \
   nonstatic_field(DefNewGeneration,            _tenuring_threshold,                           uint)                                  \
   nonstatic_field(DefNewGeneration,            _age_table,                                    ageTable)                              \
   nonstatic_field(DefNewGeneration,            _eden_space,                                   ContiguousSpace*)                      \