Since Mustang b36 we see a jmx test failing all platforms on time out.
Analysis is that it became around 80 times slower to create a jmx connector
server, start it, stop it.
Most of jmx code doing that spends time in allocating/freeing java.net
level objects.
An important detail is that rmi over jrmp is impacted but rmi over iiop
is still as fast with b36 than with b35.
The jmx engineering team did not putback anything in b36, I made an
unsuccessful search in Bugster, so I wonder what's going on.
Attached java code is all you need to demonstrate the issue.
###@###.### 2005-05-24 09:03:28 GMT