Lines Matching refs:vm
176 VirtualMachine vm = VirtualMachine.attach(vmd);
178 Properties agentProps = vm.getAgentProperties();
180 vm.detach();
210 VirtualMachine vm = VirtualMachine.attach(name);
212 Properties agentProps = vm.getAgentProperties();
214 vm.detach();
233 VirtualMachine vm = null;
236 vm = VirtualMachine.attach(name);
243 String home = vm.getSystemProperties().getProperty("java.home");
262 vm.loadAgent(agent, "com.sun.management.jmxremote");
274 Properties agentProps = vm.getAgentProperties();
277 vm.detach();