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

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

  public boolean imageUpdate(java.awt.Image, int, int, int, int, int);
    descriptor: (Ljava/awt/Image;IIIII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // sun.lwawt.macosx.CTrayIcon$IconObserver this
        start local 1 // java.awt.Image image
        start local 2 // int flags
        start local 3 // int x
        start local 4 // int y
        start local 5 // int width
        start local 6 // int height
         0: .line 362
            aload 0 /* this */
            getfield sun.lwawt.macosx.CTrayIcon$IconObserver.this$0:Lsun/lwawt/macosx/CTrayIcon;
            getfield sun.lwawt.macosx.CTrayIcon.target:Ljava/awt/TrayIcon;
            ifnull 1
            aload 1 /* image */
            aload 0 /* this */
            getfield sun.lwawt.macosx.CTrayIcon$IconObserver.this$0:Lsun/lwawt/macosx/CTrayIcon;
            getfield sun.lwawt.macosx.CTrayIcon.target:Ljava/awt/TrayIcon;
            invokevirtual java.awt.TrayIcon.getImage:()Ljava/awt/Image;
            if_acmpeq 2
         1: .line 364
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 366
      StackMap locals:
      StackMap stack:
            iload 2 /* flags */
            bipush 51
            iand
            ifeq 4
         3: .line 369
            aload 0 /* this */
            getfield sun.lwawt.macosx.CTrayIcon$IconObserver.this$0:Lsun/lwawt/macosx/CTrayIcon;
            getfield sun.lwawt.macosx.CTrayIcon.target:Ljava/awt/TrayIcon;
            new sun.lwawt.macosx.CTrayIcon$IconObserver$1
            dup
            aload 0 /* this */
            aload 1 /* image */
            invokespecial sun.lwawt.macosx.CTrayIcon$IconObserver$1.<init>:(Lsun/lwawt/macosx/CTrayIcon$IconObserver;Ljava/awt/Image;)V
            invokestatic sun.awt.SunToolkit.executeOnEventHandlerThread:(Ljava/lang/Object;Ljava/lang/Runnable;)V
         4: .line 375
      StackMap locals:
      StackMap stack:
            iload 2 /* flags */
            bipush 32
            iand
            ifne 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 6 // int height
        end local 5 // int width
        end local 4 // int y
        end local 3 // int x
        end local 2 // int flags
        end local 1 // java.awt.Image image
        end local 0 // sun.lwawt.macosx.CTrayIcon$IconObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/lwawt/macosx/CTrayIcon$IconObserver;
            0    6     1   image  Ljava/awt/Image;
            0    6     2   flags  I
            0    6     3       x  I
            0    6     4       y  I
            0    6     5   width  I
            0    6     6  height  I
    MethodParameters:
        Name  Flags
      image   
      flags   
      x       
      y       
      width   
      height  

  static sun.lwawt.macosx.CTrayIcon access$0(sun.lwawt.macosx.CTrayIcon$IconObserver);
    descriptor: (Lsun/lwawt/macosx/CTrayIcon$IconObserver;)Lsun/lwawt/macosx/CTrayIcon;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 359
            aload 0
            getfield sun.lwawt.macosx.CTrayIcon$IconObserver.this$0:Lsun/lwawt/macosx/CTrayIcon;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CTrayIcon.java"
NestHost: sun.lwawt.macosx.CTrayIcon
InnerClasses:
  IconObserver = sun.lwawt.macosx.CTrayIcon$IconObserver of sun.lwawt.macosx.CTrayIcon
  sun.lwawt.macosx.CTrayIcon$IconObserver$1