8295808: GrowableArray should support capacity management

Reviewed-by: aboldtch, tschatzl, sspitsyn
This commit is contained in:
Kim Barrett 2022-10-25 17:42:48 +00:00
parent 6289600fe8
commit 3a873d3c5b
8 changed files with 176 additions and 105 deletions

View file

@ -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*) \
\
/********************************/ \