Searched refs:MAX_GET_FREE_PORT_TRIES (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiRegistrySslTest.java65 private static int MAX_GET_FREE_PORT_TRIES = 10; field in class:RmiRegistrySslTest
70 MAX_GET_FREE_PORT_TRIES = Integer.parseInt(System.getProperty("test.getfreeport.max.tries", "10"));
178 for (int i = 0; i < MAX_GET_FREE_PORT_TRIES; ++i) {
H A DAbstractFilePermissionTest.java52 private int MAX_GET_FREE_PORT_TRIES = 10; field in class:AbstractFilePermissionTest
66 MAX_GET_FREE_PORT_TRIES = Integer.parseInt(System.getProperty("test.getfreeport.max.tries", "10"));
163 for (int i = 0; i < MAX_GET_FREE_PORT_TRIES; ++i) {
H A DRmiBootstrapTest.java73 private static int MAX_GET_FREE_PORT_TRIES = 10; field in class:RmiBootstrapTest
636 for (int i = 0; i < MAX_GET_FREE_PORT_TRIES; i++) {
726 System.err.println("Cannot find a free port after " + MAX_GET_FREE_PORT_TRIES + " tries");
727 return "Failed: cannot find a free port after " + MAX_GET_FREE_PORT_TRIES + " tries";
859 MAX_GET_FREE_PORT_TRIES = Integer.parseInt(System.getProperty("test.getfreeport.max.tries", "10"));

Completed in 117 milliseconds