Integrated: 8293984: Unnecessary Vector usage in PropertyEditorSupport
Andrey Turbanov
aturbanov at openjdk.org
Thu Oct 13 07:00:11 UTC 2022
On Mon, 19 Sep 2022 06:55:50 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
> Field PropertyEditorSupport.listeners is accessed only under `synchronized(this)`.
> It means extra synchronization by Vector is not needed.
This pull request has now been integrated.
Changeset: 6ae7e4d4
Author: Andrey Turbanov <aturbanov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6ae7e4d4aad5712cf2fe6ab9f98dc424fa4170cb
Stats: 14 lines in 1 file changed: 0 ins; 5 del; 9 mod
8293984: Unnecessary Vector usage in PropertyEditorSupport
Reviewed-by: serb
-------------
PR: https://git.openjdk.org/jdk/pull/10331
More information about the client-libs-dev
mailing list