Hi
This changeset includes the migration of our JIS0201/0208/0212 based single/
double-byte charsets to the new mapping based implementation. This is the
left-over of the effort we put in JDK7 to re-implement most of our
charsets in
charsets.jar to (1)have better performance (2) small storage f
Kurchi,
I don't have any problem with the source changes ( they make sense ),
but I don't see why they are necessary.
The listening socket is bound to the wildcard address, so sending to the
local address should work. I guess this is some kind of (default
configuration error/issue). Anyway,
Hi,
Some tests in our test repository assume that
InetAddress.getLocalHost() will return 127.0.0.1. However, with
linux systems running Ubuntu 12.04 now returning 127.0.1.1 as localhost,
these tests are failing. I have changed two
of the NIO tests to remove their dependency on
InetAddress.g