class sun.tools.jconsole.VMPanel$5 implements java.beans.PropertyChangeListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.tools.jconsole.VMPanel$5
super_class: java.lang.Object
{
final sun.tools.jconsole.VMPanel this$0;
descriptor: Lsun/tools/jconsole/VMPanel;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.tools.jconsole.VMPanel);
descriptor: (Lsun/tools/jconsole/VMPanel;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.tools.jconsole.VMPanel$5.this$0:Lsun/tools/jconsole/VMPanel;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/tools/jconsole/VMPanel$5;
MethodParameters:
Name Flags
this$0 final
public void propertyChange(java.beans.PropertyChangeEvent);
descriptor: (Ljava/beans/PropertyChangeEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual java.beans.PropertyChangeEvent.getPropertyName:()Ljava/lang/String;
ldc "value"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 13
1: aload 1
invokevirtual java.beans.PropertyChangeEvent.getNewValue:()Ljava/lang/Object;
astore 2
start local 2 2: aload 2
getstatic sun.tools.jconsole.Messages.RECONNECT:Ljava/lang/String;
if_acmpeq 3
aload 2
getstatic sun.tools.jconsole.Messages.CONNECT:Ljava/lang/String;
if_acmpne 5
3: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield sun.tools.jconsole.VMPanel$5.this$0:Lsun/tools/jconsole/VMPanel;
invokevirtual sun.tools.jconsole.VMPanel.connect:()V
4: goto 13
StackMap locals:
StackMap stack:
5: aload 2
getstatic sun.tools.jconsole.Messages.INSECURE:Ljava/lang/String;
if_acmpne 9
6: aload 0
getfield sun.tools.jconsole.VMPanel$5.this$0:Lsun/tools/jconsole/VMPanel;
iconst_0
putfield sun.tools.jconsole.VMPanel.shouldUseSSL:Z
7: aload 0
getfield sun.tools.jconsole.VMPanel$5.this$0:Lsun/tools/jconsole/VMPanel;
invokevirtual sun.tools.jconsole.VMPanel.connect:()V
8: goto 13
StackMap locals:
StackMap stack:
9: aload 0
getfield sun.tools.jconsole.VMPanel$5.this$0:Lsun/tools/jconsole/VMPanel;
getfield sun.tools.jconsole.VMPanel.everConnected:Z
ifne 13
10: aload 0
getfield sun.tools.jconsole.VMPanel$5.this$0:Lsun/tools/jconsole/VMPanel;
invokevirtual sun.tools.jconsole.VMPanel.getFrame:()Lsun/tools/jconsole/VMInternalFrame;
iconst_1
invokevirtual sun.tools.jconsole.VMInternalFrame.setClosed:(Z)V
11: goto 13
StackMap locals:
StackMap stack: java.beans.PropertyVetoException
12: pop
end local 2 13: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lsun/tools/jconsole/VMPanel$5;
0 14 1 event Ljava/beans/PropertyChangeEvent;
2 13 2 value Ljava/lang/Object;
Exception table:
from to target type
10 11 12 Class java.beans.PropertyVetoException
MethodParameters:
Name Flags
event
}
SourceFile: "VMPanel.java"
EnclosingMethod: sun.tools.jconsole.VMPanel.vmPanelDied:()V
NestHost: sun.tools.jconsole.VMPanel
InnerClasses:
sun.tools.jconsole.VMPanel$5