Searched refs:debugServerID (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DRMIHelper.java91 public static Remote lookup(String debugServerID) throws DebuggerException { argument
92 // debugServerID follows the pattern [unique_id@]host[:port]
95 int index = debugServerID.indexOf('@');
99 nameBuf.append(debugServerID.substring(index + 1));
100 uniqueID = debugServerID.substring(0, index);
102 nameBuf.append(debugServerID);
H A DHotSpotAgent.java91 private String debugServerID; field in class:HotSpotAgent
182 debugServerID = remoteServerID;
520 (RemoteDebugger) RMIHelper.lookup(debugServerID);

Completed in 41 milliseconds