Hi, Could you, please, review this small, test-only, change:
CR: https://bugs.openjdk.java.net/browse/JDK-8143121 Webrev: http://cr.openjdk.java.net/~akulyakh/8143121/test/javax/management/remote/mandatory/loading/MethodResultTest.java.udiff.html The precondition for this test is a JMXConnector having established a successful connection. On some environments the test sometimes can not connect at the first attempt, because the target application is not yet ready. We are changing the test so that it tries to connect again if it gets IOException during the connection. Best regards, Alexander