class sun.lwawt.macosx.CWarningWindow$2 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.lwawt.macosx.CWarningWindow$2
  super_class: java.lang.Object
{
  final sun.lwawt.macosx.CWarningWindow this$0;
    descriptor: Lsun/lwawt/macosx/CWarningWindow;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.lwawt.macosx.CWarningWindow);
    descriptor: (Lsun/lwawt/macosx/CWarningWindow;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CWarningWindow$2 this
         0: .line 409
            aload 0 /* this */
            aload 1
            putfield sun.lwawt.macosx.CWarningWindow$2.this$0:Lsun/lwawt/macosx/CWarningWindow;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.lwawt.macosx.CWarningWindow$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CWarningWindow$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // sun.lwawt.macosx.CWarningWindow$2 this
         0: .line 411
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$2.this$0:Lsun/lwawt/macosx/CWarningWindow;
            getfield sun.lwawt.macosx.CWarningWindow.lock:Lsun/lwawt/macosx/CWarningWindow$Lock;
            dup
            astore 1
            monitorenter
         1: .line 412
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$2.this$0:Lsun/lwawt/macosx/CWarningWindow;
            invokevirtual sun.lwawt.macosx.CWarningWindow.isVisible:()Z
            ifne 3
         2: .line 413
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$2.this$0:Lsun/lwawt/macosx/CWarningWindow;
            iconst_1
            invokevirtual sun.lwawt.macosx.CWarningWindow.setVisible:(Z)V
         3: .line 416
      StackMap locals: sun.lwawt.macosx.CWarningWindow$Lock
      StackMap stack:
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$2.this$0:Lsun/lwawt/macosx/CWarningWindow;
            invokevirtual sun.lwawt.macosx.CWarningWindow.repaint:()V
         4: .line 411
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$2.this$0:Lsun/lwawt/macosx/CWarningWindow;
            getfield sun.lwawt.macosx.CWarningWindow.scheduler:Ljava/util/concurrent/ScheduledExecutorService;
            dup
            astore 1
            monitorenter
         9: .line 420
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$2.this$0:Lsun/lwawt/macosx/CWarningWindow;
            getfield sun.lwawt.macosx.CWarningWindow.currentIcon:I
            ifle 15
        10: .line 421
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$2.this$0:Lsun/lwawt/macosx/CWarningWindow;
            dup
            getfield sun.lwawt.macosx.CWarningWindow.currentIcon:I
            iconst_1
            isub
            putfield sun.lwawt.macosx.CWarningWindow.currentIcon:I
        11: .line 422
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$2.this$0:Lsun/lwawt/macosx/CWarningWindow;
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$2.this$0:Lsun/lwawt/macosx/CWarningWindow;
            getfield sun.lwawt.macosx.CWarningWindow.scheduler:Ljava/util/concurrent/ScheduledExecutorService;
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$2.this$0:Lsun/lwawt/macosx/CWarningWindow;
            getfield sun.lwawt.macosx.CWarningWindow.showingTask:Ljava/lang/Runnable;
            ldc 300
        12: .line 423
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
        13: .line 422
            invokeinterface java.util.concurrent.ScheduledExecutorService.schedule:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;
            putfield sun.lwawt.macosx.CWarningWindow.showingTaskHandle:Ljava/util/concurrent/ScheduledFuture;
        14: .line 424
            goto 16
        15: .line 425
      StackMap locals: java.util.concurrent.ScheduledExecutorService
      StackMap stack:
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$2.this$0:Lsun/lwawt/macosx/CWarningWindow;
            aconst_null
            putfield sun.lwawt.macosx.CWarningWindow.showingTaskHandle:Ljava/util/concurrent/ScheduledFuture;
        16: .line 419
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
        17: goto 20
      StackMap locals:
      StackMap stack: java.lang.Throwable
        18: aload 1
            monitorexit
        19: athrow
        20: .line 428
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.lwawt.macosx.CWarningWindow$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lsun/lwawt/macosx/CWarningWindow$2;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
           9    17      18  any
          18    19      18  any
}
SourceFile: "CWarningWindow.java"
EnclosingMethod: sun.lwawt.macosx.CWarningWindow
NestHost: sun.lwawt.macosx.CWarningWindow
InnerClasses:
  sun.lwawt.macosx.CWarningWindow$2