author | apetrusenko |
Fri, 14 Aug 2009 13:44:15 -0700 | |
changeset 3612 | 4a1819d01f58 |
parent 3610 | 06ee2f982ea6 |
child 3613 | d716bbc29dcc |
child 3673 | 322b523b9123 |
child 3690 | dba50b88bd50 |
child 3691 | c84b8483cd2c |
hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp | file | annotate | diff | comparison | revisions |
--- a/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp Wed Aug 12 14:27:54 2009 -0700 +++ b/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp Fri Aug 14 13:44:15 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 {