mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
exit redunant loop (#1123)
This commit is contained in:
@@ -75,6 +75,7 @@ public class Arthas {
|
||||
String pid = descriptor.id();
|
||||
if (pid.equals(Long.toString(configure.getJavaPid()))) {
|
||||
virtualMachineDescriptor = descriptor;
|
||||
break;
|
||||
}
|
||||
}
|
||||
VirtualMachine virtualMachine = null;
|
||||
|
||||
Reference in New Issue
Block a user