Hi,
Please review the patch for intermittent failures in "sun/security/krb5/auto/BadKdc*" JBS: https://bugs.openjdk.java.net/browse/JDK-8006690 Webrev: http://cr.openjdk.java.net/~ssahoo/8006690/webrev.00/ Description: Some times when the test machine is slow the number of retry for an active KDC can be more than expected. As the expected count is set to 2 the failure occurs when it find a 3rd retry attempt. I have increased the supported retry count for an active KDC response to overcome the failure. Please provide your suggestion. Thanks, Siba