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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DLocalVirtualMachine.java55 public LocalVirtualMachine(int vmid, String commandLine, boolean canAttach, String connectorAddress) { argument
59 this.isAttachSupported = canAttach;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java96 public boolean canAttach() { method in class:ServiceabilityAgentJVMDIModule
103 if (!canAttach()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpotAgent.java603 if (jvmdi.canAttach()) {

Completed in 1169 milliseconds