Integrated: 8273299: Unnecessary Vector usage in java.security.jgss

Andrey Turbanov duke at openjdk.java.net
Tue Oct 26 15:28:22 UTC 2021


On Thu, 26 Aug 2021 08:09:16 GMT, Andrey Turbanov <duke at openjdk.java.net> wrote:

> Usage of thread-safe collection Vector is unnecessary. It's recommended to use ArrayList if a thread-safe implementation is not needed.

This pull request has now been integrated.

Changeset: c9dec2f9
Author:    Andrey Turbanov <turbanoff at gmail.com>
Committer: Weijun Wang <weijun at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/c9dec2f9849f98048f32ccef4e5573ce21204fbb
Stats:     106 lines in 12 files changed: 2 ins; 15 del; 89 mod

8273299: Unnecessary Vector usage in java.security.jgss

Reviewed-by: weijun

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

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



More information about the security-dev mailing list