class sun.lwawt.macosx.CWarningWindow$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.lwawt.macosx.CWarningWindow$1
  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$1 this
         0: .line 397
            aload 0 /* this */
            aload 1
            putfield sun.lwawt.macosx.CWarningWindow$1.this$0:Lsun/lwawt/macosx/CWarningWindow;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.lwawt.macosx.CWarningWindow$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CWarningWindow$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.lwawt.macosx.CWarningWindow$1 this
         0: .line 399
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$1.this$0:Lsun/lwawt/macosx/CWarningWindow;
            getfield sun.lwawt.macosx.CWarningWindow.lock:Lsun/lwawt/macosx/CWarningWindow$Lock;
            dup
            astore 1
            monitorenter
         1: .line 400
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$1.this$0:Lsun/lwawt/macosx/CWarningWindow;
            iconst_0
            invokevirtual sun.lwawt.macosx.CWarningWindow.setVisible:(Z)V
         2: .line 399
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: sun.lwawt.macosx.CWarningWindow$1 sun.lwawt.macosx.CWarningWindow$Lock
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$1.this$0:Lsun/lwawt/macosx/CWarningWindow;
            getfield sun.lwawt.macosx.CWarningWindow.scheduler:Ljava/util/concurrent/ScheduledExecutorService;
            dup
            astore 1
            monitorenter
         7: .line 404
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$1.this$0:Lsun/lwawt/macosx/CWarningWindow;
            aconst_null
            putfield sun.lwawt.macosx.CWarningWindow.hidingTaskHandle:Ljava/util/concurrent/ScheduledFuture;
         8: .line 403
            aload 1
            monitorexit
         9: goto 12
      StackMap locals: sun.lwawt.macosx.CWarningWindow$1 java.util.concurrent.ScheduledExecutorService
      StackMap stack: java.lang.Throwable
        10: aload 1
            monitorexit
        11: athrow
        12: .line 406
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.lwawt.macosx.CWarningWindow$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/lwawt/macosx/CWarningWindow$1;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
           7     9      10  any
          10    11      10  any
}
SourceFile: "CWarningWindow.java"
EnclosingMethod: sun.lwawt.macosx.CWarningWindow
NestHost: sun.lwawt.macosx.CWarningWindow
InnerClasses:
  sun.lwawt.macosx.CWarningWindow$1