Integrated: 8298449: Unnecessary Vector usage in MetaData.ProxyPersistenceDelegate
Andrey Turbanov
aturbanov at openjdk.org
Thu Jan 5 16:52:57 UTC 2023
On Fri, 11 Nov 2022 07:00:52 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
> `Vector<Object> args` is used only in single method and then it converted to `Object[]`.
> So we can avoid usage of legacy synchronized `Vector` here and use `ArrayList` instead.
This pull request has now been integrated.
Changeset: b908388e
Author: Andrey Turbanov <aturbanov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b908388e817e9bf30c8558b53efc9b2ddf2bad75
Stats: 7 lines in 1 file changed: 2 ins; 1 del; 4 mod
8298449: Unnecessary Vector usage in MetaData.ProxyPersistenceDelegate
Reviewed-by: serb
-------------
PR: https://git.openjdk.org/jdk/pull/11103
More information about the client-libs-dev
mailing list