8165493: SA: Add method in GrowableArray.java to be able to access the 'data' field
Reviewed-by: dholmes, dsamersoff, egahlin
This commit is contained in:
parent
f6a7898995
commit
2347610827
@ -65,4 +65,7 @@ public class GrowableArray<T> extends GenericGrowableArray {
|
|||||||
super(addr);
|
super(addr);
|
||||||
virtualConstructor = v;
|
virtualConstructor = v;
|
||||||
}
|
}
|
||||||
|
public Address getData() {
|
||||||
|
return dataField.getValue(getAddress());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user