On Fri, 11 Nov 2022 07:00:52 GMT, Andrey Turbanov <aturba...@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 <aturba...@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

Reply via email to