RFR: 8293984: Unnecessary Vector usage in PropertyEditorSupport [v2]

Sergey Bylokhov serb at openjdk.org
Tue Oct 11 01:40:21 UTC 2022


On Sun, 9 Oct 2022 21:03:52 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.
>
> Andrey Turbanov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8293984: Unnecessary Vector usage in PropertyEditorSupport
>   
>   use ArrayList constructor instead of clone

Marked as reviewed by serb (Reviewer).

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

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



More information about the client-libs-dev mailing list