public class sun.tools.jconsole.LocalVirtualMachine
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.tools.jconsole.LocalVirtualMachine
super_class: java.lang.Object
{
private java.lang.String address;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private java.lang.String commandLine;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private java.lang.String displayName;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private int vmid;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean isAttachSupported;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private static final java.lang.String LOCAL_CONNECTOR_ADDRESS_PROP;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "com.sun.management.jmxremote.localConnectorAddress"
public void <init>(int, java.lang.String, boolean, java.lang.String);
descriptor: (ILjava/lang/String;ZLjava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield sun.tools.jconsole.LocalVirtualMachine.vmid:I
2: aload 0
aload 2
putfield sun.tools.jconsole.LocalVirtualMachine.commandLine:Ljava/lang/String;
3: aload 0
aload 4
putfield sun.tools.jconsole.LocalVirtualMachine.address:Ljava/lang/String;
4: aload 0
iload 3
putfield sun.tools.jconsole.LocalVirtualMachine.isAttachSupported:Z
5: aload 0
aload 2
invokestatic sun.tools.jconsole.LocalVirtualMachine.getDisplayName:(Ljava/lang/String;)Ljava/lang/String;
putfield sun.tools.jconsole.LocalVirtualMachine.displayName:Ljava/lang/String;
6: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/tools/jconsole/LocalVirtualMachine;
0 7 1 vmid I
0 7 2 commandLine Ljava/lang/String;
0 7 3 canAttach Z
0 7 4 connectorAddress Ljava/lang/String;
MethodParameters:
Name Flags
vmid
commandLine
canAttach
connectorAddress
private static java.lang.String getDisplayName(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=4, locals=4, args_size=1
start local 0 0: aload 0
ldc " "
iconst_2
invokevirtual java.lang.String.split:(Ljava/lang/String;I)[Ljava/lang/String;
astore 1
start local 1 1: aload 1
iconst_0
aaload
ldc ".jar"
invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
ifeq 7
2: new java.io.File
dup
aload 1
iconst_0
aaload
invokespecial java.io.File.<init>:(Ljava/lang/String;)V
astore 2
start local 2 3: aload 2
invokevirtual java.io.File.getName:()Ljava/lang/String;
astore 3
start local 3 4: aload 1
arraylength
iconst_2
if_icmpne 6
5: new java.lang.StringBuilder
dup
aload 3
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc " "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 1
iconst_1
aaload
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
astore 3
6: StackMap locals: java.lang.String[] java.io.File java.lang.String
StackMap stack:
aload 3
areturn
end local 3 end local 2 7: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 commandLine Ljava/lang/String;
1 8 1 res [Ljava/lang/String;
3 7 2 jarfile Ljava/io/File;
4 7 3 displayName Ljava/lang/String;
MethodParameters:
Name Flags
commandLine
public int vmid();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.tools.jconsole.LocalVirtualMachine.vmid:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/tools/jconsole/LocalVirtualMachine;
public boolean isManageable();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.tools.jconsole.LocalVirtualMachine.address:Ljava/lang/String;
ifnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/tools/jconsole/LocalVirtualMachine;
public boolean isAttachable();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.tools.jconsole.LocalVirtualMachine.isAttachSupported:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/tools/jconsole/LocalVirtualMachine;
public void startManagementAgent();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.tools.jconsole.LocalVirtualMachine.address:Ljava/lang/String;
ifnull 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.tools.jconsole.LocalVirtualMachine.isAttachable:()Z
ifne 6
3: new java.io.IOException
dup
new java.lang.StringBuilder
dup
ldc "This virtual machine \""
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield sun.tools.jconsole.LocalVirtualMachine.vmid:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
4: ldc "\" does not support dynamic attach."
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
5: invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.tools.jconsole.LocalVirtualMachine.loadManagementAgent:()V
7: aload 0
getfield sun.tools.jconsole.LocalVirtualMachine.address:Ljava/lang/String;
ifnonnull 9
8: new java.io.IOException
dup
ldc "Fails to find connector address"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
9: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/tools/jconsole/LocalVirtualMachine;
Exceptions:
throws java.io.IOException
public java.lang.String connectorAddress();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.tools.jconsole.LocalVirtualMachine.address:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/tools/jconsole/LocalVirtualMachine;
public java.lang.String displayName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.tools.jconsole.LocalVirtualMachine.displayName:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/tools/jconsole/LocalVirtualMachine;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.tools.jconsole.LocalVirtualMachine.commandLine:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/tools/jconsole/LocalVirtualMachine;
public static java.util.Map<java.lang.Integer, sun.tools.jconsole.LocalVirtualMachine> getAllVirtualMachines();
descriptor: ()Ljava/util/Map;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=0
0: new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
1: astore 0
start local 0 2: aload 0
invokestatic sun.tools.jconsole.LocalVirtualMachine.getMonitoredVMs:(Ljava/util/Map;)V
3: aload 0
invokestatic sun.tools.jconsole.LocalVirtualMachine.getAttachableVMs:(Ljava/util/Map;)V
4: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
2 5 0 map Ljava/util/Map<Ljava/lang/Integer;Lsun/tools/jconsole/LocalVirtualMachine;>;
Signature: ()Ljava/util/Map<Ljava/lang/Integer;Lsun/tools/jconsole/LocalVirtualMachine;>;
private static void getMonitoredVMs(java.util.Map<java.lang.Integer, sun.tools.jconsole.LocalVirtualMachine>);
descriptor: (Ljava/util/Map;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=8, locals=10, args_size=1
start local 0 0: new sun.jvmstat.monitor.HostIdentifier
dup
aconst_null
invokespecial sun.jvmstat.monitor.HostIdentifier.<init>:(Ljava/lang/String;)V
invokestatic sun.jvmstat.monitor.MonitoredHost.getMonitoredHost:(Lsun/jvmstat/monitor/HostIdentifier;)Lsun/jvmstat/monitor/MonitoredHost;
astore 1
start local 1 1: aload 1
invokevirtual sun.jvmstat.monitor.MonitoredHost.activeVms:()Ljava/util/Set;
astore 2
start local 2 2: goto 5
end local 2 end local 1 StackMap locals:
StackMap stack: java.lang.Exception
3: astore 3
start local 3 4: new java.lang.InternalError
dup
aload 3
invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
aload 3
invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 3 start local 1 start local 2 5: StackMap locals: sun.jvmstat.monitor.MonitoredHost java.util.Set
StackMap stack:
aload 2
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
astore 4
goto 22
StackMap locals: java.util.Map sun.jvmstat.monitor.MonitoredHost java.util.Set top java.util.Iterator
StackMap stack:
6: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
astore 3
start local 3 7: aload 3
instanceof java.lang.Integer
ifeq 22
8: aload 3
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
istore 5
start local 5 9: aload 3
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
astore 6
start local 6 10: iconst_0
istore 7
start local 7 11: aconst_null
astore 8
start local 8 12: aload 1
new sun.jvmstat.monitor.VmIdentifier
dup
aload 6
invokespecial sun.jvmstat.monitor.VmIdentifier.<init>:(Ljava/lang/String;)V
invokevirtual sun.jvmstat.monitor.MonitoredHost.getMonitoredVm:(Lsun/jvmstat/monitor/VmIdentifier;)Lsun/jvmstat/monitor/MonitoredVm;
astore 9
start local 9 13: aload 9
invokestatic sun.jvmstat.monitor.MonitoredVmUtil.commandLine:(Lsun/jvmstat/monitor/MonitoredVm;)Ljava/lang/String;
astore 6
14: aload 9
invokestatic sun.jvmstat.monitor.MonitoredVmUtil.isAttachable:(Lsun/jvmstat/monitor/MonitoredVm;)Z
istore 7
15: iload 5
invokestatic jdk.internal.agent.ConnectorAddressLink.importFrom:(I)Ljava/lang/String;
astore 8
16: aload 9
invokeinterface sun.jvmstat.monitor.MonitoredVm.detach:()V
end local 9 17: goto 19
StackMap locals: java.util.Map sun.jvmstat.monitor.MonitoredHost java.util.Set java.lang.Object java.util.Iterator int java.lang.String int java.lang.String
StackMap stack: java.lang.Exception
18: pop
19: StackMap locals:
StackMap stack:
aload 0
aload 3
checkcast java.lang.Integer
20: new sun.tools.jconsole.LocalVirtualMachine
dup
iload 5
aload 6
iload 7
aload 8
invokespecial sun.tools.jconsole.LocalVirtualMachine.<init>:(ILjava/lang/String;ZLjava/lang/String;)V
21: invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
end local 8 end local 7 end local 6 end local 5 end local 3 22: StackMap locals: java.util.Map sun.jvmstat.monitor.MonitoredHost java.util.Set top java.util.Iterator
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 6
23: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 map Ljava/util/Map<Ljava/lang/Integer;Lsun/tools/jconsole/LocalVirtualMachine;>;
1 3 1 host Lsun/jvmstat/monitor/MonitoredHost;
5 24 1 host Lsun/jvmstat/monitor/MonitoredHost;
2 3 2 vms Ljava/util/Set<Ljava/lang/Integer;>;
5 24 2 vms Ljava/util/Set<Ljava/lang/Integer;>;
4 5 3 x Ljava/lang/Exception;
7 22 3 vmid Ljava/lang/Object;
9 22 5 pid I
10 22 6 name Ljava/lang/String;
11 22 7 attachable Z
12 22 8 address Ljava/lang/String;
13 17 9 mvm Lsun/jvmstat/monitor/MonitoredVm;
Exception table:
from to target type
0 2 3 Class java.net.URISyntaxException
0 2 3 Class sun.jvmstat.monitor.MonitorException
12 17 18 Class java.lang.Exception
Signature: (Ljava/util/Map<Ljava/lang/Integer;Lsun/tools/jconsole/LocalVirtualMachine;>;)V
MethodParameters:
Name Flags
map
private static void getAttachableVMs(java.util.Map<java.lang.Integer, sun.tools.jconsole.LocalVirtualMachine>);
descriptor: (Ljava/util/Map;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=8, locals=9, args_size=1
start local 0 0: invokestatic com.sun.tools.attach.VirtualMachine.list:()Ljava/util/List;
astore 1
start local 1 1: aload 1
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 22
StackMap locals: java.util.Map java.util.List top java.util.Iterator
StackMap stack:
2: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.tools.attach.VirtualMachineDescriptor
astore 2
start local 2 3: aload 2
invokevirtual com.sun.tools.attach.VirtualMachineDescriptor.id:()Ljava/lang/String;
invokestatic java.lang.Integer.valueOf:(Ljava/lang/String;)Ljava/lang/Integer;
astore 4
start local 4 4: aload 0
aload 4
invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
ifne 22
5: iconst_0
istore 5
start local 5 6: aconst_null
astore 6
start local 6 7: aload 2
invokestatic com.sun.tools.attach.VirtualMachine.attach:(Lcom/sun/tools/attach/VirtualMachineDescriptor;)Lcom/sun/tools/attach/VirtualMachine;
astore 7
start local 7 8: iconst_1
istore 5
9: aload 7
invokevirtual com.sun.tools.attach.VirtualMachine.getAgentProperties:()Ljava/util/Properties;
astore 8
start local 8 10: aload 8
ldc "com.sun.management.jmxremote.localConnectorAddress"
invokevirtual java.util.Properties.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.String
astore 6
11: aload 7
invokevirtual com.sun.tools.attach.VirtualMachine.detach:()V
end local 8 end local 7 12: goto 15
StackMap locals: java.util.Map java.util.List com.sun.tools.attach.VirtualMachineDescriptor java.util.Iterator java.lang.Integer int java.lang.String
StackMap stack: com.sun.tools.attach.AttachNotSupportedException
13: pop
goto 15
14: StackMap locals:
StackMap stack: java.io.IOException
pop
15: StackMap locals:
StackMap stack:
aload 0
aload 4
new sun.tools.jconsole.LocalVirtualMachine
dup
aload 4
invokevirtual java.lang.Integer.intValue:()I
16: aload 2
invokevirtual com.sun.tools.attach.VirtualMachineDescriptor.displayName:()Ljava/lang/String;
17: iload 5
18: aload 6
invokespecial sun.tools.jconsole.LocalVirtualMachine.<init>:(ILjava/lang/String;ZLjava/lang/String;)V
19: invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
end local 6 end local 5 end local 4 20: goto 22
StackMap locals: java.util.Map java.util.List com.sun.tools.attach.VirtualMachineDescriptor java.util.Iterator
StackMap stack: java.lang.NumberFormatException
21: pop
end local 2 22: StackMap locals: java.util.Map java.util.List top java.util.Iterator
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
23: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 map Ljava/util/Map<Ljava/lang/Integer;Lsun/tools/jconsole/LocalVirtualMachine;>;
1 24 1 vms Ljava/util/List<Lcom/sun/tools/attach/VirtualMachineDescriptor;>;
3 22 2 vmd Lcom/sun/tools/attach/VirtualMachineDescriptor;
4 20 4 vmid Ljava/lang/Integer;
6 20 5 attachable Z
7 20 6 address Ljava/lang/String;
8 12 7 vm Lcom/sun/tools/attach/VirtualMachine;
10 12 8 agentProps Ljava/util/Properties;
Exception table:
from to target type
7 12 13 Class com.sun.tools.attach.AttachNotSupportedException
7 12 14 Class java.io.IOException
3 20 21 Class java.lang.NumberFormatException
Signature: (Ljava/util/Map<Ljava/lang/Integer;Lsun/tools/jconsole/LocalVirtualMachine;>;)V
MethodParameters:
Name Flags
map
public static sun.tools.jconsole.LocalVirtualMachine getLocalVirtualMachine(int);
descriptor: (I)Lsun/tools/jconsole/LocalVirtualMachine;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=6, locals=8, args_size=1
start local 0 0: invokestatic sun.tools.jconsole.LocalVirtualMachine.getAllVirtualMachines:()Ljava/util/Map;
astore 1
start local 1 1: aload 1
iload 0
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast sun.tools.jconsole.LocalVirtualMachine
astore 2
start local 2 2: aload 2
ifnonnull 20
3: iconst_0
istore 3
start local 3 4: aconst_null
astore 4
start local 4 5: iload 0
invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
astore 5
start local 5 6: aload 5
invokestatic com.sun.tools.attach.VirtualMachine.attach:(Ljava/lang/String;)Lcom/sun/tools/attach/VirtualMachine;
astore 6
start local 6 7: iconst_1
istore 3
8: aload 6
invokevirtual com.sun.tools.attach.VirtualMachine.getAgentProperties:()Ljava/util/Properties;
astore 7
start local 7 9: aload 7
ldc "com.sun.management.jmxremote.localConnectorAddress"
invokevirtual java.util.Properties.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.String
astore 4
10: aload 6
invokevirtual com.sun.tools.attach.VirtualMachine.detach:()V
11: new sun.tools.jconsole.LocalVirtualMachine
dup
iload 0
aload 5
iload 3
aload 4
invokespecial sun.tools.jconsole.LocalVirtualMachine.<init>:(ILjava/lang/String;ZLjava/lang/String;)V
astore 2
end local 7 end local 6 12: goto 20
StackMap locals: int java.util.Map sun.tools.jconsole.LocalVirtualMachine int java.lang.String java.lang.String
StackMap stack: com.sun.tools.attach.AttachNotSupportedException
13: astore 6
start local 6 14: invokestatic sun.tools.jconsole.JConsole.isDebug:()Z
ifeq 20
15: aload 6
invokevirtual com.sun.tools.attach.AttachNotSupportedException.printStackTrace:()V
end local 6 16: goto 20
17: StackMap locals:
StackMap stack: java.io.IOException
astore 6
start local 6 18: invokestatic sun.tools.jconsole.JConsole.isDebug:()Z
ifeq 20
19: aload 6
invokevirtual java.io.IOException.printStackTrace:()V
end local 6 end local 5 end local 4 end local 3 20: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 vmid I
1 21 1 map Ljava/util/Map<Ljava/lang/Integer;Lsun/tools/jconsole/LocalVirtualMachine;>;
2 21 2 lvm Lsun/tools/jconsole/LocalVirtualMachine;
4 20 3 attachable Z
5 20 4 address Ljava/lang/String;
6 20 5 name Ljava/lang/String;
7 12 6 vm Lcom/sun/tools/attach/VirtualMachine;
9 12 7 agentProps Ljava/util/Properties;
14 16 6 x Lcom/sun/tools/attach/AttachNotSupportedException;
18 20 6 x Ljava/io/IOException;
Exception table:
from to target type
6 12 13 Class com.sun.tools.attach.AttachNotSupportedException
6 12 17 Class java.io.IOException
MethodParameters:
Name Flags
vmid
private void loadManagementAgent();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=1
start local 0 0: aconst_null
astore 1
start local 1 1: aload 0
getfield sun.tools.jconsole.LocalVirtualMachine.vmid:I
invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
astore 2
start local 2 2: aload 2
invokestatic com.sun.tools.attach.VirtualMachine.attach:(Ljava/lang/String;)Lcom/sun/tools/attach/VirtualMachine;
astore 1
3: goto 8
StackMap locals: sun.tools.jconsole.LocalVirtualMachine com.sun.tools.attach.VirtualMachine java.lang.String
StackMap stack: com.sun.tools.attach.AttachNotSupportedException
4: astore 3
start local 3 5: new java.io.IOException
dup
aload 3
invokevirtual com.sun.tools.attach.AttachNotSupportedException.getMessage:()Ljava/lang/String;
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
astore 4
start local 4 6: aload 4
aload 3
invokevirtual java.io.IOException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
pop
7: aload 4
athrow
end local 4 end local 3 8: StackMap locals:
StackMap stack:
aload 1
invokevirtual com.sun.tools.attach.VirtualMachine.startLocalManagementAgent:()Ljava/lang/String;
pop
9: aload 1
invokevirtual com.sun.tools.attach.VirtualMachine.getAgentProperties:()Ljava/util/Properties;
astore 3
start local 3 10: aload 0
aload 3
ldc "com.sun.management.jmxremote.localConnectorAddress"
invokevirtual java.util.Properties.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.String
putfield sun.tools.jconsole.LocalVirtualMachine.address:Ljava/lang/String;
11: aload 1
invokevirtual com.sun.tools.attach.VirtualMachine.detach:()V
12: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/tools/jconsole/LocalVirtualMachine;
1 13 1 vm Lcom/sun/tools/attach/VirtualMachine;
2 13 2 name Ljava/lang/String;
5 8 3 x Lcom/sun/tools/attach/AttachNotSupportedException;
6 8 4 ioe Ljava/io/IOException;
10 13 3 agentProps Ljava/util/Properties;
Exception table:
from to target type
2 3 4 Class com.sun.tools.attach.AttachNotSupportedException
Exceptions:
throws java.io.IOException
}
SourceFile: "LocalVirtualMachine.java"