RFR: 8298449: Unnecessary Vector usage in MetaData.ProxyPersistenceDelegate
Sergey Bylokhov
serb at openjdk.org
Sun Jan 1 05:02:49 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.
Marked as reviewed by serb (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/11103
More information about the client-libs-dev
mailing list