Home
last modified time | relevance | path

Searched refs:fBackEndPort (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/
H A DAbstractJDITest.java76 static protected int fBackEndPort = 9900; field in AbstractJDITest
721 proxyString[index++] = "localhost:" + (fBackEndPort - 1); in launchJ9Target()
722 proxyString[index++] = "" + fBackEndPort; in launchJ9Target()
739 commandLine.add("-debug:" + (fBackEndPort - 1)); in launchJ9Target()
783 commandLine.add("-Xrunjdwp:transport=dt_socket,address=" + fBackEndPort + ",suspend=y,server=y"); in launchSunTarget()
818 commandLine.add("-Xrunjdwp:transport=dt_socket,address=" + fBackEndPort + ",suspend=y,server=y"); in launchIBMTarget()
882 args.get("port").setValue(String.valueOf(fBackEndPort)); in connectToVM()
896 "Could not contact the VM at localhost" + ":" + fBackEndPort + "."); in connectToVM()
980 fBackEndPort = Integer.parseInt(next); in parseArgs()
1168 fBackEndPort += 2; in shutDownTarget()