Re: RFR: 8253178: Replace LinkedList Impl in net.http.FilterFactory [v2]

2021-07-09 Thread Sergei Ustimenko
> 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

Re: RFR: 8253178: Replace LinkedList Impl in net.http.FilterFactory

2021-07-09 Thread Sergei Ustimenko
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