Andrew Zhang wrote: > As spec says ArrayList#ArrayList() constructs an empty list with an initial > capacity of ten, but our code initializes the list with capacity 0. > > A jira issue is filed: https://issues.apache.org/jira/browse/HARMONY-4858
Are you asking that this is considered for fixing in M3? Does it break anything? Regards, Tim
