Re: RFR: 8272805: Avoid looking up standard charsets [v2]

2021-08-26 Thread Sergei Ustimenko
On Thu, 26 Aug 2021 17:39:36 GMT, Sergey Bylokhov wrote: >> Sergey Bylokhov has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains 14 additional >> com

Integrated: 8253178: Replace LinkedList Impl in net.http.FilterFactory

2021-08-24 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.open

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

2021-08-16 Thread Sergei Ustimenko
On Mon, 19 Jul 2021 10:24:27 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

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

2021-07-09 Thread Sergei Ustimenko
nce per HttpClient and filled with upfront known values (3 > of them in the jdk.internal.net.http.HttpClientImpl#initFilters: > AuthenticationFilter.class, RedirectFilter.class and depending on the > presence of a cookieHandler - a CookieFilter.class). Sergei Ustimenko has updated the

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.open

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

2021-07-08 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 and filled wit