< prev index next >

test/sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java

Print this page
@  rev 11404 : 8145982: JMXInterfaceBindingTest is failing intermittently
|  Reviewed-by: chegar, sgehwolf, olagneau
o  rev 11403 : 6425769: Allow specifying an address to bind JMX remote connector
|  Reviewed-by: jbachorik, dfuchs

@@ -174,11 +174,11 @@
 
     public static void main(String[] args) {
         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);
         System.out.println("All tests PASSED.");
     }
< prev index next >