mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8295808: GrowableArray should support capacity management
Reviewed-by: aboldtch, tschatzl, sspitsyn
This commit is contained in:
parent
6289600fe8
commit
3a873d3c5b
8 changed files with 176 additions and 105 deletions
|
@ -487,7 +487,7 @@
|
|||
/*******************/ \
|
||||
\
|
||||
nonstatic_field(GrowableArrayBase, _len, int) \
|
||||
nonstatic_field(GrowableArrayBase, _max, int) \
|
||||
nonstatic_field(GrowableArrayBase, _capacity, int) \
|
||||
nonstatic_field(GrowableArray<int>, _data, int*) \
|
||||
\
|
||||
/********************************/ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue