hotspot/src/share/vm/memory/generation.cpp
changeset 29200 5e480434bef4
parent 28217 57791914628c
child 29684 a36d90acae41
--- a/hotspot/src/share/vm/memory/generation.cpp	Wed Feb 18 09:22:37 2015 +0100
+++ b/hotspot/src/share/vm/memory/generation.cpp	Fri Aug 22 10:10:08 2014 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -155,7 +155,7 @@
   GenCollectedHeap* gch = GenCollectedHeap::heap();
   int next = level() + 1;
   if (next < gch->_n_gens) {
-    return gch->_gens[next];
+    return gch->get_gen(next);
   } else {
     return NULL;
   }