--- old/test/sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java 2016-01-29 13:58:14.554276118 +0100 +++ new/test/sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java 2016-01-29 13:58:14.477277175 +0100 @@ -176,7 +176,7 @@ InetAddress[] addrs = getAddressesForLocalHost(); if (addrs.length < 2) { System.out.println("Ignoring manual test since no more than one IPs are configured for 'localhost'"); - System.exit(0); + return; } JMXInterfaceBindingTest test = new JMXInterfaceBindingTest(); test.run(addrs);