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 // sun.tools.jconsole.VMPanel$5 this
         0: .line 494
            aload 0 /* this */
            aload 1
            putfield sun.tools.jconsole.VMPanel$5.this$0:Lsun/tools/jconsole/VMPanel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.tools.jconsole.VMPanel$5 this
      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 // sun.tools.jconsole.VMPanel$5 this
        start local 1 // java.beans.PropertyChangeEvent event
         0: .line 497
            aload 1 /* event */
            invokevirtual java.beans.PropertyChangeEvent.getPropertyName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
         1: .line 498
            aload 1 /* event */
            invokevirtual java.beans.PropertyChangeEvent.getNewValue:()Ljava/lang/Object;
            astore 2 /* value */
        start local 2 // java.lang.Object value
         2: .line 500
            aload 2 /* value */
            getstatic sun.tools.jconsole.Messages.RECONNECT:Ljava/lang/String;
            if_acmpeq 3
            aload 2 /* value */
            getstatic sun.tools.jconsole.Messages.CONNECT:Ljava/lang/String;
            if_acmpne 5
         3: .line 501
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.VMPanel$5.this$0:Lsun/tools/jconsole/VMPanel;
            invokevirtual sun.tools.jconsole.VMPanel.connect:()V
         4: .line 502
            goto 13
      StackMap locals:
      StackMap stack:
         5: aload 2 /* value */
            getstatic sun.tools.jconsole.Messages.INSECURE:Ljava/lang/String;
            if_acmpne 9
         6: .line 503
            aload 0 /* this */
            getfield sun.tools.jconsole.VMPanel$5.this$0:Lsun/tools/jconsole/VMPanel;
            iconst_0
            putfield sun.tools.jconsole.VMPanel.shouldUseSSL:Z
         7: .line 504
            aload 0 /* this */
            getfield sun.tools.jconsole.VMPanel$5.this$0:Lsun/tools/jconsole/VMPanel;
            invokevirtual sun.tools.jconsole.VMPanel.connect:()V
         8: .line 505
            goto 13
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield sun.tools.jconsole.VMPanel$5.this$0:Lsun/tools/jconsole/VMPanel;
            getfield sun.tools.jconsole.VMPanel.everConnected:Z
            ifne 13
        10: .line 507
            aload 0 /* this */
            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: .line 508
            goto 13
      StackMap locals:
      StackMap stack: java.beans.PropertyVetoException
        12: pop
        end local 2 // java.lang.Object value
        13: .line 513
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.beans.PropertyChangeEvent event
        end local 0 // sun.tools.jconsole.VMPanel$5 this
      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