Searched defs:javaExecutableName (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHotSpotAgent.java81 private String javaExecutableName; field in class:HotSpotAgent
161 public synchronized void attach(String javaExecutableName, String coreFileName) argument
166 if ((javaExecutableName == null) || (coreFileName == null)) {
169 this.javaExecutableName = javaExecutableName;
235 public synchronized void startServer(String javaExecutableName, argument
241 if ((javaExecutableName == null) || (coreFileName == null)) {
244 this.javaExecutableName = javaExecutableName;
255 public synchronized void startServer(String javaExecutableName, Strin argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java193 String javaExecutableName,
201 Assert.that(javaExecutableName != null, "SA VirtualMachineImpl: java executable = null is not yet implemented");
206 myvm.saAgent.attach(javaExecutableName, coreFileName);
192 createVirtualMachineForCorefile(VirtualMachineManager mgr, String javaExecutableName, String coreFileName, int sequenceNumber) argument

Completed in 33 milliseconds