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

  private final sun.lwawt.macosx.CImage val$cImage;
    descriptor: Lsun/lwawt/macosx/CImage;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void run(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformWindow$31 this
        start local 1 // long ptr
         0: .line 789
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformWindow$31.val$cImage:Lsun/lwawt/macosx/CImage;
            ifnonnull 3
         1: .line 790
            lload 1 /* ptr */
            lconst_0
            invokestatic sun.lwawt.macosx.CPlatformWindow.nativeSetNSWindowMinimizedIcon:(JJ)V
         2: .line 791
            goto 4
         3: .line 792
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformWindow$31.val$cImage:Lsun/lwawt/macosx/CImage;
            new sun.lwawt.macosx.CPlatformWindow$31$1
            dup
            aload 0 /* this */
            lload 1 /* ptr */
            invokespecial sun.lwawt.macosx.CPlatformWindow$31$1.<init>:(Lsun/lwawt/macosx/CPlatformWindow$31;J)V
            invokevirtual sun.lwawt.macosx.CImage.execute:(Lsun/lwawt/macosx/CFRetainedResource$CFNativeAction;)V
         4: .line 799
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long ptr
        end local 0 // sun.lwawt.macosx.CPlatformWindow$31 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/lwawt/macosx/CPlatformWindow$31;
            0    5     1   ptr  J
    MethodParameters:
      Name  Flags
      ptr   final
}
SourceFile: "CPlatformWindow.java"
EnclosingMethod: sun.lwawt.macosx.CPlatformWindow.updateIconImages:()V
NestHost: sun.lwawt.macosx.CPlatformWindow
InnerClasses:
  public abstract CFNativeAction = sun.lwawt.macosx.CFRetainedResource$CFNativeAction of sun.lwawt.macosx.CFRetainedResource
  sun.lwawt.macosx.CPlatformWindow$31
  sun.lwawt.macosx.CPlatformWindow$31$1