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.

the patch looks fine.

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

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

Reply via email to