exit redunant loop (#1123)

pull/1127/head
penguin-wwy 5 years ago committed by GitHub
parent 7414b8e0ec
commit 9209ebd3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,6 +75,7 @@ public class Arthas {
String pid = descriptor.id();
if (pid.equals(Long.toString(configure.getJavaPid()))) {
virtualMachineDescriptor = descriptor;
break;
}
}
VirtualMachine virtualMachine = null;

Loading…
Cancel
Save