Merge
authortrims
Fri, 14 Aug 2009 17:14:07 -0700
changeset 3613 d716bbc29dcc
parent 3611 ce56850634c5 (current diff)
parent 3612 4a1819d01f58 (diff)
child 3614 8e014ad9c233
child 3674 6dc179b981ff
Merge
--- a/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp	Thu Aug 13 17:59:05 2009 -0700
+++ b/hotspot/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 {