8196028: JMX: Not enough JDP packets received before timeout

Reviewed-by: dholmes, egahlin
This commit is contained in:
Harsha Wardhana B 2018-03-20 13:40:03 +05:30
parent 9d036d6dd2
commit 7cbffcf023

@ -54,6 +54,14 @@ public class JdpOffTestCase extends JdpTestCase {
testPassed = true;
}
/**
* The socket did not timeout and no valid JDP packets were received.
*/
@Override
protected void shutdown() throws Exception {
log.fine("Test timed out. Test passed!");
testPassed = true;
}
/**
* This method is executed after a correct Jdp packet, coming from this VM has been received.