RFR: 8319117: GrowableArray: Allow for custom initializer instead of copy constructor [v8]
Johan Sjölen
jsjolen at openjdk.org
Thu Nov 2 09:52:04 UTC 2023
On Wed, 1 Nov 2023 17:22:00 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>at_put_grow requires E to be copy-assignable in order to install the new value
at index i.
With the new code it doesn't seem to me that `at_put_grow` requires this, correct? I'd like to get rid of this requirement.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16409#discussion_r1379841019
More information about the hotspot-dev
mailing list