> This patch replaces a LinkedList data structure used in the
> net.http.FilterFactory class with an ArrayList. This issue relates to
> [JDK-8246048: Replace LinkedList with ArrayLists in
> java.net.](https://bugs.openjdk.java.net/browse/JDK-8246048).
>
> The list created once per HttpClient an
On Thu, 8 Jul 2021 10:38:33 GMT, Sergei Ustimenko
wrote:
> This patch replaces a LinkedList data structure used in the
> net.http.FilterFactory class with an ArrayList. This issue relates to
> [JDK-8246048: Replace LinkedList with ArrayLists in
> java.net.](https://bugs.openjdk.java.net/brows