public class sun.awt.image.ShortComponentRaster extends sun.awt.image.SunWritableRaster
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.awt.image.ShortComponentRaster
  super_class: sun.awt.image.SunWritableRaster
{
  protected int bandOffset;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int[] dataOffsets;
    descriptor: [I
    flags: (0x0004) ACC_PROTECTED

  protected int scanlineStride;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int pixelStride;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected short[] data;
    descriptor: [S
    flags: (0x0004) ACC_PROTECTED

  int type;
    descriptor: I
    flags: (0x0000) 

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=0, locals=0, args_size=0
         0: .line 82
            invokestatic sun.awt.image.NativeLibLoader.loadLibraries:()V
         1: .line 83
            invokestatic sun.awt.image.ShortComponentRaster.initIDs:()V
         2: .line 84
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static native void initIDs();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  public void <init>(java.awt.image.SampleModel, java.awt.Point);
    descriptor: (Ljava/awt/image/SampleModel;Ljava/awt/Point;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=3, args_size=3
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // java.awt.image.SampleModel sampleModel
        start local 2 // java.awt.Point origin
         0: .line 96
            aload 0 /* this */
            aload 1 /* sampleModel */
         1: .line 97
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.createDataBuffer:()Ljava/awt/image/DataBuffer;
         2: .line 98
            new java.awt.Rectangle
            dup
            aload 2 /* origin */
            getfield java.awt.Point.x:I
         3: .line 99
            aload 2 /* origin */
            getfield java.awt.Point.y:I
         4: .line 100
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.getWidth:()I
         5: .line 101
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.getHeight:()I
         6: .line 98
            invokespecial java.awt.Rectangle.<init>:(IIII)V
         7: .line 102
            aload 2 /* origin */
         8: .line 103
            aconst_null
            invokespecial sun.awt.image.ShortComponentRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/ShortComponentRaster;)V
         9: .line 104
            return
        end local 2 // java.awt.Point origin
        end local 1 // java.awt.image.SampleModel sampleModel
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lsun/awt/image/ShortComponentRaster;
            0   10     1  sampleModel  Ljava/awt/image/SampleModel;
            0   10     2       origin  Ljava/awt/Point;
    MethodParameters:
             Name  Flags
      sampleModel  
      origin       

  public void <init>(java.awt.image.SampleModel, java.awt.image.DataBuffer, java.awt.Point);
    descriptor: (Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Point;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=4
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // java.awt.image.SampleModel sampleModel
        start local 2 // java.awt.image.DataBuffer dataBuffer
        start local 3 // java.awt.Point origin
         0: .line 120
            aload 0 /* this */
            aload 1 /* sampleModel */
         1: .line 121
            aload 2 /* dataBuffer */
         2: .line 122
            new java.awt.Rectangle
            dup
            aload 3 /* origin */
            getfield java.awt.Point.x:I
         3: .line 123
            aload 3 /* origin */
            getfield java.awt.Point.y:I
         4: .line 124
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.getWidth:()I
         5: .line 125
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.getHeight:()I
         6: .line 122
            invokespecial java.awt.Rectangle.<init>:(IIII)V
         7: .line 126
            aload 3 /* origin */
         8: .line 127
            aconst_null
            invokespecial sun.awt.image.ShortComponentRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/ShortComponentRaster;)V
         9: .line 128
            return
        end local 3 // java.awt.Point origin
        end local 2 // java.awt.image.DataBuffer dataBuffer
        end local 1 // java.awt.image.SampleModel sampleModel
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lsun/awt/image/ShortComponentRaster;
            0   10     1  sampleModel  Ljava/awt/image/SampleModel;
            0   10     2   dataBuffer  Ljava/awt/image/DataBuffer;
            0   10     3       origin  Ljava/awt/Point;
    MethodParameters:
             Name  Flags
      sampleModel  
      dataBuffer   
      origin       

  public void <init>(java.awt.image.SampleModel, java.awt.image.DataBuffer, java.awt.Rectangle, java.awt.Point, sun.awt.image.ShortComponentRaster);
    descriptor: (Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/ShortComponentRaster;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=6
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // java.awt.image.SampleModel sampleModel
        start local 2 // java.awt.image.DataBuffer dataBuffer
        start local 3 // java.awt.Rectangle aRegion
        start local 4 // java.awt.Point origin
        start local 5 // sun.awt.image.ShortComponentRaster parent
         0: .line 154
            aload 0 /* this */
            aload 1 /* sampleModel */
            aload 2 /* dataBuffer */
            aload 3 /* aRegion */
            aload 4 /* origin */
            aload 5 /* parent */
            invokespecial sun.awt.image.SunWritableRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Ljava/awt/image/WritableRaster;)V
         1: .line 155
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.width:I
            iadd
            putfield sun.awt.image.ShortComponentRaster.maxX:I
         2: .line 156
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.height:I
            iadd
            putfield sun.awt.image.ShortComponentRaster.maxY:I
         3: .line 158
            aload 2 /* dataBuffer */
            instanceof java.awt.image.DataBufferUShort
            ifne 5
         4: .line 159
            new java.awt.image.RasterFormatException
            dup
            ldc "ShortComponentRasters must have short DataBuffers"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 163
      StackMap locals: sun.awt.image.ShortComponentRaster java.awt.image.SampleModel java.awt.image.DataBuffer java.awt.Rectangle java.awt.Point sun.awt.image.ShortComponentRaster
      StackMap stack:
            aload 2 /* dataBuffer */
            checkcast java.awt.image.DataBufferUShort
            astore 6 /* dbus */
        start local 6 // java.awt.image.DataBufferUShort dbus
         6: .line 164
            aload 0 /* this */
            aload 6 /* dbus */
            iconst_0
            invokestatic sun.awt.image.ShortComponentRaster.stealData:(Ljava/awt/image/DataBufferUShort;I)[S
            putfield sun.awt.image.ShortComponentRaster.data:[S
         7: .line 165
            aload 6 /* dbus */
            invokevirtual java.awt.image.DataBufferUShort.getNumBanks:()I
            iconst_1
            if_icmpeq 10
         8: .line 167
            new java.awt.image.RasterFormatException
            dup
            ldc "DataBuffer for ShortComponentRasters must only have 1 bank."
         9: .line 166
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 170
      StackMap locals: java.awt.image.DataBufferUShort
      StackMap stack:
            aload 6 /* dbus */
            invokevirtual java.awt.image.DataBufferUShort.getOffset:()I
            istore 7 /* dbOffset */
        start local 7 // int dbOffset
        11: .line 172
            aload 1 /* sampleModel */
            instanceof java.awt.image.ComponentSampleModel
            ifeq 27
        12: .line 173
            aload 1 /* sampleModel */
            checkcast java.awt.image.ComponentSampleModel
            astore 8 /* csm */
        start local 8 // java.awt.image.ComponentSampleModel csm
        13: .line 174
            aload 0 /* this */
            iconst_2
            putfield sun.awt.image.ShortComponentRaster.type:I
        14: .line 175
            aload 0 /* this */
            aload 8 /* csm */
            invokevirtual java.awt.image.ComponentSampleModel.getScanlineStride:()I
            putfield sun.awt.image.ShortComponentRaster.scanlineStride:I
        15: .line 176
            aload 0 /* this */
            aload 8 /* csm */
            invokevirtual java.awt.image.ComponentSampleModel.getPixelStride:()I
            putfield sun.awt.image.ShortComponentRaster.pixelStride:I
        16: .line 177
            aload 0 /* this */
            aload 8 /* csm */
            invokevirtual java.awt.image.ComponentSampleModel.getBandOffsets:()[I
            putfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
        17: .line 178
            aload 3 /* aRegion */
            getfield java.awt.Rectangle.x:I
            aload 4 /* origin */
            getfield java.awt.Point.x:I
            isub
            istore 9 /* xOffset */
        start local 9 // int xOffset
        18: .line 179
            aload 3 /* aRegion */
            getfield java.awt.Rectangle.y:I
            aload 4 /* origin */
            getfield java.awt.Point.y:I
            isub
            istore 10 /* yOffset */
        start local 10 // int yOffset
        19: .line 180
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        20: goto 25
        21: .line 181
      StackMap locals: sun.awt.image.ShortComponentRaster java.awt.image.SampleModel java.awt.image.DataBuffer java.awt.Rectangle java.awt.Point sun.awt.image.ShortComponentRaster java.awt.image.DataBufferUShort int java.awt.image.ComponentSampleModel int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iload 11 /* i */
            dup2
            iaload
            iload 7 /* dbOffset */
        22: .line 182
            iload 9 /* xOffset */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            imul
            iadd
            iload 10 /* yOffset */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            imul
            iadd
        23: .line 181
            iadd
            iastore
        24: .line 180
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 11 /* i */
            aload 0 /* this */
            invokevirtual sun.awt.image.ShortComponentRaster.getNumDataElements:()I
            if_icmplt 21
        end local 11 // int i
        end local 10 // int yOffset
        end local 9 // int xOffset
        end local 8 // java.awt.image.ComponentSampleModel csm
        26: .line 184
            goto 40
      StackMap locals: sun.awt.image.ShortComponentRaster java.awt.image.SampleModel java.awt.image.DataBuffer java.awt.Rectangle java.awt.Point sun.awt.image.ShortComponentRaster java.awt.image.DataBufferUShort int
      StackMap stack:
        27: aload 1 /* sampleModel */
            instanceof java.awt.image.SinglePixelPackedSampleModel
            ifeq 39
        28: .line 186
            aload 1 /* sampleModel */
            checkcast java.awt.image.SinglePixelPackedSampleModel
        29: .line 185
            astore 8 /* sppsm */
        start local 8 // java.awt.image.SinglePixelPackedSampleModel sppsm
        30: .line 187
            aload 0 /* this */
            bipush 8
            putfield sun.awt.image.ShortComponentRaster.type:I
        31: .line 188
            aload 0 /* this */
            aload 8 /* sppsm */
            invokevirtual java.awt.image.SinglePixelPackedSampleModel.getScanlineStride:()I
            putfield sun.awt.image.ShortComponentRaster.scanlineStride:I
        32: .line 189
            aload 0 /* this */
            iconst_1
            putfield sun.awt.image.ShortComponentRaster.pixelStride:I
        33: .line 190
            aload 0 /* this */
            iconst_1
            newarray 10
            putfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
        34: .line 191
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iconst_0
            iload 7 /* dbOffset */
            iastore
        35: .line 192
            aload 3 /* aRegion */
            getfield java.awt.Rectangle.x:I
            aload 4 /* origin */
            getfield java.awt.Point.x:I
            isub
            istore 9 /* xOffset */
        start local 9 // int xOffset
        36: .line 193
            aload 3 /* aRegion */
            getfield java.awt.Rectangle.y:I
            aload 4 /* origin */
            getfield java.awt.Point.y:I
            isub
            istore 10 /* yOffset */
        start local 10 // int yOffset
        37: .line 194
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iconst_0
            dup2
            iaload
            iload 9 /* xOffset */
            iload 10 /* yOffset */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            imul
            iadd
            iadd
            iastore
        end local 10 // int yOffset
        end local 9 // int xOffset
        end local 8 // java.awt.image.SinglePixelPackedSampleModel sppsm
        38: .line 195
            goto 40
        39: .line 196
      StackMap locals:
      StackMap stack:
            new java.awt.image.RasterFormatException
            dup
            ldc "ShortComponentRasters must haveComponentSampleModel or SinglePixelPackedSampleModel"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        40: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iconst_0
            iaload
            putfield sun.awt.image.ShortComponentRaster.bandOffset:I
        41: .line 201
            aload 0 /* this */
            invokevirtual sun.awt.image.ShortComponentRaster.verify:()V
        42: .line 202
            return
        end local 7 // int dbOffset
        end local 6 // java.awt.image.DataBufferUShort dbus
        end local 5 // sun.awt.image.ShortComponentRaster parent
        end local 4 // java.awt.Point origin
        end local 3 // java.awt.Rectangle aRegion
        end local 2 // java.awt.image.DataBuffer dataBuffer
        end local 1 // java.awt.image.SampleModel sampleModel
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   43     0         this  Lsun/awt/image/ShortComponentRaster;
            0   43     1  sampleModel  Ljava/awt/image/SampleModel;
            0   43     2   dataBuffer  Ljava/awt/image/DataBuffer;
            0   43     3      aRegion  Ljava/awt/Rectangle;
            0   43     4       origin  Ljava/awt/Point;
            0   43     5       parent  Lsun/awt/image/ShortComponentRaster;
            6   43     6         dbus  Ljava/awt/image/DataBufferUShort;
           11   43     7     dbOffset  I
           13   26     8          csm  Ljava/awt/image/ComponentSampleModel;
           18   26     9      xOffset  I
           19   26    10      yOffset  I
           20   26    11            i  I
           30   38     8        sppsm  Ljava/awt/image/SinglePixelPackedSampleModel;
           36   38     9      xOffset  I
           37   38    10      yOffset  I
    MethodParameters:
             Name  Flags
      sampleModel  
      dataBuffer   
      aRegion      
      origin       
      parent       

  public int[] getDataOffsets();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.image.ShortComponentRaster this
         0: .line 210
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            invokevirtual int[].clone:()Ljava/lang/Object;
            checkcast int[]
            areturn
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/ShortComponentRaster;

  public int getDataOffset(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // int band
         0: .line 220
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iload 1 /* band */
            iaload
            ireturn
        end local 1 // int band
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/ShortComponentRaster;
            0    1     1  band  I
    MethodParameters:
      Name  Flags
      band  

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

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

  public short[] getDataStorage();
    descriptor: ()[S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.image.ShortComponentRaster this
         0: .line 243
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            areturn
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/ShortComponentRaster;

  public java.lang.Object getDataElements(int, int, java.lang.Object);
    descriptor: (IILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // java.lang.Object obj
         0: .line 263
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            if_icmplt 2
         1: .line 264
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxX:I
            if_icmpge 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxY:I
            if_icmplt 5
         2: .line 265
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 266
            ldc "Coordinate out of bounds!"
         4: .line 265
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 269
      StackMap locals:
      StackMap stack:
            aload 3 /* obj */
            ifnonnull 8
         6: .line 270
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.numDataElements:I
            newarray 9
            astore 4 /* outData */
        start local 4 // short[] outData
         7: .line 271
            goto 9
        end local 4 // short[] outData
         8: .line 272
      StackMap locals:
      StackMap stack:
            aload 3 /* obj */
            checkcast short[]
            astore 4 /* outData */
        start local 4 // short[] outData
         9: .line 274
      StackMap locals: short[]
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            imul
        10: .line 275
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            imul
        11: .line 274
            iadd
            istore 5 /* off */
        start local 5 // int off
        12: .line 277
            iconst_0
            istore 6 /* band */
        start local 6 // int band
        13: goto 16
        14: .line 278
      StackMap locals: int int
      StackMap stack:
            aload 4 /* outData */
            iload 6 /* band */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iload 6 /* band */
            iaload
            iload 5 /* off */
            iadd
            saload
            sastore
        15: .line 277
            iinc 6 /* band */ 1
      StackMap locals:
      StackMap stack:
        16: iload 6 /* band */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.numDataElements:I
            if_icmplt 14
        end local 6 // int band
        17: .line 281
            aload 4 /* outData */
            areturn
        end local 5 // int off
        end local 4 // short[] outData
        end local 3 // java.lang.Object obj
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   18     0     this  Lsun/awt/image/ShortComponentRaster;
            0   18     1        x  I
            0   18     2        y  I
            0   18     3      obj  Ljava/lang/Object;
            7    8     4  outData  [S
            9   18     4  outData  [S
           12   18     5      off  I
           13   17     6     band  I
    MethodParameters:
      Name  Flags
      x     
      y     
      obj   

  public java.lang.Object getDataElements(int, int, int, int, java.lang.Object);
    descriptor: (IIIILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=6
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // java.lang.Object obj
         0: .line 311
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            if_icmplt 2
         1: .line 312
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxY:I
            if_icmple 5
         2: .line 313
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 314
            ldc "Coordinate out of bounds!"
         4: .line 313
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 317
      StackMap locals:
      StackMap stack:
            aload 5 /* obj */
            ifnonnull 8
         6: .line 318
            iload 3 /* w */
            iload 4 /* h */
            imul
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.numDataElements:I
            imul
            newarray 9
            astore 6 /* outData */
        start local 6 // short[] outData
         7: .line 319
            goto 9
        end local 6 // short[] outData
         8: .line 320
      StackMap locals:
      StackMap stack:
            aload 5 /* obj */
            checkcast short[]
            astore 6 /* outData */
        start local 6 // short[] outData
         9: .line 322
      StackMap locals: short[]
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            imul
        10: .line 323
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            imul
        11: .line 322
            iadd
            istore 7 /* yoff */
        start local 7 // int yoff
        12: .line 326
            iconst_0
            istore 9 /* off */
        start local 9 // int off
        13: .line 330
            iconst_0
            istore 11 /* ystart */
        start local 11 // int ystart
        14: goto 26
        15: .line 331
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int java.lang.Object short[] int top int top int
      StackMap stack:
            iload 7 /* yoff */
            istore 8 /* xoff */
        start local 8 // int xoff
        16: .line 332
            iconst_0
            istore 10 /* xstart */
        start local 10 // int xstart
        17: goto 24
        18: .line 333
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int java.lang.Object short[] int int int int int
      StackMap stack:
            iconst_0
            istore 12 /* c */
        start local 12 // int c
        19: goto 22
        20: .line 334
      StackMap locals: int
      StackMap stack:
            aload 6 /* outData */
            iload 9 /* off */
            iinc 9 /* off */ 1
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iload 12 /* c */
            iaload
            iload 8 /* xoff */
            iadd
            saload
            sastore
        21: .line 333
            iinc 12 /* c */ 1
      StackMap locals:
      StackMap stack:
        22: iload 12 /* c */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.numDataElements:I
            if_icmplt 20
        end local 12 // int c
        23: .line 332
            iinc 10 /* xstart */ 1
            iload 8 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            iadd
            istore 8 /* xoff */
      StackMap locals:
      StackMap stack:
        24: iload 10 /* xstart */
            iload 3 /* w */
            if_icmplt 18
        25: .line 330
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
        end local 10 // int xstart
        end local 8 // int xoff
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int java.lang.Object short[] int top int top int
      StackMap stack:
        26: iload 11 /* ystart */
            iload 4 /* h */
            if_icmplt 15
        27: .line 339
            aload 6 /* outData */
            areturn
        end local 11 // int ystart
        end local 9 // int off
        end local 7 // int yoff
        end local 6 // short[] outData
        end local 5 // java.lang.Object obj
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   28     0     this  Lsun/awt/image/ShortComponentRaster;
            0   28     1        x  I
            0   28     2        y  I
            0   28     3        w  I
            0   28     4        h  I
            0   28     5      obj  Ljava/lang/Object;
            7    8     6  outData  [S
            9   28     6  outData  [S
           12   28     7     yoff  I
           16   26     8     xoff  I
           13   28     9      off  I
           17   26    10   xstart  I
           14   28    11   ystart  I
           19   23    12        c  I
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     
      obj   

  public short[] getShortData(int, int, int, int, int, short[]);
    descriptor: (IIIII[S)[S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=7
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // int band
        start local 6 // short[] outData
         0: .line 364
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            if_icmplt 2
         1: .line 365
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxY:I
            if_icmple 5
         2: .line 366
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 367
            ldc "Coordinate out of bounds!"
         4: .line 366
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 369
      StackMap locals:
      StackMap stack:
            aload 6 /* outData */
            ifnonnull 7
         6: .line 370
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.numDataElements:I
            iload 3 /* w */
            imul
            iload 4 /* h */
            imul
            newarray 9
            astore 6 /* outData */
         7: .line 372
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            imul
         8: .line 373
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            imul
         9: .line 372
            iadd
        10: .line 373
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iload 5 /* band */
            iaload
        11: .line 372
            iadd
            istore 7 /* yoff */
        start local 7 // int yoff
        12: .line 375
            iconst_0
            istore 9 /* off */
        start local 9 // int off
        13: .line 379
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            iconst_1
            if_icmpne 24
        14: .line 380
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            iload 3 /* w */
            if_icmpne 17
        15: .line 381
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            iload 7 /* yoff */
            aload 6 /* outData */
            iconst_0
            iload 3 /* w */
            iload 4 /* h */
            imul
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        16: .line 382
            goto 34
        17: .line 384
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int int short[] int top int
      StackMap stack:
            iconst_0
            istore 11 /* ystart */
        start local 11 // int ystart
        18: goto 22
        19: .line 385
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int int short[] int top int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            iload 7 /* yoff */
            aload 6 /* outData */
            iload 9 /* off */
            iload 3 /* w */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        20: .line 386
            iload 9 /* off */
            iload 3 /* w */
            iadd
            istore 9 /* off */
        21: .line 384
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
      StackMap locals:
      StackMap stack:
        22: iload 11 /* ystart */
            iload 4 /* h */
            if_icmplt 19
        end local 11 // int ystart
        23: .line 389
            goto 34
        24: .line 391
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int int short[] int top int
      StackMap stack:
            iconst_0
            istore 11 /* ystart */
        start local 11 // int ystart
        25: goto 33
        26: .line 392
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int int short[] int top int top int
      StackMap stack:
            iload 7 /* yoff */
            istore 8 /* xoff */
        start local 8 // int xoff
        27: .line 393
            iconst_0
            istore 10 /* xstart */
        start local 10 // int xstart
        28: goto 31
        29: .line 394
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int int short[] int int int int int
      StackMap stack:
            aload 6 /* outData */
            iload 9 /* off */
            iinc 9 /* off */ 1
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            iload 8 /* xoff */
            saload
            sastore
        30: .line 393
            iinc 10 /* xstart */ 1
            iload 8 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            iadd
            istore 8 /* xoff */
      StackMap locals:
      StackMap stack:
        31: iload 10 /* xstart */
            iload 3 /* w */
            if_icmplt 29
        32: .line 391
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
        end local 10 // int xstart
        end local 8 // int xoff
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int int short[] int top int top int
      StackMap stack:
        33: iload 11 /* ystart */
            iload 4 /* h */
            if_icmplt 26
        end local 11 // int ystart
        34: .line 399
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int int short[] int top int
      StackMap stack:
            aload 6 /* outData */
            areturn
        end local 9 // int off
        end local 7 // int yoff
        end local 6 // short[] outData
        end local 5 // int band
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   35     0     this  Lsun/awt/image/ShortComponentRaster;
            0   35     1        x  I
            0   35     2        y  I
            0   35     3        w  I
            0   35     4        h  I
            0   35     5     band  I
            0   35     6  outData  [S
           12   35     7     yoff  I
           27   33     8     xoff  I
           13   35     9      off  I
           28   33    10   xstart  I
           18   23    11   ystart  I
           25   34    11   ystart  I
    MethodParameters:
         Name  Flags
      x        
      y        
      w        
      h        
      band     
      outData  

  public short[] getShortData(int, int, int, int, short[]);
    descriptor: (IIII[S)[S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=6
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // short[] outData
         0: .line 424
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            if_icmplt 2
         1: .line 425
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxY:I
            if_icmple 5
         2: .line 426
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 427
            ldc "Coordinate out of bounds!"
         4: .line 426
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 429
      StackMap locals:
      StackMap stack:
            aload 5 /* outData */
            ifnonnull 7
         6: .line 430
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.numDataElements:I
            iload 3 /* w */
            imul
            iload 4 /* h */
            imul
            newarray 9
            astore 5 /* outData */
         7: .line 432
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            imul
         8: .line 433
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            imul
         9: .line 432
            iadd
            istore 6 /* yoff */
        start local 6 // int yoff
        10: .line 435
            iconst_0
            istore 8 /* off */
        start local 8 // int off
        11: .line 439
            iconst_0
            istore 10 /* ystart */
        start local 10 // int ystart
        12: goto 24
        13: .line 440
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int short[] int top int top int
      StackMap stack:
            iload 6 /* yoff */
            istore 7 /* xoff */
        start local 7 // int xoff
        14: .line 441
            iconst_0
            istore 9 /* xstart */
        start local 9 // int xstart
        15: goto 22
        16: .line 442
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int short[] int int int int int
      StackMap stack:
            iconst_0
            istore 11 /* c */
        start local 11 // int c
        17: goto 20
        18: .line 443
      StackMap locals: int
      StackMap stack:
            aload 5 /* outData */
            iload 8 /* off */
            iinc 8 /* off */ 1
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iload 11 /* c */
            iaload
            iload 7 /* xoff */
            iadd
            saload
            sastore
        19: .line 442
            iinc 11 /* c */ 1
      StackMap locals:
      StackMap stack:
        20: iload 11 /* c */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.numDataElements:I
            if_icmplt 18
        end local 11 // int c
        21: .line 441
            iinc 9 /* xstart */ 1
            iload 7 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            iadd
            istore 7 /* xoff */
      StackMap locals:
      StackMap stack:
        22: iload 9 /* xstart */
            iload 3 /* w */
            if_icmplt 16
        23: .line 439
            iinc 10 /* ystart */ 1
            iload 6 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            iadd
            istore 6 /* yoff */
        end local 9 // int xstart
        end local 7 // int xoff
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int short[] int top int top int
      StackMap stack:
        24: iload 10 /* ystart */
            iload 4 /* h */
            if_icmplt 13
        25: .line 448
            aload 5 /* outData */
            areturn
        end local 10 // int ystart
        end local 8 // int off
        end local 6 // int yoff
        end local 5 // short[] outData
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0     this  Lsun/awt/image/ShortComponentRaster;
            0   26     1        x  I
            0   26     2        y  I
            0   26     3        w  I
            0   26     4        h  I
            0   26     5  outData  [S
           10   26     6     yoff  I
           14   24     7     xoff  I
           11   26     8      off  I
           15   24     9   xstart  I
           12   26    10   ystart  I
           17   21    11        c  I
    MethodParameters:
         Name  Flags
      x        
      y        
      w        
      h        
      outData  

  public void setDataElements(int, int, java.lang.Object);
    descriptor: (IILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // java.lang.Object obj
         0: .line 464
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            if_icmplt 2
         1: .line 465
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxX:I
            if_icmpge 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxY:I
            if_icmplt 5
         2: .line 466
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 467
            ldc "Coordinate out of bounds!"
         4: .line 466
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 469
      StackMap locals:
      StackMap stack:
            aload 3 /* obj */
            checkcast short[]
            astore 4 /* inData */
        start local 4 // short[] inData
         6: .line 470
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            imul
         7: .line 471
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            imul
         8: .line 470
            iadd
            istore 5 /* off */
        start local 5 // int off
         9: .line 472
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 13
        11: .line 473
      StackMap locals: short[] int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iload 6 /* i */
            iaload
            iload 5 /* off */
            iadd
            aload 4 /* inData */
            iload 6 /* i */
            saload
            sastore
        12: .line 472
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.numDataElements:I
            if_icmplt 11
        end local 6 // int i
        14: .line 476
            aload 0 /* this */
            invokevirtual sun.awt.image.ShortComponentRaster.markDirty:()V
        15: .line 477
            return
        end local 5 // int off
        end local 4 // short[] inData
        end local 3 // java.lang.Object obj
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lsun/awt/image/ShortComponentRaster;
            0   16     1       x  I
            0   16     2       y  I
            0   16     3     obj  Ljava/lang/Object;
            6   16     4  inData  [S
            9   16     5     off  I
           10   14     6       i  I
    MethodParameters:
      Name  Flags
      x     
      y     
      obj   

  public void setDataElements(int, int, java.awt.image.Raster);
    descriptor: (IILjava/awt/image/Raster;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=4
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // java.awt.image.Raster inRaster
         0: .line 488
            iload 1 /* x */
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinX:()I
            iadd
            istore 4 /* dstOffX */
        start local 4 // int dstOffX
         1: .line 489
            iload 2 /* y */
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinY:()I
            iadd
            istore 5 /* dstOffY */
        start local 5 // int dstOffY
         2: .line 490
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getWidth:()I
            istore 6 /* width */
        start local 6 // int width
         3: .line 491
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getHeight:()I
            istore 7 /* height */
        start local 7 // int height
         4: .line 492
            iload 4 /* dstOffX */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            if_icmplt 6
            iload 5 /* dstOffY */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            if_icmplt 6
         5: .line 493
            iload 4 /* dstOffX */
            iload 6 /* width */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxX:I
            if_icmpgt 6
            iload 5 /* dstOffY */
            iload 7 /* height */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxY:I
            if_icmple 9
         6: .line 494
      StackMap locals: sun.awt.image.ShortComponentRaster int int java.awt.image.Raster int int int int
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         7: .line 495
            ldc "Coordinate out of bounds!"
         8: .line 494
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* dstOffX */
            iload 5 /* dstOffY */
            iload 6 /* width */
            iload 7 /* height */
            aload 3 /* inRaster */
            invokevirtual sun.awt.image.ShortComponentRaster.setDataElements:(IIIILjava/awt/image/Raster;)V
        10: .line 499
            return
        end local 7 // int height
        end local 6 // int width
        end local 5 // int dstOffY
        end local 4 // int dstOffX
        end local 3 // java.awt.image.Raster inRaster
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lsun/awt/image/ShortComponentRaster;
            0   11     1         x  I
            0   11     2         y  I
            0   11     3  inRaster  Ljava/awt/image/Raster;
            1   11     4   dstOffX  I
            2   11     5   dstOffY  I
            3   11     6     width  I
            4   11     7    height  I
    MethodParameters:
          Name  Flags
      x         
      y         
      inRaster  

  private void setDataElements(int, int, int, int, java.awt.image.Raster);
    descriptor: (IIIILjava/awt/image/Raster;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=10, args_size=6
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // int dstX
        start local 2 // int dstY
        start local 3 // int width
        start local 4 // int height
        start local 5 // java.awt.image.Raster inRaster
         0: .line 517
            iload 3 /* width */
            ifle 1
            iload 4 /* height */
            ifgt 2
         1: .line 518
      StackMap locals:
      StackMap stack:
            return
         2: .line 523
      StackMap locals:
      StackMap stack:
            aload 5 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinX:()I
            istore 6 /* srcOffX */
        start local 6 // int srcOffX
         3: .line 524
            aload 5 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinY:()I
            istore 7 /* srcOffY */
        start local 7 // int srcOffY
         4: .line 525
            aconst_null
            astore 8 /* tdata */
        start local 8 // java.lang.Object tdata
         5: .line 531
            iconst_0
            istore 9 /* startY */
        start local 9 // int startY
         6: goto 12
         7: .line 533
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int java.awt.image.Raster int int java.lang.Object int
      StackMap stack:
            aload 5 /* inRaster */
            iload 6 /* srcOffX */
            iload 7 /* srcOffY */
            iload 9 /* startY */
            iadd
         8: .line 534
            iload 3 /* width */
            iconst_1
            aload 8 /* tdata */
         9: .line 533
            invokevirtual java.awt.image.Raster.getDataElements:(IIIILjava/lang/Object;)Ljava/lang/Object;
            astore 8 /* tdata */
        10: .line 535
            aload 0 /* this */
            iload 1 /* dstX */
            iload 2 /* dstY */
            iload 9 /* startY */
            iadd
            iload 3 /* width */
            iconst_1
            aload 8 /* tdata */
            invokevirtual sun.awt.image.ShortComponentRaster.setDataElements:(IIIILjava/lang/Object;)V
        11: .line 531
            iinc 9 /* startY */ 1
      StackMap locals:
      StackMap stack:
        12: iload 9 /* startY */
            iload 4 /* height */
            if_icmplt 7
        end local 9 // int startY
        13: .line 537
            return
        end local 8 // java.lang.Object tdata
        end local 7 // int srcOffY
        end local 6 // int srcOffX
        end local 5 // java.awt.image.Raster inRaster
        end local 4 // int height
        end local 3 // int width
        end local 2 // int dstY
        end local 1 // int dstX
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lsun/awt/image/ShortComponentRaster;
            0   14     1      dstX  I
            0   14     2      dstY  I
            0   14     3     width  I
            0   14     4    height  I
            0   14     5  inRaster  Ljava/awt/image/Raster;
            3   14     6   srcOffX  I
            4   14     7   srcOffY  I
            5   14     8     tdata  Ljava/lang/Object;
            6   13     9    startY  I
    MethodParameters:
          Name  Flags
      dstX      
      dstY      
      width     
      height    
      inRaster  

  public void setDataElements(int, int, int, int, java.lang.Object);
    descriptor: (IIIILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=13, args_size=6
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // java.lang.Object obj
         0: .line 562
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            if_icmplt 2
         1: .line 563
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxY:I
            if_icmple 5
         2: .line 564
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 565
            ldc "Coordinate out of bounds!"
         4: .line 564
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 567
      StackMap locals:
      StackMap stack:
            aload 5 /* obj */
            checkcast short[]
            astore 6 /* inData */
        start local 6 // short[] inData
         6: .line 568
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            imul
         7: .line 569
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            imul
         8: .line 568
            iadd
            istore 7 /* yoff */
        start local 7 // int yoff
         9: .line 571
            iconst_0
            istore 9 /* off */
        start local 9 // int off
        10: .line 575
            iconst_0
            istore 11 /* ystart */
        start local 11 // int ystart
        11: goto 23
        12: .line 576
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int java.lang.Object short[] int top int top int
      StackMap stack:
            iload 7 /* yoff */
            istore 8 /* xoff */
        start local 8 // int xoff
        13: .line 577
            iconst_0
            istore 10 /* xstart */
        start local 10 // int xstart
        14: goto 21
        15: .line 578
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int java.lang.Object short[] int int int int int
      StackMap stack:
            iconst_0
            istore 12 /* c */
        start local 12 // int c
        16: goto 19
        17: .line 579
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iload 12 /* c */
            iaload
            iload 8 /* xoff */
            iadd
            aload 6 /* inData */
            iload 9 /* off */
            iinc 9 /* off */ 1
            saload
            sastore
        18: .line 578
            iinc 12 /* c */ 1
      StackMap locals:
      StackMap stack:
        19: iload 12 /* c */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.numDataElements:I
            if_icmplt 17
        end local 12 // int c
        20: .line 577
            iinc 10 /* xstart */ 1
            iload 8 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            iadd
            istore 8 /* xoff */
      StackMap locals:
      StackMap stack:
        21: iload 10 /* xstart */
            iload 3 /* w */
            if_icmplt 15
        22: .line 575
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
        end local 10 // int xstart
        end local 8 // int xoff
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int java.lang.Object short[] int top int top int
      StackMap stack:
        23: iload 11 /* ystart */
            iload 4 /* h */
            if_icmplt 12
        24: .line 584
            aload 0 /* this */
            invokevirtual sun.awt.image.ShortComponentRaster.markDirty:()V
        25: .line 585
            return
        end local 11 // int ystart
        end local 9 // int off
        end local 7 // int yoff
        end local 6 // short[] inData
        end local 5 // java.lang.Object obj
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lsun/awt/image/ShortComponentRaster;
            0   26     1       x  I
            0   26     2       y  I
            0   26     3       w  I
            0   26     4       h  I
            0   26     5     obj  Ljava/lang/Object;
            6   26     6  inData  [S
            9   26     7    yoff  I
           13   23     8    xoff  I
           10   26     9     off  I
           14   23    10  xstart  I
           11   26    11  ystart  I
           16   20    12       c  I
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     
      obj   

  public void putShortData(int, int, int, int, int, short[]);
    descriptor: (IIIII[S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=7
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // int band
        start local 6 // short[] inData
         0: .line 608
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            if_icmplt 2
         1: .line 609
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxY:I
            if_icmple 5
         2: .line 610
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 611
            ldc "Coordinate out of bounds!"
         4: .line 610
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 613
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            imul
         6: .line 614
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            imul
         7: .line 613
            iadd
         8: .line 614
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iload 5 /* band */
            iaload
         9: .line 613
            iadd
            istore 7 /* yoff */
        start local 7 // int yoff
        10: .line 616
            iconst_0
            istore 9 /* off */
        start local 9 // int off
        11: .line 620
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            iconst_1
            if_icmpne 22
        12: .line 621
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            iload 3 /* w */
            if_icmpne 15
        13: .line 622
            aload 6 /* inData */
            iconst_0
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            iload 7 /* yoff */
            iload 3 /* w */
            iload 4 /* h */
            imul
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 623
            goto 32
        15: .line 625
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int int short[] int top int
      StackMap stack:
            iconst_0
            istore 11 /* ystart */
        start local 11 // int ystart
        16: goto 20
        17: .line 626
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int int short[] int top int top int
      StackMap stack:
            aload 6 /* inData */
            iload 9 /* off */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            iload 7 /* yoff */
            iload 3 /* w */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 627
            iload 9 /* off */
            iload 3 /* w */
            iadd
            istore 9 /* off */
        19: .line 625
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
      StackMap locals:
      StackMap stack:
        20: iload 11 /* ystart */
            iload 4 /* h */
            if_icmplt 17
        end local 11 // int ystart
        21: .line 630
            goto 32
        22: .line 632
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int int short[] int top int
      StackMap stack:
            iconst_0
            istore 11 /* ystart */
        start local 11 // int ystart
        23: goto 31
        24: .line 633
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int int short[] int top int top int
      StackMap stack:
            iload 7 /* yoff */
            istore 8 /* xoff */
        start local 8 // int xoff
        25: .line 634
            iconst_0
            istore 10 /* xstart */
        start local 10 // int xstart
        26: goto 29
        27: .line 635
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int int short[] int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            iload 8 /* xoff */
            aload 6 /* inData */
            iload 9 /* off */
            iinc 9 /* off */ 1
            saload
            sastore
        28: .line 634
            iinc 10 /* xstart */ 1
            iload 8 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            iadd
            istore 8 /* xoff */
      StackMap locals:
      StackMap stack:
        29: iload 10 /* xstart */
            iload 3 /* w */
            if_icmplt 27
        30: .line 632
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
        end local 10 // int xstart
        end local 8 // int xoff
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int int short[] int top int top int
      StackMap stack:
        31: iload 11 /* ystart */
            iload 4 /* h */
            if_icmplt 24
        end local 11 // int ystart
        32: .line 640
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int int short[] int top int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.image.ShortComponentRaster.markDirty:()V
        33: .line 641
            return
        end local 9 // int off
        end local 7 // int yoff
        end local 6 // short[] inData
        end local 5 // int band
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   34     0    this  Lsun/awt/image/ShortComponentRaster;
            0   34     1       x  I
            0   34     2       y  I
            0   34     3       w  I
            0   34     4       h  I
            0   34     5    band  I
            0   34     6  inData  [S
           10   34     7    yoff  I
           25   31     8    xoff  I
           11   34     9     off  I
           26   31    10  xstart  I
           16   21    11  ystart  I
           23   32    11  ystart  I
    MethodParameters:
        Name  Flags
      x       
      y       
      w       
      h       
      band    
      inData  

  public void putShortData(int, int, int, int, short[]);
    descriptor: (IIII[S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=12, args_size=6
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // short[] inData
         0: .line 661
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            if_icmplt 2
         1: .line 662
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.maxY:I
            if_icmple 5
         2: .line 663
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 664
            ldc "Coordinate out of bounds!"
         4: .line 663
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 666
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            imul
         6: .line 667
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            imul
         7: .line 666
            iadd
            istore 6 /* yoff */
        start local 6 // int yoff
         8: .line 669
            iconst_0
            istore 8 /* off */
        start local 8 // int off
         9: .line 673
            iconst_0
            istore 10 /* ystart */
        start local 10 // int ystart
        10: goto 22
        11: .line 674
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int short[] int top int top int
      StackMap stack:
            iload 6 /* yoff */
            istore 7 /* xoff */
        start local 7 // int xoff
        12: .line 675
            iconst_0
            istore 9 /* xstart */
        start local 9 // int xstart
        13: goto 20
        14: .line 676
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int short[] int int int int int
      StackMap stack:
            iconst_0
            istore 11 /* c */
        start local 11 // int c
        15: goto 18
        16: .line 677
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iload 11 /* c */
            iaload
            iload 7 /* xoff */
            iadd
            aload 5 /* inData */
            iload 8 /* off */
            iinc 8 /* off */ 1
            saload
            sastore
        17: .line 676
            iinc 11 /* c */ 1
      StackMap locals:
      StackMap stack:
        18: iload 11 /* c */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.numDataElements:I
            if_icmplt 16
        end local 11 // int c
        19: .line 675
            iinc 9 /* xstart */ 1
            iload 7 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            iadd
            istore 7 /* xoff */
      StackMap locals:
      StackMap stack:
        20: iload 9 /* xstart */
            iload 3 /* w */
            if_icmplt 14
        21: .line 673
            iinc 10 /* ystart */ 1
            iload 6 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            iadd
            istore 6 /* yoff */
        end local 9 // int xstart
        end local 7 // int xoff
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int short[] int top int top int
      StackMap stack:
        22: iload 10 /* ystart */
            iload 4 /* h */
            if_icmplt 11
        23: .line 682
            aload 0 /* this */
            invokevirtual sun.awt.image.ShortComponentRaster.markDirty:()V
        24: .line 683
            return
        end local 10 // int ystart
        end local 8 // int off
        end local 6 // int yoff
        end local 5 // short[] inData
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0    this  Lsun/awt/image/ShortComponentRaster;
            0   25     1       x  I
            0   25     2       y  I
            0   25     3       w  I
            0   25     4       h  I
            0   25     5  inData  [S
            8   25     6    yoff  I
           12   22     7    xoff  I
            9   25     8     off  I
           13   22     9  xstart  I
           10   25    10  ystart  I
           15   19    11       c  I
    MethodParameters:
        Name  Flags
      x       
      y       
      w       
      h       
      inData  

  public java.awt.image.Raster createChild(int, int, int, int, int, int, int[]);
    descriptor: (IIIIII[I)Ljava/awt/image/Raster;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=8
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int width
        start local 4 // int height
        start local 5 // int x0
        start local 6 // int y0
        start local 7 // int[] bandList
         0: .line 707
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
         1: .line 708
            iload 3 /* width */
            iload 4 /* height */
         2: .line 709
            iload 5 /* x0 */
            iload 6 /* y0 */
         3: .line 710
            aload 7 /* bandList */
         4: .line 707
            invokevirtual sun.awt.image.ShortComponentRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
            astore 8 /* newRaster */
        start local 8 // java.awt.image.WritableRaster newRaster
         5: .line 711
            aload 8 /* newRaster */
            areturn
        end local 8 // java.awt.image.WritableRaster newRaster
        end local 7 // int[] bandList
        end local 6 // int y0
        end local 5 // int x0
        end local 4 // int height
        end local 3 // int width
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lsun/awt/image/ShortComponentRaster;
            0    6     1          x  I
            0    6     2          y  I
            0    6     3      width  I
            0    6     4     height  I
            0    6     5         x0  I
            0    6     6         y0  I
            0    6     7   bandList  [I
            5    6     8  newRaster  Ljava/awt/image/WritableRaster;
    MethodParameters:
          Name  Flags
      x         
      y         
      width     
      height    
      x0        
      y0        
      bandList  

  public java.awt.image.WritableRaster createWritableChild(int, int, int, int, int, int, int[]);
    descriptor: (IIIIII[I)Ljava/awt/image/WritableRaster;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=11, args_size=8
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int width
        start local 4 // int height
        start local 5 // int x0
        start local 6 // int y0
        start local 7 // int[] bandList
         0: .line 737
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            if_icmpge 2
         1: .line 738
            new java.awt.image.RasterFormatException
            dup
            ldc "x lies outside the raster"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 740
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            if_icmpge 4
         3: .line 741
            new java.awt.image.RasterFormatException
            dup
            ldc "y lies outside the raster"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 743
      StackMap locals:
      StackMap stack:
            iload 1 /* x */
            iload 3 /* width */
            iadd
            iload 1 /* x */
            if_icmplt 5
            iload 1 /* x */
            iload 3 /* width */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.width:I
            iadd
            if_icmple 6
         5: .line 744
      StackMap locals:
      StackMap stack:
            new java.awt.image.RasterFormatException
            dup
            ldc "(x + width) is outside of Raster"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 746
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            iload 4 /* height */
            iadd
            iload 2 /* y */
            if_icmplt 7
            iload 2 /* y */
            iload 4 /* height */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.height:I
            iadd
            if_icmple 8
         7: .line 747
      StackMap locals:
      StackMap stack:
            new java.awt.image.RasterFormatException
            dup
            ldc "(y + height) is outside of Raster"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 752
      StackMap locals:
      StackMap stack:
            aload 7 /* bandList */
            ifnull 11
         9: .line 753
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.sampleModel:Ljava/awt/image/SampleModel;
            aload 7 /* bandList */
            invokevirtual java.awt.image.SampleModel.createSubsetSampleModel:([I)Ljava/awt/image/SampleModel;
            astore 8 /* sm */
        start local 8 // java.awt.image.SampleModel sm
        10: goto 12
        end local 8 // java.awt.image.SampleModel sm
        11: .line 755
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.sampleModel:Ljava/awt/image/SampleModel;
            astore 8 /* sm */
        start local 8 // java.awt.image.SampleModel sm
        12: .line 757
      StackMap locals: java.awt.image.SampleModel
      StackMap stack:
            iload 5 /* x0 */
            iload 1 /* x */
            isub
            istore 9 /* deltaX */
        start local 9 // int deltaX
        13: .line 758
            iload 6 /* y0 */
            iload 2 /* y */
            isub
            istore 10 /* deltaY */
        start local 10 // int deltaY
        14: .line 760
            new sun.awt.image.ShortComponentRaster
            dup
            aload 8 /* sm */
        15: .line 761
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataBuffer:Ljava/awt/image/DataBuffer;
        16: .line 762
            new java.awt.Rectangle
            dup
            iload 5 /* x0 */
            iload 6 /* y0 */
            iload 3 /* width */
            iload 4 /* height */
            invokespecial java.awt.Rectangle.<init>:(IIII)V
        17: .line 763
            new java.awt.Point
            dup
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.sampleModelTranslateX:I
            iload 9 /* deltaX */
            iadd
        18: .line 764
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.sampleModelTranslateY:I
            iload 10 /* deltaY */
            iadd
        19: .line 763
            invokespecial java.awt.Point.<init>:(II)V
        20: .line 765
            aload 0 /* this */
        21: .line 760
            invokespecial sun.awt.image.ShortComponentRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/ShortComponentRaster;)V
            areturn
        end local 10 // int deltaY
        end local 9 // int deltaX
        end local 8 // java.awt.image.SampleModel sm
        end local 7 // int[] bandList
        end local 6 // int y0
        end local 5 // int x0
        end local 4 // int height
        end local 3 // int width
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lsun/awt/image/ShortComponentRaster;
            0   22     1         x  I
            0   22     2         y  I
            0   22     3     width  I
            0   22     4    height  I
            0   22     5        x0  I
            0   22     6        y0  I
            0   22     7  bandList  [I
           10   11     8        sm  Ljava/awt/image/SampleModel;
           12   22     8        sm  Ljava/awt/image/SampleModel;
           13   22     9    deltaX  I
           14   22    10    deltaY  I
    MethodParameters:
          Name  Flags
      x         
      y         
      width     
      height    
      x0        
      y0        
      bandList  

  public java.awt.image.WritableRaster createCompatibleWritableRaster(int, int);
    descriptor: (II)Ljava/awt/image/WritableRaster;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // sun.awt.image.ShortComponentRaster this
        start local 1 // int w
        start local 2 // int h
         0: .line 773
            iload 1 /* w */
            ifle 1
            iload 2 /* h */
            ifgt 6
         1: .line 774
      StackMap locals:
      StackMap stack:
            new java.awt.image.RasterFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "negative "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         2: .line 775
            iload 1 /* w */
            ifgt 3
            ldc "width"
            goto 4
      StackMap locals: sun.awt.image.ShortComponentRaster int int
      StackMap stack: new 1 new 1 java.lang.StringBuilder
         3: ldc "height"
      StackMap locals: sun.awt.image.ShortComponentRaster int int
      StackMap stack: new 1 new 1 java.lang.StringBuilder java.lang.String
         4: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 774
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 778
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.sampleModel:Ljava/awt/image/SampleModel;
            iload 1 /* w */
            iload 2 /* h */
            invokevirtual java.awt.image.SampleModel.createCompatibleSampleModel:(II)Ljava/awt/image/SampleModel;
            astore 3 /* sm */
        start local 3 // java.awt.image.SampleModel sm
         7: .line 780
            new sun.awt.image.ShortComponentRaster
            dup
            aload 3 /* sm */
            new java.awt.Point
            dup
            iconst_0
            iconst_0
            invokespecial java.awt.Point.<init>:(II)V
            invokespecial sun.awt.image.ShortComponentRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/Point;)V
            areturn
        end local 3 // java.awt.image.SampleModel sm
        end local 2 // int h
        end local 1 // int w
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/awt/image/ShortComponentRaster;
            0    8     1     w  I
            0    8     2     h  I
            7    8     3    sm  Ljava/awt/image/SampleModel;
    MethodParameters:
      Name  Flags
      w     
      h     

  public java.awt.image.WritableRaster createCompatibleWritableRaster();
    descriptor: ()Ljava/awt/image/WritableRaster;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.image.ShortComponentRaster this
         0: .line 790
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.width:I
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.height:I
            invokevirtual sun.awt.image.ShortComponentRaster.createCompatibleWritableRaster:(II)Ljava/awt/image/WritableRaster;
            areturn
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/ShortComponentRaster;

  protected final void verify();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // sun.awt.image.ShortComponentRaster this
         0: .line 808
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.width:I
            ifle 2
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.height:I
            ifle 2
         1: .line 809
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.height:I
            ldc 2147483647
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.width:I
            idiv
            if_icmple 3
         2: .line 811
      StackMap locals:
      StackMap stack:
            new java.awt.image.RasterFormatException
            dup
            ldc "Invalid raster dimension"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 814
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         4: goto 11
         5: .line 815
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iload 1 /* i */
            iaload
            ifge 10
         6: .line 816
            new java.awt.image.RasterFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Data offsets for band "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         7: .line 817
            ldc "("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iload 1 /* i */
            iaload
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         8: .line 818
            ldc ") must be >= 0"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 816
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 814
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 1 /* i */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            arraylength
            if_icmplt 5
        end local 1 // int i
        12: .line 822
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            i2l
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.sampleModelTranslateX:I
            i2l
            lsub
            lconst_0
            lcmp
            iflt 14
        13: .line 823
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            i2l
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.sampleModelTranslateY:I
            i2l
            lsub
            lconst_0
            lcmp
            ifge 18
        14: .line 825
      StackMap locals:
      StackMap stack:
            new java.awt.image.RasterFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Incorrect origin/translate: ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        15: .line 826
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minX:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ") / ("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        16: .line 827
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.sampleModelTranslateX:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.sampleModelTranslateY: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;
        17: .line 825
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 831
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            iflt 20
        19: .line 832
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            ldc 2147483647
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.height:I
            idiv
            if_icmple 23
        20: .line 835
      StackMap locals:
      StackMap stack:
            new java.awt.image.RasterFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Incorrect scanline stride: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        21: .line 836
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        22: .line 835
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        23: .line 839
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.height:I
            iconst_1
            if_icmpgt 24
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.minY:I
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.sampleModelTranslateY:I
            isub
            ifle 28
        24: .line 841
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            arraylength
            if_icmple 28
        25: .line 842
            new java.awt.image.RasterFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Incorrect scanline stride: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        26: .line 843
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        27: .line 842
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        28: .line 847
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.height:I
            iconst_1
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.scanlineStride:I
            imul
            istore 1 /* lastScanOffset */
        start local 1 // int lastScanOffset
        29: .line 849
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            iflt 32
        30: .line 850
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            ldc 2147483647
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.width:I
            idiv
            if_icmpgt 32
        31: .line 851
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            arraylength
            if_icmple 35
        32: .line 854
      StackMap locals: int
      StackMap stack:
            new java.awt.image.RasterFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Incorrect pixel stride: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        33: .line 855
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        34: .line 854
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        35: .line 857
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.width:I
            iconst_1
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.pixelStride:I
            imul
            istore 2 /* lastPixelOffset */
        start local 2 // int lastPixelOffset
        36: .line 859
            iload 2 /* lastPixelOffset */
            ldc 2147483647
            iload 1 /* lastScanOffset */
            isub
            if_icmple 38
        37: .line 861
            new java.awt.image.RasterFormatException
            dup
            ldc "Incorrect raster attributes"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        38: .line 863
      StackMap locals: int
      StackMap stack:
            iload 2 /* lastPixelOffset */
            iload 1 /* lastScanOffset */
            iadd
            istore 2 /* lastPixelOffset */
        39: .line 866
            iconst_0
            istore 4 /* maxIndex */
        start local 4 // int maxIndex
        40: .line 867
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        41: goto 50
        42: .line 868
      StackMap locals: sun.awt.image.ShortComponentRaster int int top int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iload 5 /* i */
            iaload
            ldc 2147483647
            iload 2 /* lastPixelOffset */
            isub
            if_icmple 46
        43: .line 869
            new java.awt.image.RasterFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Incorrect band offset: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        44: .line 870
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iload 5 /* i */
            iaload
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        45: .line 869
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        46: .line 873
      StackMap locals:
      StackMap stack:
            iload 2 /* lastPixelOffset */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.dataOffsets:[I
            iload 5 /* i */
            iaload
            iadd
            istore 3 /* index */
        start local 3 // int index
        47: .line 875
            iload 3 /* index */
            iload 4 /* maxIndex */
            if_icmple 49
        48: .line 876
            iload 3 /* index */
            istore 4 /* maxIndex */
        49: .line 867
      StackMap locals: sun.awt.image.ShortComponentRaster int int int int int
      StackMap stack:
            iinc 5 /* i */ 1
        end local 3 // int index
      StackMap locals: sun.awt.image.ShortComponentRaster int int top int int
      StackMap stack:
        50: iload 5 /* i */
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.numDataElements:I
            if_icmplt 42
        end local 5 // int i
        51: .line 879
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.data:[S
            arraylength
            iload 4 /* maxIndex */
            if_icmpgt 55
        52: .line 880
            new java.awt.image.RasterFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Data array too small (should be > "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        53: .line 881
            iload 4 /* maxIndex */
            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;
        54: .line 880
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        55: .line 883
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int maxIndex
        end local 2 // int lastPixelOffset
        end local 1 // int lastScanOffset
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   56     0             this  Lsun/awt/image/ShortComponentRaster;
            4   12     1                i  I
           29   56     1   lastScanOffset  I
           36   56     2  lastPixelOffset  I
           47   50     3            index  I
           40   56     4         maxIndex  I
           41   51     5                i  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.awt.image.ShortComponentRaster this
         0: .line 886
            new java.lang.String
            dup
            new java.lang.StringBuilder
            dup
            ldc "ShortComponentRaster: width = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.width:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         1: .line 887
            ldc " height = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.height:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 888
            ldc " #numDataElements "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.image.ShortComponentRaster.numDataElements:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 886
            invokespecial java.lang.String.<init>:(Ljava/lang/String;)V
            areturn
        end local 0 // sun.awt.image.ShortComponentRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/awt/image/ShortComponentRaster;
}
SourceFile: "ShortComponentRaster.java"