class lombok.installer.InstallerGUI$10$4 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.installer.InstallerGUI$10$4
  super_class: java.lang.Object
{
  final lombok.installer.InstallerGUI$10 this$1;
    descriptor: Llombok/installer/InstallerGUI$10;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.concurrent.atomic.AtomicBoolean val$failure;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(lombok.installer.InstallerGUI$10, java.util.concurrent.atomic.AtomicBoolean);
    descriptor: (Llombok/installer/InstallerGUI$10;Ljava/util/concurrent/atomic/AtomicBoolean;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // lombok.installer.InstallerGUI$10$4 this
         0: .line 611
            aload 0 /* this */
            aload 1
            putfield lombok.installer.InstallerGUI$10$4.this$1:Llombok/installer/InstallerGUI$10;
            aload 0 /* this */
            aload 2
            putfield lombok.installer.InstallerGUI$10$4.val$failure:Ljava/util/concurrent/atomic/AtomicBoolean;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // lombok.installer.InstallerGUI$10$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/installer/InstallerGUI$10$4;
    MethodParameters:
             Name  Flags
      this$0       final
      val$failure  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // lombok.installer.InstallerGUI$10$4 this
         0: .line 613
            getstatic lombok.installer.InstallerGUI.exitMarker:Ljava/util/concurrent/atomic/AtomicReference;
            dup
            astore 1
            monitorenter
         1: .line 614
            getstatic lombok.installer.InstallerGUI.exitMarker:Ljava/util/concurrent/atomic/AtomicReference;
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$10$4.val$failure:Ljava/util/concurrent/atomic/AtomicBoolean;
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.get:()Z
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: lombok.installer.InstallerGUI$10$4 java.util.concurrent.atomic.AtomicReference
      StackMap stack: java.util.concurrent.atomic.AtomicReference
         2: iconst_0
      StackMap locals: lombok.installer.InstallerGUI$10$4 java.util.concurrent.atomic.AtomicReference
      StackMap stack: java.util.concurrent.atomic.AtomicReference int
         3: invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.concurrent.atomic.AtomicReference.set:(Ljava/lang/Object;)V
         4: .line 615
            getstatic lombok.installer.InstallerGUI.exitMarker:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.lang.Object.notifyAll:()V
         5: .line 613
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 617
      StackMap locals:
      StackMap stack:
            return
        end local 0 // lombok.installer.InstallerGUI$10$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Llombok/installer/InstallerGUI$10$4;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any
}
SourceFile: "InstallerGUI.java"
EnclosingMethod: lombok.installer.InstallerGUI$10.run:()V
NestHost: lombok.installer.InstallerGUI
InnerClasses:
  lombok.installer.InstallerGUI$10
  lombok.installer.InstallerGUI$10$4