< prev index next >

test/jdk/sun/management/jmxremote/bootstrap/RmiBootstrapTest.java

Print this page
rev 51731 : imported patch 8210732

*** 633,643 **** **/ private String testConfiguration(File file) throws IOException, InterruptedException { for (int i = 0; i < MAX_GET_FREE_PORT_TRIES; i++) { try { ! int port = jdk.testlibrary.Utils.getFreePort(); final String path; try { path=(file==null)?null:file.getCanonicalPath(); } catch(IOException x) { final String err = "Failed to test configuration " + file + --- 633,643 ---- **/ private String testConfiguration(File file) throws IOException, InterruptedException { for (int i = 0; i < MAX_GET_FREE_PORT_TRIES; i++) { try { ! int port = jdk.test.lib.Utils.getFreePort(); final String path; try { path=(file==null)?null:file.getCanonicalPath(); } catch(IOException x) { final String err = "Failed to test configuration " + file +
< prev index next >