mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
6872000: G1: compilation fails on linux/older gcc
Reviewed-by: jcoomes, tonyp
This commit is contained in:
parent
1a11be46ca
commit
ead860c069
1 changed files with 1 additions and 1 deletions
|
@ -2401,7 +2401,7 @@ class CSMarkOopClosure: public OopClosure {
|
|||
// 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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue