public class sun.awt.image.ShortInterleavedRaster extends sun.awt.image.ShortComponentRaster
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.awt.image.ShortInterleavedRaster
  super_class: sun.awt.image.ShortComponentRaster
{
  private int maxX;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  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.ShortInterleavedRaster this
        start local 1 // java.awt.image.SampleModel sampleModel
        start local 2 // java.awt.Point origin
         0: .line 73
            aload 0 /* this */
            aload 1 /* sampleModel */
         1: .line 74
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.createDataBuffer:()Ljava/awt/image/DataBuffer;
         2: .line 75
            new java.awt.Rectangle
            dup
            aload 2 /* origin */
            getfield java.awt.Point.x:I
         3: .line 76
            aload 2 /* origin */
            getfield java.awt.Point.y:I
         4: .line 77
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.getWidth:()I
         5: .line 78
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.getHeight:()I
         6: .line 75
            invokespecial java.awt.Rectangle.<init>:(IIII)V
         7: .line 79
            aload 2 /* origin */
         8: .line 80
            aconst_null
            invokespecial sun.awt.image.ShortInterleavedRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/ShortInterleavedRaster;)V
         9: .line 81
            return
        end local 2 // java.awt.Point origin
        end local 1 // java.awt.image.SampleModel sampleModel
        end local 0 // sun.awt.image.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster 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 97
            aload 0 /* this */
            aload 1 /* sampleModel */
         1: .line 98
            aload 2 /* dataBuffer */
         2: .line 99
            new java.awt.Rectangle
            dup
            aload 3 /* origin */
            getfield java.awt.Point.x:I
         3: .line 100
            aload 3 /* origin */
            getfield java.awt.Point.y:I
         4: .line 101
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.getWidth:()I
         5: .line 102
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.getHeight:()I
         6: .line 99
            invokespecial java.awt.Rectangle.<init>:(IIII)V
         7: .line 103
            aload 3 /* origin */
         8: .line 104
            aconst_null
            invokespecial sun.awt.image.ShortInterleavedRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/ShortInterleavedRaster;)V
         9: .line 105
            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.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster);
    descriptor: (Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/ShortInterleavedRaster;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=6
        start local 0 // sun.awt.image.ShortInterleavedRaster 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.ShortInterleavedRaster parent
         0: .line 131
            aload 0 /* this */
            aload 1 /* sampleModel */
            aload 2 /* dataBuffer */
            aload 3 /* aRegion */
            aload 4 /* origin */
            aload 5 /* parent */
            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
         1: .line 132
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.width:I
            iadd
            putfield sun.awt.image.ShortInterleavedRaster.maxX:I
         2: .line 133
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.height:I
            iadd
            putfield sun.awt.image.ShortInterleavedRaster.maxY:I
         3: .line 135
            aload 2 /* dataBuffer */
            instanceof java.awt.image.DataBufferUShort
            ifne 5
         4: .line 136
            new java.awt.image.RasterFormatException
            dup
            ldc "ShortInterleavedRasters must have ushort DataBuffers"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 140
      StackMap locals: sun.awt.image.ShortInterleavedRaster java.awt.image.SampleModel java.awt.image.DataBuffer java.awt.Rectangle java.awt.Point sun.awt.image.ShortInterleavedRaster
      StackMap stack:
            aload 2 /* dataBuffer */
            checkcast java.awt.image.DataBufferUShort
            astore 6 /* dbus */
        start local 6 // java.awt.image.DataBufferUShort dbus
         6: .line 141
            aload 0 /* this */
            aload 6 /* dbus */
            iconst_0
            invokestatic sun.awt.image.ShortInterleavedRaster.stealData:(Ljava/awt/image/DataBufferUShort;I)[S
            putfield sun.awt.image.ShortInterleavedRaster.data:[S
         7: .line 144
            aload 1 /* sampleModel */
            instanceof java.awt.image.PixelInterleavedSampleModel
            ifne 10
         8: .line 145
            aload 1 /* sampleModel */
            instanceof java.awt.image.ComponentSampleModel
            ifeq 22
         9: .line 146
            aload 1 /* sampleModel */
            invokevirtual java.awt.image.SampleModel.getNumBands:()I
            iconst_1
            if_icmpne 22
        10: .line 147
      StackMap locals: java.awt.image.DataBufferUShort
      StackMap stack:
            aload 1 /* sampleModel */
            checkcast java.awt.image.ComponentSampleModel
            astore 7 /* csm */
        start local 7 // java.awt.image.ComponentSampleModel csm
        11: .line 149
            aload 0 /* this */
            aload 7 /* csm */
            invokevirtual java.awt.image.ComponentSampleModel.getScanlineStride:()I
            putfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
        12: .line 150
            aload 0 /* this */
            aload 7 /* csm */
            invokevirtual java.awt.image.ComponentSampleModel.getPixelStride:()I
            putfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
        13: .line 151
            aload 0 /* this */
            aload 7 /* csm */
            invokevirtual java.awt.image.ComponentSampleModel.getBandOffsets:()[I
            putfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
        14: .line 152
            aload 3 /* aRegion */
            getfield java.awt.Rectangle.x:I
            aload 4 /* origin */
            getfield java.awt.Point.x:I
            isub
            istore 8 /* xOffset */
        start local 8 // int xOffset
        15: .line 153
            aload 3 /* aRegion */
            getfield java.awt.Rectangle.y:I
            aload 4 /* origin */
            getfield java.awt.Point.y:I
            isub
            istore 9 /* yOffset */
        start local 9 // int yOffset
        16: .line 154
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        17: goto 20
        18: .line 155
      StackMap locals: sun.awt.image.ShortInterleavedRaster java.awt.image.SampleModel java.awt.image.DataBuffer java.awt.Rectangle java.awt.Point sun.awt.image.ShortInterleavedRaster java.awt.image.DataBufferUShort java.awt.image.ComponentSampleModel int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
            iload 10 /* i */
            dup2
            iaload
            iload 8 /* xOffset */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            imul
            iload 9 /* yOffset */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            imul
            iadd
            iadd
            iastore
        19: .line 154
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 10 /* i */
            aload 0 /* this */
            invokevirtual sun.awt.image.ShortInterleavedRaster.getNumDataElements:()I
            if_icmplt 18
        end local 10 // int i
        end local 9 // int yOffset
        end local 8 // int xOffset
        end local 7 // java.awt.image.ComponentSampleModel csm
        21: .line 157
            goto 36
      StackMap locals: sun.awt.image.ShortInterleavedRaster java.awt.image.SampleModel java.awt.image.DataBuffer java.awt.Rectangle java.awt.Point sun.awt.image.ShortInterleavedRaster java.awt.image.DataBufferUShort
      StackMap stack:
        22: aload 1 /* sampleModel */
            instanceof java.awt.image.SinglePixelPackedSampleModel
            ifeq 33
        23: .line 159
            aload 1 /* sampleModel */
            checkcast java.awt.image.SinglePixelPackedSampleModel
        24: .line 158
            astore 7 /* sppsm */
        start local 7 // java.awt.image.SinglePixelPackedSampleModel sppsm
        25: .line 160
            aload 0 /* this */
            aload 7 /* sppsm */
            invokevirtual java.awt.image.SinglePixelPackedSampleModel.getScanlineStride:()I
            putfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
        26: .line 161
            aload 0 /* this */
            iconst_1
            putfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
        27: .line 162
            aload 0 /* this */
            iconst_1
            newarray 10
            putfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
        28: .line 163
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
            iconst_0
            aload 6 /* dbus */
            invokevirtual java.awt.image.DataBufferUShort.getOffset:()I
            iastore
        29: .line 164
            aload 3 /* aRegion */
            getfield java.awt.Rectangle.x:I
            aload 4 /* origin */
            getfield java.awt.Point.x:I
            isub
            istore 8 /* xOffset */
        start local 8 // int xOffset
        30: .line 165
            aload 3 /* aRegion */
            getfield java.awt.Rectangle.y:I
            aload 4 /* origin */
            getfield java.awt.Point.y:I
            isub
            istore 9 /* yOffset */
        start local 9 // int yOffset
        31: .line 166
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
            iconst_0
            dup2
            iaload
            iload 8 /* xOffset */
            iload 9 /* yOffset */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            imul
            iadd
            iadd
            iastore
        end local 9 // int yOffset
        end local 8 // int xOffset
        end local 7 // java.awt.image.SinglePixelPackedSampleModel sppsm
        32: .line 167
            goto 36
        33: .line 168
      StackMap locals:
      StackMap stack:
            new java.awt.image.RasterFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "ShortInterleavedRasters must have PixelInterleavedSampleModel, SinglePixelPackedSampleModel or 1 band ComponentSampleModel.  Sample model is "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        34: .line 171
            aload 1 /* sampleModel */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        35: .line 168
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        36: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
            iconst_0
            iaload
            putfield sun.awt.image.ShortInterleavedRaster.bandOffset:I
        37: .line 174
            aload 0 /* this */
            invokevirtual sun.awt.image.ShortInterleavedRaster.verify:()V
        38: .line 175
            return
        end local 6 // java.awt.image.DataBufferUShort dbus
        end local 5 // sun.awt.image.ShortInterleavedRaster 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.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   39     0         this  Lsun/awt/image/ShortInterleavedRaster;
            0   39     1  sampleModel  Ljava/awt/image/SampleModel;
            0   39     2   dataBuffer  Ljava/awt/image/DataBuffer;
            0   39     3      aRegion  Ljava/awt/Rectangle;
            0   39     4       origin  Ljava/awt/Point;
            0   39     5       parent  Lsun/awt/image/ShortInterleavedRaster;
            6   39     6         dbus  Ljava/awt/image/DataBufferUShort;
           11   21     7          csm  Ljava/awt/image/ComponentSampleModel;
           15   21     8      xOffset  I
           16   21     9      yOffset  I
           17   21    10            i  I
           25   32     7        sppsm  Ljava/awt/image/SinglePixelPackedSampleModel;
           30   32     8      xOffset  I
           31   32     9      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.ShortInterleavedRaster this
         0: .line 183
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
            invokevirtual int[].clone:()Ljava/lang/Object;
            checkcast int[]
            areturn
        end local 0 // sun.awt.image.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/ShortInterleavedRaster;

  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.ShortInterleavedRaster this
        start local 1 // int band
         0: .line 193
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
            iload 1 /* band */
            iaload
            ireturn
        end local 1 // int band
        end local 0 // sun.awt.image.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster this
         0: .line 201
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            ireturn
        end local 0 // sun.awt.image.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/ShortInterleavedRaster;

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

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

  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.ShortInterleavedRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // java.lang.Object obj
         0: .line 236
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            if_icmplt 2
         1: .line 237
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxX:I
            if_icmpge 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxY:I
            if_icmplt 5
         2: .line 238
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 239
            ldc "Coordinate out of bounds!"
         4: .line 238
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 242
      StackMap locals:
      StackMap stack:
            aload 3 /* obj */
            ifnonnull 8
         6: .line 243
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.numDataElements:I
            newarray 9
            astore 4 /* outData */
        start local 4 // short[] outData
         7: .line 244
            goto 9
        end local 4 // short[] outData
         8: .line 245
      StackMap locals:
      StackMap stack:
            aload 3 /* obj */
            checkcast short[]
            astore 4 /* outData */
        start local 4 // short[] outData
         9: .line 247
      StackMap locals: short[]
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            imul
        10: .line 248
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            imul
        11: .line 247
            iadd
            istore 5 /* off */
        start local 5 // int off
        12: .line 250
            iconst_0
            istore 6 /* band */
        start local 6 // int band
        13: goto 16
        14: .line 251
      StackMap locals: int int
      StackMap stack:
            aload 4 /* outData */
            iload 6 /* band */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.data:[S
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
            iload 6 /* band */
            iaload
            iload 5 /* off */
            iadd
            saload
            sastore
        15: .line 250
            iinc 6 /* band */ 1
      StackMap locals:
      StackMap stack:
        16: iload 6 /* band */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.numDataElements:I
            if_icmplt 14
        end local 6 // int band
        17: .line 254
            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.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   18     0     this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster 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 284
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            if_icmplt 2
         1: .line 285
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxY:I
            if_icmple 5
         2: .line 286
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 287
            ldc "Coordinate out of bounds!"
         4: .line 286
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 290
      StackMap locals:
      StackMap stack:
            aload 5 /* obj */
            ifnonnull 8
         6: .line 291
            iload 3 /* w */
            iload 4 /* h */
            imul
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.numDataElements:I
            imul
            newarray 9
            astore 6 /* outData */
        start local 6 // short[] outData
         7: .line 292
            goto 9
        end local 6 // short[] outData
         8: .line 293
      StackMap locals:
      StackMap stack:
            aload 5 /* obj */
            checkcast short[]
            astore 6 /* outData */
        start local 6 // short[] outData
         9: .line 295
      StackMap locals: short[]
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            imul
        10: .line 296
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            imul
        11: .line 295
            iadd
            istore 7 /* yoff */
        start local 7 // int yoff
        12: .line 299
            iconst_0
            istore 9 /* off */
        start local 9 // int off
        13: .line 303
            iconst_0
            istore 11 /* ystart */
        start local 11 // int ystart
        14: goto 26
        15: .line 304
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 305
            iconst_0
            istore 10 /* xstart */
        start local 10 // int xstart
        17: goto 24
        18: .line 306
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 307
      StackMap locals: int
      StackMap stack:
            aload 6 /* outData */
            iload 9 /* off */
            iinc 9 /* off */ 1
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.data:[S
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
            iload 12 /* c */
            iaload
            iload 8 /* xoff */
            iadd
            saload
            sastore
        21: .line 306
            iinc 12 /* c */ 1
      StackMap locals:
      StackMap stack:
        22: iload 12 /* c */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.numDataElements:I
            if_icmplt 20
        end local 12 // int c
        23: .line 305
            iinc 10 /* xstart */ 1
            iload 8 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            iadd
            istore 8 /* xoff */
      StackMap locals:
      StackMap stack:
        24: iload 10 /* xstart */
            iload 3 /* w */
            if_icmplt 18
        25: .line 303
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
        end local 10 // int xstart
        end local 8 // int xoff
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 312
            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.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   28     0     this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster 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 337
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            if_icmplt 2
         1: .line 338
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxY:I
            if_icmple 5
         2: .line 339
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 340
            ldc "Coordinate out of bounds!"
         4: .line 339
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 342
      StackMap locals:
      StackMap stack:
            aload 6 /* outData */
            ifnonnull 7
         6: .line 343
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.numDataElements:I
            iload 3 /* w */
            imul
            iload 4 /* h */
            imul
            newarray 9
            astore 6 /* outData */
         7: .line 345
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            imul
         8: .line 346
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            imul
         9: .line 345
            iadd
        10: .line 346
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
            iload 5 /* band */
            iaload
        11: .line 345
            iadd
            istore 7 /* yoff */
        start local 7 // int yoff
        12: .line 348
            iconst_0
            istore 9 /* off */
        start local 9 // int off
        13: .line 352
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            iconst_1
            if_icmpne 24
        14: .line 353
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            iload 3 /* w */
            if_icmpne 17
        15: .line 354
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.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 355
            goto 34
        17: .line 357
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 358
      StackMap locals: sun.awt.image.ShortInterleavedRaster int int int int int short[] int top int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.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 359
            iload 9 /* off */
            iload 3 /* w */
            iadd
            istore 9 /* off */
        21: .line 357
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.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 362
            goto 34
        24: .line 364
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 365
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 366
            iconst_0
            istore 10 /* xstart */
        start local 10 // int xstart
        28: goto 31
        29: .line 367
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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.ShortInterleavedRaster.data:[S
            iload 8 /* xoff */
            saload
            sastore
        30: .line 366
            iinc 10 /* xstart */ 1
            iload 8 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            iadd
            istore 8 /* xoff */
      StackMap locals:
      StackMap stack:
        31: iload 10 /* xstart */
            iload 3 /* w */
            if_icmplt 29
        32: .line 364
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
        end local 10 // int xstart
        end local 8 // int xoff
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 372
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   35     0     this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster 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 397
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            if_icmplt 2
         1: .line 398
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxY:I
            if_icmple 5
         2: .line 399
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 400
            ldc "Coordinate out of bounds!"
         4: .line 399
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 402
      StackMap locals:
      StackMap stack:
            aload 5 /* outData */
            ifnonnull 7
         6: .line 403
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.numDataElements:I
            iload 3 /* w */
            imul
            iload 4 /* h */
            imul
            newarray 9
            astore 5 /* outData */
         7: .line 405
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            imul
         8: .line 406
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            imul
         9: .line 405
            iadd
            istore 6 /* yoff */
        start local 6 // int yoff
        10: .line 408
            iconst_0
            istore 8 /* off */
        start local 8 // int off
        11: .line 412
            iconst_0
            istore 10 /* ystart */
        start local 10 // int ystart
        12: goto 24
        13: .line 413
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 414
            iconst_0
            istore 9 /* xstart */
        start local 9 // int xstart
        15: goto 22
        16: .line 415
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 416
      StackMap locals: int
      StackMap stack:
            aload 5 /* outData */
            iload 8 /* off */
            iinc 8 /* off */ 1
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.data:[S
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
            iload 11 /* c */
            iaload
            iload 7 /* xoff */
            iadd
            saload
            sastore
        19: .line 415
            iinc 11 /* c */ 1
      StackMap locals:
      StackMap stack:
        20: iload 11 /* c */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.numDataElements:I
            if_icmplt 18
        end local 11 // int c
        21: .line 414
            iinc 9 /* xstart */ 1
            iload 7 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            iadd
            istore 7 /* xoff */
      StackMap locals:
      StackMap stack:
        22: iload 9 /* xstart */
            iload 3 /* w */
            if_icmplt 16
        23: .line 412
            iinc 10 /* ystart */ 1
            iload 6 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            iadd
            istore 6 /* yoff */
        end local 9 // int xstart
        end local 7 // int xoff
      StackMap locals: sun.awt.image.ShortInterleavedRaster int int int int short[] int top int top int
      StackMap stack:
        24: iload 10 /* ystart */
            iload 4 /* h */
            if_icmplt 13
        25: .line 421
            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.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0     this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // java.lang.Object obj
         0: .line 437
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            if_icmplt 2
         1: .line 438
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxX:I
            if_icmpge 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxY:I
            if_icmplt 5
         2: .line 439
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 440
            ldc "Coordinate out of bounds!"
         4: .line 439
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 442
      StackMap locals:
      StackMap stack:
            aload 3 /* obj */
            checkcast short[]
            astore 4 /* inData */
        start local 4 // short[] inData
         6: .line 443
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            imul
         7: .line 444
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            imul
         8: .line 443
            iadd
            istore 5 /* off */
        start local 5 // int off
         9: .line 445
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 13
        11: .line 446
      StackMap locals: short[] int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.data:[S
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
            iload 6 /* i */
            iaload
            iload 5 /* off */
            iadd
            aload 4 /* inData */
            iload 6 /* i */
            saload
            sastore
        12: .line 445
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.numDataElements:I
            if_icmplt 11
        end local 6 // int i
        14: .line 448
            aload 0 /* this */
            invokevirtual sun.awt.image.ShortInterleavedRaster.markDirty:()V
        15: .line 449
            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.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // java.awt.image.Raster inRaster
         0: .line 460
            iload 1 /* x */
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinX:()I
            iadd
            istore 4 /* dstOffX */
        start local 4 // int dstOffX
         1: .line 461
            iload 2 /* y */
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinY:()I
            iadd
            istore 5 /* dstOffY */
        start local 5 // int dstOffY
         2: .line 462
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getWidth:()I
            istore 6 /* width */
        start local 6 // int width
         3: .line 463
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getHeight:()I
            istore 7 /* height */
        start local 7 // int height
         4: .line 464
            iload 4 /* dstOffX */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            if_icmplt 6
            iload 5 /* dstOffY */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            if_icmplt 6
         5: .line 465
            iload 4 /* dstOffX */
            iload 6 /* width */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxX:I
            if_icmpgt 6
            iload 5 /* dstOffY */
            iload 7 /* height */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxY:I
            if_icmple 9
         6: .line 466
      StackMap locals: sun.awt.image.ShortInterleavedRaster int int java.awt.image.Raster int int int int
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         7: .line 467
            ldc "Coordinate out of bounds!"
         8: .line 466
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 470
      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.ShortInterleavedRaster.setDataElements:(IIIILjava/awt/image/Raster;)V
        10: .line 471
            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.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster 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 489
            iload 3 /* width */
            ifle 1
            iload 4 /* height */
            ifgt 2
         1: .line 490
      StackMap locals:
      StackMap stack:
            return
         2: .line 495
      StackMap locals:
      StackMap stack:
            aload 5 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinX:()I
            istore 6 /* srcOffX */
        start local 6 // int srcOffX
         3: .line 496
            aload 5 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinY:()I
            istore 7 /* srcOffY */
        start local 7 // int srcOffY
         4: .line 497
            aconst_null
            astore 8 /* tdata */
        start local 8 // java.lang.Object tdata
         5: .line 503
            iconst_0
            istore 9 /* startY */
        start local 9 // int startY
         6: goto 12
         7: .line 505
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 506
            iload 3 /* width */
            iconst_1
            aload 8 /* tdata */
         9: .line 505
            invokevirtual java.awt.image.Raster.getDataElements:(IIIILjava/lang/Object;)Ljava/lang/Object;
            astore 8 /* tdata */
        10: .line 507
            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.ShortInterleavedRaster.setDataElements:(IIIILjava/lang/Object;)V
        11: .line 503
            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 509
            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.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster 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 534
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            if_icmplt 2
         1: .line 535
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxY:I
            if_icmple 5
         2: .line 536
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 537
            ldc "Coordinate out of bounds!"
         4: .line 536
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 539
      StackMap locals:
      StackMap stack:
            aload 5 /* obj */
            checkcast short[]
            astore 6 /* inData */
        start local 6 // short[] inData
         6: .line 540
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            imul
         7: .line 541
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            imul
         8: .line 540
            iadd
            istore 7 /* yoff */
        start local 7 // int yoff
         9: .line 543
            iconst_0
            istore 9 /* off */
        start local 9 // int off
        10: .line 547
            iconst_0
            istore 11 /* ystart */
        start local 11 // int ystart
        11: goto 23
        12: .line 548
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 549
            iconst_0
            istore 10 /* xstart */
        start local 10 // int xstart
        14: goto 21
        15: .line 550
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 551
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.data:[S
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
            iload 12 /* c */
            iaload
            iload 8 /* xoff */
            iadd
            aload 6 /* inData */
            iload 9 /* off */
            iinc 9 /* off */ 1
            saload
            sastore
        18: .line 550
            iinc 12 /* c */ 1
      StackMap locals:
      StackMap stack:
        19: iload 12 /* c */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.numDataElements:I
            if_icmplt 17
        end local 12 // int c
        20: .line 549
            iinc 10 /* xstart */ 1
            iload 8 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            iadd
            istore 8 /* xoff */
      StackMap locals:
      StackMap stack:
        21: iload 10 /* xstart */
            iload 3 /* w */
            if_icmplt 15
        22: .line 547
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
        end local 10 // int xstart
        end local 8 // int xoff
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 556
            aload 0 /* this */
            invokevirtual sun.awt.image.ShortInterleavedRaster.markDirty:()V
        25: .line 557
            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.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster 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 580
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            if_icmplt 2
         1: .line 581
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxY:I
            if_icmple 5
         2: .line 582
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 583
            ldc "Coordinate out of bounds!"
         4: .line 582
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 585
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            imul
         6: .line 586
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            imul
         7: .line 585
            iadd
         8: .line 586
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
            iload 5 /* band */
            iaload
         9: .line 585
            iadd
            istore 7 /* yoff */
        start local 7 // int yoff
        10: .line 588
            iconst_0
            istore 9 /* off */
        start local 9 // int off
        11: .line 592
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            iconst_1
            if_icmpne 22
        12: .line 593
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            iload 3 /* w */
            if_icmpne 15
        13: .line 594
            aload 6 /* inData */
            iconst_0
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.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 595
            goto 32
        15: .line 597
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 598
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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.ShortInterleavedRaster.data:[S
            iload 7 /* yoff */
            iload 3 /* w */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 599
            iload 9 /* off */
            iload 3 /* w */
            iadd
            istore 9 /* off */
        19: .line 597
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.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 602
            goto 32
        22: .line 604
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 605
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 606
            iconst_0
            istore 10 /* xstart */
        start local 10 // int xstart
        26: goto 29
        27: .line 607
      StackMap locals: sun.awt.image.ShortInterleavedRaster int int int int int short[] int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.data:[S
            iload 8 /* xoff */
            aload 6 /* inData */
            iload 9 /* off */
            iinc 9 /* off */ 1
            saload
            sastore
        28: .line 606
            iinc 10 /* xstart */ 1
            iload 8 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            iadd
            istore 8 /* xoff */
      StackMap locals:
      StackMap stack:
        29: iload 10 /* xstart */
            iload 3 /* w */
            if_icmplt 27
        30: .line 604
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
        end local 10 // int xstart
        end local 8 // int xoff
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 612
      StackMap locals: sun.awt.image.ShortInterleavedRaster int int int int int short[] int top int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.image.ShortInterleavedRaster.markDirty:()V
        33: .line 613
            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.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   34     0    this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster 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 633
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            if_icmplt 2
         1: .line 634
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.maxY:I
            if_icmple 5
         2: .line 635
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 636
            ldc "Coordinate out of bounds!"
         4: .line 635
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 638
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            imul
         6: .line 639
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            imul
         7: .line 638
            iadd
            istore 6 /* yoff */
        start local 6 // int yoff
         8: .line 641
            iconst_0
            istore 8 /* off */
        start local 8 // int off
         9: .line 645
            iconst_0
            istore 10 /* ystart */
        start local 10 // int ystart
        10: goto 22
        11: .line 646
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 647
            iconst_0
            istore 9 /* xstart */
        start local 9 // int xstart
        13: goto 20
        14: .line 648
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 649
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.data:[S
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.dataOffsets:[I
            iload 11 /* c */
            iaload
            iload 7 /* xoff */
            iadd
            aload 5 /* inData */
            iload 8 /* off */
            iinc 8 /* off */ 1
            saload
            sastore
        17: .line 648
            iinc 11 /* c */ 1
      StackMap locals:
      StackMap stack:
        18: iload 11 /* c */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.numDataElements:I
            if_icmplt 16
        end local 11 // int c
        19: .line 647
            iinc 9 /* xstart */ 1
            iload 7 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.pixelStride:I
            iadd
            istore 7 /* xoff */
      StackMap locals:
      StackMap stack:
        20: iload 9 /* xstart */
            iload 3 /* w */
            if_icmplt 14
        21: .line 645
            iinc 10 /* ystart */ 1
            iload 6 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.scanlineStride:I
            iadd
            istore 6 /* yoff */
        end local 9 // int xstart
        end local 7 // int xoff
      StackMap locals: sun.awt.image.ShortInterleavedRaster int int int int short[] int top int top int
      StackMap stack:
        22: iload 10 /* ystart */
            iload 4 /* h */
            if_icmplt 11
        23: .line 654
            aload 0 /* this */
            invokevirtual sun.awt.image.ShortInterleavedRaster.markDirty:()V
        24: .line 655
            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.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0    this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster 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 679
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
         1: .line 680
            iload 3 /* width */
            iload 4 /* height */
         2: .line 681
            iload 5 /* x0 */
            iload 6 /* y0 */
         3: .line 682
            aload 7 /* bandList */
         4: .line 679
            invokevirtual sun.awt.image.ShortInterleavedRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
            astore 8 /* newRaster */
        start local 8 // java.awt.image.WritableRaster newRaster
         5: .line 683
            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.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster 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 709
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minX:I
            if_icmpge 2
         1: .line 710
            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 712
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.minY:I
            if_icmpge 4
         3: .line 713
            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 715
      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.ShortInterleavedRaster.minX:I
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.width:I
            iadd
            if_icmple 6
         5: .line 716
      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 718
      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.ShortInterleavedRaster.minY:I
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.height:I
            iadd
            if_icmple 8
         7: .line 719
      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 724
      StackMap locals:
      StackMap stack:
            aload 7 /* bandList */
            ifnull 11
         9: .line 725
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.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 727
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.sampleModel:Ljava/awt/image/SampleModel;
            astore 8 /* sm */
        start local 8 // java.awt.image.SampleModel sm
        12: .line 729
      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 730
            iload 6 /* y0 */
            iload 2 /* y */
            isub
            istore 10 /* deltaY */
        start local 10 // int deltaY
        14: .line 732
            new sun.awt.image.ShortInterleavedRaster
            dup
            aload 8 /* sm */
        15: .line 733
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.dataBuffer:Ljava/awt/image/DataBuffer;
        16: .line 734
            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 735
            new java.awt.Point
            dup
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.sampleModelTranslateX:I
            iload 9 /* deltaX */
            iadd
        18: .line 736
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.sampleModelTranslateY:I
            iload 10 /* deltaY */
            iadd
        19: .line 735
            invokespecial java.awt.Point.<init>:(II)V
        20: .line 737
            aload 0 /* this */
        21: .line 732
            invokespecial sun.awt.image.ShortInterleavedRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/ShortInterleavedRaster;)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.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster this
        start local 1 // int w
        start local 2 // int h
         0: .line 745
            iload 1 /* w */
            ifle 1
            iload 2 /* h */
            ifgt 6
         1: .line 746
      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 747
            iload 1 /* w */
            ifgt 3
            ldc "width"
            goto 4
      StackMap locals: sun.awt.image.ShortInterleavedRaster int int
      StackMap stack: new 1 new 1 java.lang.StringBuilder
         3: ldc "height"
      StackMap locals: sun.awt.image.ShortInterleavedRaster 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 746
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 750
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.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 752
            new sun.awt.image.ShortInterleavedRaster
            dup
            aload 3 /* sm */
            new java.awt.Point
            dup
            iconst_0
            iconst_0
            invokespecial java.awt.Point.<init>:(II)V
            invokespecial sun.awt.image.ShortInterleavedRaster.<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.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/awt/image/ShortInterleavedRaster;
            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.ShortInterleavedRaster this
         0: .line 762
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.width:I
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.height:I
            invokevirtual sun.awt.image.ShortInterleavedRaster.createCompatibleWritableRaster:(II)Ljava/awt/image/WritableRaster;
            areturn
        end local 0 // sun.awt.image.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/ShortInterleavedRaster;

  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.ShortInterleavedRaster this
         0: .line 766
            new java.lang.String
            dup
            new java.lang.StringBuilder
            dup
            ldc "ShortInterleavedRaster: width = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.width:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         1: .line 767
            ldc " height = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.height:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 768
            ldc " #numDataElements "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.image.ShortInterleavedRaster.numDataElements:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 766
            invokespecial java.lang.String.<init>:(Ljava/lang/String;)V
            areturn
        end local 0 // sun.awt.image.ShortInterleavedRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/awt/image/ShortInterleavedRaster;
}
SourceFile: "ShortInterleavedRaster.java"