Searched refs:canGetConstantPool (Results 1 – 3 of 3) sorted by relevance
71 public boolean canGetConstantPool = false; field in Capabilities
371 targetVMCapabilities.canGetConstantPool = replyPacket in capabilities()455 public boolean canGetConstantPool() { in canGetConstantPool() method in VmMirror457 return targetVMCapabilities.canGetConstantPool; in canGetConstantPool()
65 if (!debuggeeWrapper.vmMirror.canGetConstantPool()) { in testConstantPool001()