hg: jdk7/jsn/jdk: 4 new changesets

2008-06-16 Thread bradford . wetmore
Changeset: 7e5e83dfd285 Author:lmalvent Date: 2008-06-10 13:50 +0200 URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/7e5e83dfd285 6711106: REGRESSION: Bad usage of SnapshotMBeanServerConnection in MBeans tab and JConsole plugins. Reviewed-by: jfdenise ! src/share/classes/sun/tool

Proposed changes for 6656849

2008-06-16 Thread Jean-Christophe Collet
This is a serialization issue in Inet6Address. When de-serializing an address with an interface name as the scope, the test for its existence should be done sooner rather than later to avoid a NullPointerException. I took the opportunity to clean up the code in Inet6Address to act on some NetBea