public class sun.awt.IconInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.awt.IconInfo
  super_class: java.lang.Object
{
  private int[] intIconData;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private long[] longIconData;
    descriptor: [J
    flags: (0x0002) ACC_PRIVATE

  private java.awt.Image image;
    descriptor: Ljava/awt/Image;
    flags: (0x0002) ACC_PRIVATE

  private final int width;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int height;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int scaledWidth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int scaledHeight;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int rawLength;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.IconInfo this
        start local 1 // int[] intIconData
         0: .line 73
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 74
            aload 0 /* this */
         2: .line 75
            aload 1 /* intIconData */
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals: sun.awt.IconInfo int[]
      StackMap stack: sun.awt.IconInfo
         3: aload 1 /* intIconData */
            aload 1 /* intIconData */
            arraylength
            invokestatic java.util.Arrays.copyOf:([II)[I
         4: .line 74
      StackMap locals: sun.awt.IconInfo int[]
      StackMap stack: sun.awt.IconInfo int[]
            putfield sun.awt.IconInfo.intIconData:[I
         5: .line 76
            aload 0 /* this */
            aload 1 /* intIconData */
            iconst_0
            iaload
            putfield sun.awt.IconInfo.width:I
         6: .line 77
            aload 0 /* this */
            aload 1 /* intIconData */
            iconst_1
            iaload
            putfield sun.awt.IconInfo.height:I
         7: .line 78
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            putfield sun.awt.IconInfo.scaledWidth:I
         8: .line 79
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            putfield sun.awt.IconInfo.scaledHeight:I
         9: .line 80
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            imul
            iconst_2
            iadd
            putfield sun.awt.IconInfo.rawLength:I
        10: .line 81
            return
        end local 1 // int[] intIconData
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lsun/awt/IconInfo;
            0   11     1  intIconData  [I
    MethodParameters:
             Name  Flags
      intIconData  

  public void <init>(long[]);
    descriptor: ([J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.IconInfo this
        start local 1 // long[] longIconData
         0: .line 83
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 84
            aload 0 /* this */
         2: .line 85
            aload 1 /* longIconData */
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals: sun.awt.IconInfo long[]
      StackMap stack: sun.awt.IconInfo
         3: aload 1 /* longIconData */
            aload 1 /* longIconData */
            arraylength
            invokestatic java.util.Arrays.copyOf:([JI)[J
         4: .line 84
      StackMap locals: sun.awt.IconInfo long[]
      StackMap stack: sun.awt.IconInfo long[]
            putfield sun.awt.IconInfo.longIconData:[J
         5: .line 86
            aload 0 /* this */
            aload 1 /* longIconData */
            iconst_0
            laload
            l2i
            putfield sun.awt.IconInfo.width:I
         6: .line 87
            aload 0 /* this */
            aload 1 /* longIconData */
            iconst_1
            laload
            l2i
            putfield sun.awt.IconInfo.height:I
         7: .line 88
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            putfield sun.awt.IconInfo.scaledWidth:I
         8: .line 89
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            putfield sun.awt.IconInfo.scaledHeight:I
         9: .line 90
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            imul
            iconst_2
            iadd
            putfield sun.awt.IconInfo.rawLength:I
        10: .line 91
            return
        end local 1 // long[] longIconData
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lsun/awt/IconInfo;
            0   11     1  longIconData  [J
    MethodParameters:
              Name  Flags
      longIconData  

  public void <init>(java.awt.Image);
    descriptor: (Ljava/awt/Image;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.awt.IconInfo this
        start local 1 // java.awt.Image image
         0: .line 93
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 94
            aload 0 /* this */
            aload 1 /* image */
            putfield sun.awt.IconInfo.image:Ljava/awt/Image;
         2: .line 95
            aload 1 /* image */
            instanceof sun.awt.image.ToolkitImage
            ifeq 8
         3: .line 96
            aload 1 /* image */
            checkcast sun.awt.image.ToolkitImage
            invokevirtual sun.awt.image.ToolkitImage.getImageRep:()Lsun/awt/image/ImageRepresentation;
            astore 2 /* ir */
        start local 2 // sun.awt.image.ImageRepresentation ir
         4: .line 97
            aload 2 /* ir */
            bipush 32
            invokevirtual sun.awt.image.ImageRepresentation.reconstruct:(I)V
         5: .line 98
            aload 0 /* this */
            aload 2 /* ir */
            invokevirtual sun.awt.image.ImageRepresentation.getWidth:()I
            putfield sun.awt.IconInfo.width:I
         6: .line 99
            aload 0 /* this */
            aload 2 /* ir */
            invokevirtual sun.awt.image.ImageRepresentation.getHeight:()I
            putfield sun.awt.IconInfo.height:I
        end local 2 // sun.awt.image.ImageRepresentation ir
         7: .line 100
            goto 10
         8: .line 101
      StackMap locals: sun.awt.IconInfo java.awt.Image
      StackMap stack:
            aload 0 /* this */
            aload 1 /* image */
            aconst_null
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            putfield sun.awt.IconInfo.width:I
         9: .line 102
            aload 0 /* this */
            aload 1 /* image */
            aconst_null
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            putfield sun.awt.IconInfo.height:I
        10: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            putfield sun.awt.IconInfo.scaledWidth:I
        11: .line 105
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            putfield sun.awt.IconInfo.scaledHeight:I
        12: .line 106
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            invokevirtual sun.awt.IconInfo.getScaledRawLength:(II)I
            putfield sun.awt.IconInfo.rawLength:I
        13: .line 107
            return
        end local 1 // java.awt.Image image
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lsun/awt/IconInfo;
            0   14     1  image  Ljava/awt/Image;
            4    7     2     ir  Lsun/awt/image/ImageRepresentation;
    MethodParameters:
       Name  Flags
      image  

  public void setScaledSize(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.awt.IconInfo this
        start local 1 // int width
        start local 2 // int height
         0: .line 113
            aload 0 /* this */
            iload 1 /* width */
            putfield sun.awt.IconInfo.scaledWidth:I
         1: .line 114
            aload 0 /* this */
            iload 2 /* height */
            putfield sun.awt.IconInfo.scaledHeight:I
         2: .line 115
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* width */
            iload 2 /* height */
            invokevirtual sun.awt.IconInfo.getScaledRawLength:(II)I
            putfield sun.awt.IconInfo.rawLength:I
         3: .line 116
            return
        end local 2 // int height
        end local 1 // int width
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/awt/IconInfo;
            0    4     1   width  I
            0    4     2  height  I
    MethodParameters:
        Name  Flags
      width   
      height  

  private int getScaledRawLength(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.awt.IconInfo this
        start local 1 // int w
        start local 2 // int h
         0: .line 122
            iload 1 /* w */
            iload 2 /* h */
            invokestatic sun.awt.IconInfo.getScaledWidthAndHeight:(II)[I
            astore 3 /* scaledWidthAndHeight */
        start local 3 // int[] scaledWidthAndHeight
         1: .line 123
            aload 3 /* scaledWidthAndHeight */
            iconst_0
            iaload
            aload 3 /* scaledWidthAndHeight */
            iconst_1
            iaload
            imul
            iconst_2
            iadd
            ireturn
        end local 3 // int[] scaledWidthAndHeight
        end local 2 // int h
        end local 1 // int w
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lsun/awt/IconInfo;
            0    2     1                     w  I
            0    2     2                     h  I
            1    2     3  scaledWidthAndHeight  [I
    MethodParameters:
      Name  Flags
      w     
      h     

  private static int[] getScaledWidthAndHeight(int, int);
    descriptor: (II)[I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // int width
        start local 1 // int height
         0: .line 130
            invokestatic java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment:()Ljava/awt/GraphicsEnvironment;
         1: .line 131
            invokevirtual java.awt.GraphicsEnvironment.getDefaultScreenDevice:()Ljava/awt/GraphicsDevice;
            invokevirtual java.awt.GraphicsDevice.getDefaultConfiguration:()Ljava/awt/GraphicsConfiguration;
         2: .line 132
            invokevirtual java.awt.GraphicsConfiguration.getDefaultTransform:()Ljava/awt/geom/AffineTransform;
         3: .line 130
            astore 2 /* tx */
        start local 2 // java.awt.geom.AffineTransform tx
         4: .line 133
            iload 0 /* width */
            aload 2 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getScaleX:()D
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 3 /* w */
        start local 3 // int w
         5: .line 134
            iload 1 /* height */
            aload 2 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 4 /* h */
        start local 4 // int h
         6: .line 135
            iconst_2
            newarray 10
            dup
            iconst_0
            iload 3 /* w */
            iastore
            dup
            iconst_1
            iload 4 /* h */
            iastore
            areturn
        end local 4 // int h
        end local 3 // int w
        end local 2 // java.awt.geom.AffineTransform tx
        end local 1 // int height
        end local 0 // int width
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0   width  I
            0    7     1  height  I
            4    7     2      tx  Ljava/awt/geom/AffineTransform;
            5    7     3       w  I
            6    7     4       h  I
    MethodParameters:
        Name  Flags
      width   
      height  

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 139
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            ifle 1
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/IconInfo;

  public int getWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 143
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            ireturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/IconInfo;

  public int getHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 147
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            ireturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/IconInfo;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 151
            new java.lang.StringBuilder
            dup
            ldc "IconInfo[w="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",h="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",sw="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.IconInfo.scaledWidth:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",sh="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.IconInfo.scaledHeight:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/IconInfo;

  public int getRawLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 155
            aload 0 /* this */
            getfield sun.awt.IconInfo.rawLength:I
            ireturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/IconInfo;

  public int[] getIntData();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 159
            aload 0 /* this */
            getfield sun.awt.IconInfo.intIconData:[I
            ifnonnull 6
         1: .line 160
            aload 0 /* this */
            getfield sun.awt.IconInfo.longIconData:[J
            ifnull 4
         2: .line 161
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.longIconData:[J
            invokestatic sun.awt.IconInfo.longArrayToIntArray:([J)[I
            putfield sun.awt.IconInfo.intIconData:[I
         3: .line 162
            goto 6
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield sun.awt.IconInfo.image:Ljava/awt/Image;
            ifnull 6
         5: .line 163
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.image:Ljava/awt/Image;
            aload 0 /* this */
            getfield sun.awt.IconInfo.scaledWidth:I
            aload 0 /* this */
            getfield sun.awt.IconInfo.scaledHeight:I
            invokestatic sun.awt.IconInfo.imageToIntArray:(Ljava/awt/Image;II)[I
            putfield sun.awt.IconInfo.intIconData:[I
         6: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.IconInfo.intIconData:[I
            areturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/awt/IconInfo;

  public long[] getLongData();
    descriptor: ()[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 170
            aload 0 /* this */
            getfield sun.awt.IconInfo.longIconData:[J
            ifnonnull 7
         1: .line 171
            aload 0 /* this */
            getfield sun.awt.IconInfo.intIconData:[I
            ifnull 4
         2: .line 172
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.intIconData:[I
            invokestatic sun.awt.IconInfo.intArrayToLongArray:([I)[J
            putfield sun.awt.IconInfo.longIconData:[J
         3: .line 173
            goto 7
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield sun.awt.IconInfo.image:Ljava/awt/Image;
            ifnull 7
         5: .line 174
            aload 0 /* this */
            getfield sun.awt.IconInfo.image:Ljava/awt/Image;
            aload 0 /* this */
            getfield sun.awt.IconInfo.scaledWidth:I
            aload 0 /* this */
            getfield sun.awt.IconInfo.scaledHeight:I
            invokestatic sun.awt.IconInfo.imageToIntArray:(Ljava/awt/Image;II)[I
            astore 1 /* intIconData */
        start local 1 // int[] intIconData
         6: .line 175
            aload 0 /* this */
            aload 1 /* intIconData */
            invokestatic sun.awt.IconInfo.intArrayToLongArray:([I)[J
            putfield sun.awt.IconInfo.longIconData:[J
        end local 1 // int[] intIconData
         7: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.IconInfo.longIconData:[J
            areturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lsun/awt/IconInfo;
            6    7     1  intIconData  [I

  public java.awt.Image getImage();
    descriptor: ()Ljava/awt/Image;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 182
            aload 0 /* this */
            getfield sun.awt.IconInfo.image:Ljava/awt/Image;
            ifnonnull 7
         1: .line 183
            aload 0 /* this */
            getfield sun.awt.IconInfo.intIconData:[I
            ifnull 4
         2: .line 184
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.intIconData:[I
            invokestatic sun.awt.IconInfo.intArrayToImage:([I)Ljava/awt/Image;
            putfield sun.awt.IconInfo.image:Ljava/awt/Image;
         3: .line 185
            goto 7
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield sun.awt.IconInfo.longIconData:[J
            ifnull 7
         5: .line 186
            aload 0 /* this */
            getfield sun.awt.IconInfo.longIconData:[J
            invokestatic sun.awt.IconInfo.longArrayToIntArray:([J)[I
            astore 1 /* intIconData */
        start local 1 // int[] intIconData
         6: .line 187
            aload 0 /* this */
            aload 1 /* intIconData */
            invokestatic sun.awt.IconInfo.intArrayToImage:([I)Ljava/awt/Image;
            putfield sun.awt.IconInfo.image:Ljava/awt/Image;
        end local 1 // int[] intIconData
         7: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.IconInfo.image:Ljava/awt/Image;
            areturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lsun/awt/IconInfo;
            6    7     1  intIconData  [I

  private static int[] longArrayToIntArray(long[]);
    descriptor: ([J)[I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // long[] longData
         0: .line 194
            aload 0 /* longData */
            arraylength
            newarray 10
            astore 1 /* intData */
        start local 1 // int[] intData
         1: .line 195
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 199
      StackMap locals: int[] int
      StackMap stack:
            aload 1 /* intData */
            iload 2 /* i */
            aload 0 /* longData */
            iload 2 /* i */
            laload
            l2i
            iastore
         4: .line 195
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* longData */
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 201
            aload 1 /* intData */
            areturn
        end local 1 // int[] intData
        end local 0 // long[] longData
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0  longData  [J
            1    7     1   intData  [I
            2    6     2         i  I
    MethodParameters:
          Name  Flags
      longData  

  private static long[] intArrayToLongArray(int[]);
    descriptor: ([I)[J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // int[] intData
         0: .line 205
            aload 0 /* intData */
            arraylength
            newarray 11
            astore 1 /* longData */
        start local 1 // long[] longData
         1: .line 206
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 207
      StackMap locals: long[] int
      StackMap stack:
            aload 1 /* longData */
            iload 2 /* i */
            aload 0 /* intData */
            iload 2 /* i */
            iaload
            i2l
            lastore
         4: .line 206
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* intData */
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 209
            aload 1 /* longData */
            areturn
        end local 1 // long[] longData
        end local 0 // int[] intData
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0   intData  [I
            1    7     1  longData  [J
            2    6     2         i  I
    MethodParameters:
         Name  Flags
      intData  

  static java.awt.Image intArrayToImage(int[]);
    descriptor: ([I)Ljava/awt/Image;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=10, locals=5, args_size=1
        start local 0 // int[] raw
         0: .line 214
            new java.awt.image.DirectColorModel
            dup
            sipush 1000
            invokestatic java.awt.color.ColorSpace.getInstance:(I)Ljava/awt/color/ColorSpace;
            bipush 32
         1: .line 215
            ldc 16711680
            ldc 65280
            sipush 255
            ldc -16777216
         2: .line 216
            iconst_0
            iconst_3
         3: .line 214
            invokespecial java.awt.image.DirectColorModel.<init>:(Ljava/awt/color/ColorSpace;IIIIIZI)V
         4: .line 213
            astore 1 /* cm */
        start local 1 // java.awt.image.ColorModel cm
         5: .line 217
            new java.awt.image.DataBufferInt
            dup
            aload 0 /* raw */
            aload 0 /* raw */
            arraylength
            iconst_2
            isub
            iconst_2
            invokespecial java.awt.image.DataBufferInt.<init>:([III)V
            astore 2 /* buffer */
        start local 2 // java.awt.image.DataBuffer buffer
         6: .line 219
            aload 2 /* buffer */
            aload 0 /* raw */
            iconst_0
            iaload
            aload 0 /* raw */
            iconst_1
            iaload
         7: .line 220
            aload 0 /* raw */
            iconst_0
            iaload
         8: .line 221
            iconst_4
            newarray 10
            dup
            iconst_0
            ldc 16711680
            iastore
            dup
            iconst_1
            ldc 65280
            iastore
            dup
            iconst_2
         9: .line 222
            sipush 255
            iastore
            dup
            iconst_3
            ldc -16777216
            iastore
        10: .line 223
            aconst_null
        11: .line 219
            invokestatic java.awt.image.Raster.createPackedRaster:(Ljava/awt/image/DataBuffer;III[ILjava/awt/Point;)Ljava/awt/image/WritableRaster;
        12: .line 218
            astore 3 /* raster */
        start local 3 // java.awt.image.WritableRaster raster
        13: .line 224
            new java.awt.image.BufferedImage
            dup
            aload 1 /* cm */
            aload 3 /* raster */
            iconst_0
            aconst_null
            invokespecial java.awt.image.BufferedImage.<init>:(Ljava/awt/image/ColorModel;Ljava/awt/image/WritableRaster;ZLjava/util/Hashtable;)V
            astore 4 /* im */
        start local 4 // java.awt.image.BufferedImage im
        14: .line 225
            aload 4 /* im */
            areturn
        end local 4 // java.awt.image.BufferedImage im
        end local 3 // java.awt.image.WritableRaster raster
        end local 2 // java.awt.image.DataBuffer buffer
        end local 1 // java.awt.image.ColorModel cm
        end local 0 // int[] raw
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0     raw  [I
            5   15     1      cm  Ljava/awt/image/ColorModel;
            6   15     2  buffer  Ljava/awt/image/DataBuffer;
           13   15     3  raster  Ljava/awt/image/WritableRaster;
           14   15     4      im  Ljava/awt/image/BufferedImage;
    MethodParameters:
      Name  Flags
      raw   

  static int[] imageToIntArray(java.awt.Image, int, int);
    descriptor: (Ljava/awt/Image;II)[I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=10, locals=11, args_size=3
        start local 0 // java.awt.Image image
        start local 1 // int width
        start local 2 // int height
         0: .line 233
            iload 1 /* width */
            ifle 1
            iload 2 /* height */
            ifgt 2
         1: .line 234
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 237
      StackMap locals:
      StackMap stack:
            new java.awt.image.DirectColorModel
            dup
            sipush 1000
            invokestatic java.awt.color.ColorSpace.getInstance:(I)Ljava/awt/color/ColorSpace;
            bipush 32
         3: .line 238
            ldc 16711680
            ldc 65280
            sipush 255
            ldc -16777216
         4: .line 239
            iconst_0
            iconst_3
         5: .line 237
            invokespecial java.awt.image.DirectColorModel.<init>:(Ljava/awt/color/ColorSpace;IIIIIZI)V
         6: .line 236
            astore 3 /* cm */
        start local 3 // java.awt.image.ColorModel cm
         7: .line 240
            iload 1 /* width */
            iload 2 /* height */
            invokestatic sun.awt.IconInfo.getScaledWidthAndHeight:(II)[I
            astore 4 /* scaledWidthAndHeight */
        start local 4 // int[] scaledWidthAndHeight
         8: .line 241
            aload 4 /* scaledWidthAndHeight */
            iconst_0
            iaload
            istore 1 /* width */
         9: .line 242
            aload 4 /* scaledWidthAndHeight */
            iconst_1
            iaload
            istore 2 /* height */
        10: .line 243
            new java.awt.image.DataBufferInt
            dup
            iload 1 /* width */
            iload 2 /* height */
            imul
            invokespecial java.awt.image.DataBufferInt.<init>:(I)V
            astore 5 /* buffer */
        start local 5 // java.awt.image.DataBufferInt buffer
        11: .line 245
            aload 5 /* buffer */
            iload 1 /* width */
            iload 2 /* height */
        12: .line 246
            iload 1 /* width */
        13: .line 247
            iconst_4
            newarray 10
            dup
            iconst_0
            ldc 16711680
            iastore
            dup
            iconst_1
            ldc 65280
            iastore
            dup
            iconst_2
        14: .line 248
            sipush 255
            iastore
            dup
            iconst_3
            ldc -16777216
            iastore
        15: .line 249
            aconst_null
        16: .line 245
            invokestatic java.awt.image.Raster.createPackedRaster:(Ljava/awt/image/DataBuffer;III[ILjava/awt/Point;)Ljava/awt/image/WritableRaster;
        17: .line 244
            astore 6 /* raster */
        start local 6 // java.awt.image.WritableRaster raster
        18: .line 250
            new java.awt.image.BufferedImage
            dup
            aload 3 /* cm */
            aload 6 /* raster */
            iconst_0
            aconst_null
            invokespecial java.awt.image.BufferedImage.<init>:(Ljava/awt/image/ColorModel;Ljava/awt/image/WritableRaster;ZLjava/util/Hashtable;)V
            astore 7 /* im */
        start local 7 // java.awt.image.BufferedImage im
        19: .line 251
            aload 7 /* im */
            invokevirtual java.awt.image.BufferedImage.getGraphics:()Ljava/awt/Graphics;
            astore 8 /* g */
        start local 8 // java.awt.Graphics g
        20: .line 252
            aload 8 /* g */
            aload 0 /* image */
            iconst_0
            iconst_0
            iload 1 /* width */
            iload 2 /* height */
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        21: .line 253
            aload 8 /* g */
            invokevirtual java.awt.Graphics.dispose:()V
        22: .line 254
            aload 5 /* buffer */
            invokevirtual java.awt.image.DataBufferInt.getData:()[I
            astore 9 /* data */
        start local 9 // int[] data
        23: .line 255
            iload 1 /* width */
            iload 2 /* height */
            imul
            iconst_2
            iadd
            newarray 10
            astore 10 /* raw */
        start local 10 // int[] raw
        24: .line 256
            aload 10 /* raw */
            iconst_0
            iload 1 /* width */
            iastore
        25: .line 257
            aload 10 /* raw */
            iconst_1
            iload 2 /* height */
            iastore
        26: .line 258
            aload 9 /* data */
            iconst_0
            aload 10 /* raw */
            iconst_2
            iload 1 /* width */
            iload 2 /* height */
            imul
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        27: .line 259
            aload 10 /* raw */
            areturn
        end local 10 // int[] raw
        end local 9 // int[] data
        end local 8 // java.awt.Graphics g
        end local 7 // java.awt.image.BufferedImage im
        end local 6 // java.awt.image.WritableRaster raster
        end local 5 // java.awt.image.DataBufferInt buffer
        end local 4 // int[] scaledWidthAndHeight
        end local 3 // java.awt.image.ColorModel cm
        end local 2 // int height
        end local 1 // int width
        end local 0 // java.awt.Image image
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   28     0                 image  Ljava/awt/Image;
            0   28     1                 width  I
            0   28     2                height  I
            7   28     3                    cm  Ljava/awt/image/ColorModel;
            8   28     4  scaledWidthAndHeight  [I
           11   28     5                buffer  Ljava/awt/image/DataBufferInt;
           18   28     6                raster  Ljava/awt/image/WritableRaster;
           19   28     7                    im  Ljava/awt/image/BufferedImage;
           20   28     8                     g  Ljava/awt/Graphics;
           23   28     9                  data  [I
           24   28    10                   raw  [I
    MethodParameters:
        Name  Flags
      image   
      width   
      height  
}
SourceFile: "IconInfo.java"