RFR: 8298449: Unnecessary Vector usage in MetaData.ProxyPersistenceDelegate

Sergey Bylokhov serb at openjdk.org
Fri Dec 9 06:56:42 UTC 2022


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.

the patch looks fine.

-------------

PR: https://git.openjdk.org/jdk/pull/11103



More information about the client-libs-dev mailing list