RFR: 8287766: Unnecessary Vector usage in LdapClient

Aleksei Efimov aefimov at openjdk.java.net
Sun Jun 5 23:26:20 UTC 2022


On Sun, 29 May 2022 20:22:55 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

> In [JDK-8273098](https://bugs.openjdk.java.net/browse/JDK-8273098) I missed one place, where Vector could be replaced with ArrayList.
> Usage of thread-safe collection `Vector` is unnecessary. It's recommended to use `ArrayList` if a thread-safe implementation is not needed.

Looks good ��

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

Marked as reviewed by aefimov (Committer).

PR: https://git.openjdk.java.net/jdk/pull/8940


More information about the core-libs-dev mailing list