changeset 913:ac59d4e6dae5 hs16-b08

Merge
author trims
date Fri, 14 Aug 2009 17:14:07 -0700
parents 16314a31b961 (current diff) 308762b2bf14 (diff)
children 50a95aa4a247 585222cadf79
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/concurrentMark.cpp	Thu Aug 13 17:59:05 2009 -0700
+++ b/src/share/vm/gc_implementation/g1/concurrentMark.cpp	Fri Aug 14 17:14:07 2009 -0700
@@ -2401,7 +2401,7 @@
         // Now process this portion of this one.
         int lim = MIN2(next_arr_ind, len);
         for (int j = arr_ind; j < lim; j++) {
-          do_oop(aobj->obj_at_addr<T>(j));
+          do_oop(aobj->objArrayOopDesc::obj_at_addr<T>(j));
         }
 
       } else {