> After I've renamed remove branch GitHub for some reason has closed original
> https://github.com/openjdk/jdk/pull/2744, so I've decided to recreate it.
Сергей Цыпанов has updated the pull request with a new target base due to a
merge or a rebase. The pull request now contains ten commits:
-
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
This is an implementation for the `JEP 400: UTF-8 by Default`. The gist of the
changes is `Charset.defaultCharset()` returning `UTF-8` and `file.encoding`
system property being added in the spec, but another notable modification is in
`java.io.PrintStream` where it continues to use the `Console`