public class sun.awt.image.ByteComponentRaster extends sun.awt.image.SunWritableRaster
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.awt.image.ByteComponentRaster
  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 byte[] data;
    descriptor: [B
    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.ByteComponentRaster.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.ByteComponentRaster 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.ByteComponentRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/ByteComponentRaster;)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.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lsun/awt/image/ByteComponentRaster;
            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.ByteComponentRaster 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.ByteComponentRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/ByteComponentRaster;)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.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lsun/awt/image/ByteComponentRaster;
            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.ByteComponentRaster);
    descriptor: (Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/ByteComponentRaster;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=6
        start local 0 // sun.awt.image.ByteComponentRaster 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.ByteComponentRaster 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.ByteComponentRaster.minX:I
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.width:I
            iadd
            putfield sun.awt.image.ByteComponentRaster.maxX:I
         2: .line 156
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.height:I
            iadd
            putfield sun.awt.image.ByteComponentRaster.maxY:I
         3: .line 158
            aload 2 /* dataBuffer */
            instanceof java.awt.image.DataBufferByte
            ifne 5
         4: .line 159
            new java.awt.image.RasterFormatException
            dup
            ldc "ByteComponentRasters must have byte DataBuffers"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 163
      StackMap locals: sun.awt.image.ByteComponentRaster java.awt.image.SampleModel java.awt.image.DataBuffer java.awt.Rectangle java.awt.Point sun.awt.image.ByteComponentRaster
      StackMap stack:
            aload 2 /* dataBuffer */
            checkcast java.awt.image.DataBufferByte
            astore 6 /* dbb */
        start local 6 // java.awt.image.DataBufferByte dbb
         6: .line 164
            aload 0 /* this */
            aload 6 /* dbb */
            iconst_0
            invokestatic sun.awt.image.ByteComponentRaster.stealData:(Ljava/awt/image/DataBufferByte;I)[B
            putfield sun.awt.image.ByteComponentRaster.data:[B
         7: .line 165
            aload 6 /* dbb */
            invokevirtual java.awt.image.DataBufferByte.getNumBanks:()I
            iconst_1
            if_icmpeq 10
         8: .line 167
            new java.awt.image.RasterFormatException
            dup
            ldc "DataBuffer for ByteComponentRasters 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.DataBufferByte
      StackMap stack:
            aload 6 /* dbb */
            invokevirtual java.awt.image.DataBufferByte.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 /* ism */
        start local 8 // java.awt.image.ComponentSampleModel ism
        13: .line 174
            aload 0 /* this */
            iconst_1
            putfield sun.awt.image.ByteComponentRaster.type:I
        14: .line 175
            aload 0 /* this */
            aload 8 /* ism */
            invokevirtual java.awt.image.ComponentSampleModel.getScanlineStride:()I
            putfield sun.awt.image.ByteComponentRaster.scanlineStride:I
        15: .line 176
            aload 0 /* this */
            aload 8 /* ism */
            invokevirtual java.awt.image.ComponentSampleModel.getPixelStride:()I
            putfield sun.awt.image.ByteComponentRaster.pixelStride:I
        16: .line 177
            aload 0 /* this */
            aload 8 /* ism */
            invokevirtual java.awt.image.ComponentSampleModel.getBandOffsets:()[I
            putfield sun.awt.image.ByteComponentRaster.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.ByteComponentRaster java.awt.image.SampleModel java.awt.image.DataBuffer java.awt.Rectangle java.awt.Point sun.awt.image.ByteComponentRaster java.awt.image.DataBufferByte int java.awt.image.ComponentSampleModel int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iload 11 /* i */
            dup2
            iaload
            iload 7 /* dbOffset */
        22: .line 182
            iload 9 /* xOffset */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            imul
            iadd
            iload 10 /* yOffset */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.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.ByteComponentRaster.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 ism
        26: .line 184
            goto 40
      StackMap locals: sun.awt.image.ByteComponentRaster java.awt.image.SampleModel java.awt.image.DataBuffer java.awt.Rectangle java.awt.Point sun.awt.image.ByteComponentRaster java.awt.image.DataBufferByte 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 7
            putfield sun.awt.image.ByteComponentRaster.type:I
        31: .line 188
            aload 0 /* this */
            aload 8 /* sppsm */
            invokevirtual java.awt.image.SinglePixelPackedSampleModel.getScanlineStride:()I
            putfield sun.awt.image.ByteComponentRaster.scanlineStride:I
        32: .line 189
            aload 0 /* this */
            iconst_1
            putfield sun.awt.image.ByteComponentRaster.pixelStride:I
        33: .line 190
            aload 0 /* this */
            iconst_1
            newarray 10
            putfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
        34: .line 191
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.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.ByteComponentRaster.dataOffsets:[I
            iconst_0
            dup2
            iaload
            iload 9 /* xOffset */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            imul
            iload 10 /* yOffset */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.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 "IntegerComponentRasters must have ComponentSampleModel 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.ByteComponentRaster.dataOffsets:[I
            iconst_0
            iaload
            putfield sun.awt.image.ByteComponentRaster.bandOffset:I
        41: .line 201
            aload 0 /* this */
            invokevirtual sun.awt.image.ByteComponentRaster.verify:()V
        42: .line 202
            return
        end local 7 // int dbOffset
        end local 6 // java.awt.image.DataBufferByte dbb
        end local 5 // sun.awt.image.ByteComponentRaster 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.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   43     0         this  Lsun/awt/image/ByteComponentRaster;
            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/ByteComponentRaster;
            6   43     6          dbb  Ljava/awt/image/DataBufferByte;
           11   43     7     dbOffset  I
           13   26     8          ism  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.ByteComponentRaster this
         0: .line 210
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            invokevirtual int[].clone:()Ljava/lang/Object;
            checkcast int[]
            areturn
        end local 0 // sun.awt.image.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/ByteComponentRaster;

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

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

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

  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.ByteComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // java.lang.Object obj
         0: .line 264
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            if_icmplt 2
         1: .line 265
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxX:I
            if_icmpge 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxY:I
            if_icmplt 5
         2: .line 266
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 267
            ldc "Coordinate out of bounds!"
         4: .line 266
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 270
      StackMap locals:
      StackMap stack:
            aload 3 /* obj */
            ifnonnull 8
         6: .line 271
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.numDataElements:I
            newarray 8
            astore 4 /* outData */
        start local 4 // byte[] outData
         7: .line 272
            goto 9
        end local 4 // byte[] outData
         8: .line 273
      StackMap locals:
      StackMap stack:
            aload 3 /* obj */
            checkcast byte[]
            astore 4 /* outData */
        start local 4 // byte[] outData
         9: .line 275
      StackMap locals: byte[]
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            imul
        10: .line 276
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            imul
        11: .line 275
            iadd
            istore 5 /* off */
        start local 5 // int off
        12: .line 278
            iconst_0
            istore 6 /* band */
        start local 6 // int band
        13: goto 16
        14: .line 279
      StackMap locals: int int
      StackMap stack:
            aload 4 /* outData */
            iload 6 /* band */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iload 6 /* band */
            iaload
            iload 5 /* off */
            iadd
            baload
            bastore
        15: .line 278
            iinc 6 /* band */ 1
      StackMap locals:
      StackMap stack:
        16: iload 6 /* band */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.numDataElements:I
            if_icmplt 14
        end local 6 // int band
        17: .line 282
            aload 4 /* outData */
            areturn
        end local 5 // int off
        end local 4 // byte[] outData
        end local 3 // java.lang.Object obj
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   18     0     this  Lsun/awt/image/ByteComponentRaster;
            0   18     1        x  I
            0   18     2        y  I
            0   18     3      obj  Ljava/lang/Object;
            7    8     4  outData  [B
            9   18     4  outData  [B
           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.ByteComponentRaster 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 312
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            if_icmplt 2
         1: .line 313
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxY:I
            if_icmple 5
         2: .line 314
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 315
            ldc "Coordinate out of bounds!"
         4: .line 314
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 318
      StackMap locals:
      StackMap stack:
            aload 5 /* obj */
            ifnonnull 8
         6: .line 319
            iload 3 /* w */
            iload 4 /* h */
            imul
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.numDataElements:I
            imul
            newarray 8
            astore 6 /* outData */
        start local 6 // byte[] outData
         7: .line 320
            goto 9
        end local 6 // byte[] outData
         8: .line 321
      StackMap locals:
      StackMap stack:
            aload 5 /* obj */
            checkcast byte[]
            astore 6 /* outData */
        start local 6 // byte[] outData
         9: .line 324
      StackMap locals: byte[]
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            imul
        10: .line 325
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            imul
        11: .line 324
            iadd
            istore 7 /* yoff */
        start local 7 // int yoff
        12: .line 327
            iconst_0
            istore 9 /* off */
        start local 9 // int off
        13: .line 331
            iconst_0
            istore 11 /* ystart */
        start local 11 // int ystart
        14: goto 26
        15: .line 332
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int java.lang.Object byte[] int top int top int
      StackMap stack:
            iload 7 /* yoff */
            istore 8 /* xoff */
        start local 8 // int xoff
        16: .line 333
            iconst_0
            istore 10 /* xstart */
        start local 10 // int xstart
        17: goto 24
        18: .line 334
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int java.lang.Object byte[] int int int int int
      StackMap stack:
            iconst_0
            istore 12 /* c */
        start local 12 // int c
        19: goto 22
        20: .line 335
      StackMap locals: int
      StackMap stack:
            aload 6 /* outData */
            iload 9 /* off */
            iinc 9 /* off */ 1
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iload 12 /* c */
            iaload
            iload 8 /* xoff */
            iadd
            baload
            bastore
        21: .line 334
            iinc 12 /* c */ 1
      StackMap locals:
      StackMap stack:
        22: iload 12 /* c */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.numDataElements:I
            if_icmplt 20
        end local 12 // int c
        23: .line 333
            iinc 10 /* xstart */ 1
            iload 8 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            iadd
            istore 8 /* xoff */
      StackMap locals:
      StackMap stack:
        24: iload 10 /* xstart */
            iload 3 /* w */
            if_icmplt 18
        25: .line 331
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
        end local 10 // int xstart
        end local 8 // int xoff
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int java.lang.Object byte[] int top int top int
      StackMap stack:
        26: iload 11 /* ystart */
            iload 4 /* h */
            if_icmplt 15
        27: .line 340
            aload 6 /* outData */
            areturn
        end local 11 // int ystart
        end local 9 // int off
        end local 7 // int yoff
        end local 6 // byte[] 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.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   28     0     this  Lsun/awt/image/ByteComponentRaster;
            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  [B
            9   28     6  outData  [B
           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 byte[] getByteData(int, int, int, int, int, byte[]);
    descriptor: (IIIII[B)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=7
        start local 0 // sun.awt.image.ByteComponentRaster 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 // byte[] outData
         0: .line 365
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            if_icmplt 2
         1: .line 366
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxY:I
            if_icmple 5
         2: .line 367
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 368
            ldc "Coordinate out of bounds!"
         4: .line 367
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 370
      StackMap locals:
      StackMap stack:
            aload 6 /* outData */
            ifnonnull 7
         6: .line 371
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            iload 4 /* h */
            imul
            newarray 8
            astore 6 /* outData */
         7: .line 373
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            imul
         8: .line 374
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            imul
         9: .line 373
            iadd
        10: .line 374
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iload 5 /* band */
            iaload
        11: .line 373
            iadd
            istore 7 /* yoff */
        start local 7 // int yoff
        12: .line 376
            iconst_0
            istore 9 /* off */
        start local 9 // int off
        13: .line 380
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            iconst_1
            if_icmpne 24
        14: .line 381
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            iload 3 /* w */
            if_icmpne 17
        15: .line 382
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            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 383
            goto 34
        17: .line 385
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int int byte[] int top int
      StackMap stack:
            iconst_0
            istore 11 /* ystart */
        start local 11 // int ystart
        18: goto 22
        19: .line 386
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int int byte[] int top int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            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 387
            iload 9 /* off */
            iload 3 /* w */
            iadd
            istore 9 /* off */
        21: .line 385
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.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 390
            goto 34
        24: .line 392
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int int byte[] int top int
      StackMap stack:
            iconst_0
            istore 11 /* ystart */
        start local 11 // int ystart
        25: goto 33
        26: .line 393
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int int byte[] int top int top int
      StackMap stack:
            iload 7 /* yoff */
            istore 8 /* xoff */
        start local 8 // int xoff
        27: .line 394
            iconst_0
            istore 10 /* xstart */
        start local 10 // int xstart
        28: goto 31
        29: .line 395
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int int byte[] int int int int int
      StackMap stack:
            aload 6 /* outData */
            iload 9 /* off */
            iinc 9 /* off */ 1
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            iload 8 /* xoff */
            baload
            bastore
        30: .line 394
            iinc 10 /* xstart */ 1
            iload 8 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            iadd
            istore 8 /* xoff */
      StackMap locals:
      StackMap stack:
        31: iload 10 /* xstart */
            iload 3 /* w */
            if_icmplt 29
        32: .line 392
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
        end local 10 // int xstart
        end local 8 // int xoff
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int int byte[] int top int top int
      StackMap stack:
        33: iload 11 /* ystart */
            iload 4 /* h */
            if_icmplt 26
        end local 11 // int ystart
        34: .line 400
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int int byte[] int top int
      StackMap stack:
            aload 6 /* outData */
            areturn
        end local 9 // int off
        end local 7 // int yoff
        end local 6 // byte[] 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.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   35     0     this  Lsun/awt/image/ByteComponentRaster;
            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  [B
           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 byte[] getByteData(int, int, int, int, byte[]);
    descriptor: (IIII[B)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=6
        start local 0 // sun.awt.image.ByteComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // byte[] outData
         0: .line 425
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            if_icmplt 2
         1: .line 426
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxY:I
            if_icmple 5
         2: .line 427
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 428
            ldc "Coordinate out of bounds!"
         4: .line 427
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 430
      StackMap locals:
      StackMap stack:
            aload 5 /* outData */
            ifnonnull 7
         6: .line 431
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.numDataElements:I
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            imul
            iload 4 /* h */
            imul
            newarray 8
            astore 5 /* outData */
         7: .line 433
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            imul
         8: .line 434
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            imul
         9: .line 433
            iadd
            istore 6 /* yoff */
        start local 6 // int yoff
        10: .line 436
            iconst_0
            istore 8 /* off */
        start local 8 // int off
        11: .line 441
            iconst_0
            istore 10 /* ystart */
        start local 10 // int ystart
        12: goto 24
        13: .line 442
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int byte[] int top int top int
      StackMap stack:
            iload 6 /* yoff */
            istore 7 /* xoff */
        start local 7 // int xoff
        14: .line 443
            iconst_0
            istore 9 /* xstart */
        start local 9 // int xstart
        15: goto 22
        16: .line 444
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int byte[] int int int int int
      StackMap stack:
            iconst_0
            istore 11 /* c */
        start local 11 // int c
        17: goto 20
        18: .line 445
      StackMap locals: int
      StackMap stack:
            aload 5 /* outData */
            iload 8 /* off */
            iinc 8 /* off */ 1
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iload 11 /* c */
            iaload
            iload 7 /* xoff */
            iadd
            baload
            bastore
        19: .line 444
            iinc 11 /* c */ 1
      StackMap locals:
      StackMap stack:
        20: iload 11 /* c */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.numDataElements:I
            if_icmplt 18
        end local 11 // int c
        21: .line 443
            iinc 9 /* xstart */ 1
            iload 7 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            iadd
            istore 7 /* xoff */
      StackMap locals:
      StackMap stack:
        22: iload 9 /* xstart */
            iload 3 /* w */
            if_icmplt 16
        23: .line 441
            iinc 10 /* ystart */ 1
            iload 6 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            iadd
            istore 6 /* yoff */
        end local 9 // int xstart
        end local 7 // int xoff
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int byte[] int top int top int
      StackMap stack:
        24: iload 10 /* ystart */
            iload 4 /* h */
            if_icmplt 13
        25: .line 450
            aload 5 /* outData */
            areturn
        end local 10 // int ystart
        end local 8 // int off
        end local 6 // int yoff
        end local 5 // byte[] 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.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0     this  Lsun/awt/image/ByteComponentRaster;
            0   26     1        x  I
            0   26     2        y  I
            0   26     3        w  I
            0   26     4        h  I
            0   26     5  outData  [B
           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.ByteComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // java.lang.Object obj
         0: .line 466
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            if_icmplt 2
         1: .line 467
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxX:I
            if_icmpge 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxY:I
            if_icmplt 5
         2: .line 468
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 469
            ldc "Coordinate out of bounds!"
         4: .line 468
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 471
      StackMap locals:
      StackMap stack:
            aload 3 /* obj */
            checkcast byte[]
            astore 4 /* inData */
        start local 4 // byte[] inData
         6: .line 472
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            imul
         7: .line 473
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            imul
         8: .line 472
            iadd
            istore 5 /* off */
        start local 5 // int off
         9: .line 475
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 13
        11: .line 476
      StackMap locals: byte[] int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iload 6 /* i */
            iaload
            iload 5 /* off */
            iadd
            aload 4 /* inData */
            iload 6 /* i */
            baload
            bastore
        12: .line 475
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.numDataElements:I
            if_icmplt 11
        end local 6 // int i
        14: .line 479
            aload 0 /* this */
            invokevirtual sun.awt.image.ByteComponentRaster.markDirty:()V
        15: .line 480
            return
        end local 5 // int off
        end local 4 // byte[] inData
        end local 3 // java.lang.Object obj
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.image.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lsun/awt/image/ByteComponentRaster;
            0   16     1       x  I
            0   16     2       y  I
            0   16     3     obj  Ljava/lang/Object;
            6   16     4  inData  [B
            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.ByteComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // java.awt.image.Raster inRaster
         0: .line 491
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinX:()I
            iload 1 /* x */
            iadd
            istore 4 /* dstOffX */
        start local 4 // int dstOffX
         1: .line 492
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinY:()I
            iload 2 /* y */
            iadd
            istore 5 /* dstOffY */
        start local 5 // int dstOffY
         2: .line 493
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getWidth:()I
            istore 6 /* width */
        start local 6 // int width
         3: .line 494
            aload 3 /* inRaster */
            invokevirtual java.awt.image.Raster.getHeight:()I
            istore 7 /* height */
        start local 7 // int height
         4: .line 495
            iload 4 /* dstOffX */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            if_icmplt 6
            iload 5 /* dstOffY */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            if_icmplt 6
         5: .line 496
            iload 4 /* dstOffX */
            iload 6 /* width */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxX:I
            if_icmpgt 6
            iload 5 /* dstOffY */
            iload 7 /* height */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxY:I
            if_icmple 9
         6: .line 497
      StackMap locals: sun.awt.image.ByteComponentRaster int int java.awt.image.Raster int int int int
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         7: .line 498
            ldc "Coordinate out of bounds!"
         8: .line 497
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 501
      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.ByteComponentRaster.setDataElements:(IIIILjava/awt/image/Raster;)V
        10: .line 502
            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.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lsun/awt/image/ByteComponentRaster;
            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=16, args_size=6
        start local 0 // sun.awt.image.ByteComponentRaster 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 520
            iload 3 /* width */
            ifle 1
            iload 4 /* height */
            ifgt 2
         1: .line 521
      StackMap locals:
      StackMap stack:
            return
         2: .line 524
      StackMap locals:
      StackMap stack:
            aload 5 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinX:()I
            istore 6 /* srcOffX */
        start local 6 // int srcOffX
         3: .line 525
            aload 5 /* inRaster */
            invokevirtual java.awt.image.Raster.getMinY:()I
            istore 7 /* srcOffY */
        start local 7 // int srcOffY
         4: .line 526
            aconst_null
            astore 8 /* tdata */
        start local 8 // java.lang.Object tdata
         5: .line 528
            aload 5 /* inRaster */
            instanceof sun.awt.image.ByteComponentRaster
            ifeq 28
         6: .line 529
            aload 5 /* inRaster */
            checkcast sun.awt.image.ByteComponentRaster
            astore 9 /* bct */
        start local 9 // sun.awt.image.ByteComponentRaster bct
         7: .line 530
            aload 9 /* bct */
            invokevirtual sun.awt.image.ByteComponentRaster.getDataStorage:()[B
            astore 10 /* bdata */
        start local 10 // byte[] bdata
         8: .line 532
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.numDataElements:I
            iconst_1
            if_icmpne 28
         9: .line 533
            aload 9 /* bct */
            iconst_0
            invokevirtual sun.awt.image.ByteComponentRaster.getDataOffset:(I)I
            istore 11 /* toff */
        start local 11 // int toff
        10: .line 534
            aload 9 /* bct */
            invokevirtual sun.awt.image.ByteComponentRaster.getScanlineStride:()I
            istore 12 /* tss */
        start local 12 // int tss
        11: .line 536
            iload 11 /* toff */
            istore 13 /* srcOffset */
        start local 13 // int srcOffset
        12: .line 537
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iconst_0
            iaload
            iload 2 /* dstY */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            imul
            iadd
        13: .line 538
            iload 1 /* dstX */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            isub
        14: .line 537
            iadd
            istore 14 /* dstOffset */
        start local 14 // int dstOffset
        15: .line 541
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            aload 9 /* bct */
            invokevirtual sun.awt.image.ByteComponentRaster.getPixelStride:()I
            if_icmpne 28
        16: .line 542
            iload 3 /* width */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            imul
            istore 3 /* width */
        17: .line 543
            iconst_0
            istore 15 /* tmpY */
        start local 15 // int tmpY
        18: goto 25
        19: .line 544
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int java.awt.image.Raster int int java.lang.Object sun.awt.image.ByteComponentRaster byte[] int int int int int
      StackMap stack:
            aload 10 /* bdata */
            iload 13 /* srcOffset */
        20: .line 545
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            iload 14 /* dstOffset */
            iload 3 /* width */
        21: .line 544
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        22: .line 546
            iload 13 /* srcOffset */
            iload 12 /* tss */
            iadd
            istore 13 /* srcOffset */
        23: .line 547
            iload 14 /* dstOffset */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            iadd
            istore 14 /* dstOffset */
        24: .line 543
            iinc 15 /* tmpY */ 1
      StackMap locals:
      StackMap stack:
        25: iload 15 /* tmpY */
            iload 4 /* height */
            if_icmplt 19
        end local 15 // int tmpY
        26: .line 549
            aload 0 /* this */
            invokevirtual sun.awt.image.ByteComponentRaster.markDirty:()V
        27: .line 550
            return
        end local 14 // int dstOffset
        end local 13 // int srcOffset
        end local 12 // int tss
        end local 11 // int toff
        end local 10 // byte[] bdata
        end local 9 // sun.awt.image.ByteComponentRaster bct
        28: .line 555
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int java.awt.image.Raster int int java.lang.Object
      StackMap stack:
            iconst_0
            istore 9 /* startY */
        start local 9 // int startY
        29: goto 35
        30: .line 557
      StackMap locals: int
      StackMap stack:
            aload 5 /* inRaster */
            iload 6 /* srcOffX */
            iload 7 /* srcOffY */
            iload 9 /* startY */
            iadd
        31: .line 558
            iload 3 /* width */
            iconst_1
            aload 8 /* tdata */
        32: .line 557
            invokevirtual java.awt.image.Raster.getDataElements:(IIIILjava/lang/Object;)Ljava/lang/Object;
            astore 8 /* tdata */
        33: .line 559
            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.ByteComponentRaster.setDataElements:(IIIILjava/lang/Object;)V
        34: .line 555
            iinc 9 /* startY */ 1
      StackMap locals:
      StackMap stack:
        35: iload 9 /* startY */
            iload 4 /* height */
            if_icmplt 30
        end local 9 // int startY
        36: .line 561
            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.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   37     0       this  Lsun/awt/image/ByteComponentRaster;
            0   37     1       dstX  I
            0   37     2       dstY  I
            0   37     3      width  I
            0   37     4     height  I
            0   37     5   inRaster  Ljava/awt/image/Raster;
            3   37     6    srcOffX  I
            4   37     7    srcOffY  I
            5   37     8      tdata  Ljava/lang/Object;
            7   28     9        bct  Lsun/awt/image/ByteComponentRaster;
            8   28    10      bdata  [B
           10   28    11       toff  I
           11   28    12        tss  I
           12   28    13  srcOffset  I
           15   28    14  dstOffset  I
           18   26    15       tmpY  I
           29   36     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=5, locals=14, args_size=6
        start local 0 // sun.awt.image.ByteComponentRaster 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 586
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            if_icmplt 2
         1: .line 587
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxY:I
            if_icmple 5
         2: .line 588
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 589
            ldc "Coordinate out of bounds!"
         4: .line 588
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 591
      StackMap locals:
      StackMap stack:
            aload 5 /* obj */
            checkcast byte[]
            astore 6 /* inData */
        start local 6 // byte[] inData
         6: .line 592
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            imul
         7: .line 593
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            imul
         8: .line 592
            iadd
            istore 7 /* yoff */
        start local 7 // int yoff
         9: .line 595
            iconst_0
            istore 9 /* off */
        start local 9 // int off
        10: .line 599
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.numDataElements:I
            iconst_1
            if_icmpne 25
        11: .line 600
            iconst_0
            istore 12 /* srcOffset */
        start local 12 // int srcOffset
        12: .line 601
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iconst_0
            iaload
            iadd
            istore 13 /* dstOffset */
        start local 13 // int dstOffset
        13: .line 602
            iconst_0
            istore 11 /* ystart */
        start local 11 // int ystart
        14: goto 22
        15: .line 603
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int java.lang.Object byte[] int top int top int int int
      StackMap stack:
            iload 7 /* yoff */
            istore 8 /* xoff */
        start local 8 // int xoff
        16: .line 604
            aload 6 /* inData */
            iload 12 /* srcOffset */
        17: .line 605
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            iload 13 /* dstOffset */
            iload 3 /* w */
        18: .line 604
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 607
            iload 12 /* srcOffset */
            iload 3 /* w */
            iadd
            istore 12 /* srcOffset */
        20: .line 608
            iload 13 /* dstOffset */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            iadd
            istore 13 /* dstOffset */
        21: .line 602
            iinc 11 /* ystart */ 1
        end local 8 // int xoff
      StackMap locals:
      StackMap stack:
        22: iload 11 /* ystart */
            iload 4 /* h */
            if_icmplt 15
        23: .line 610
            aload 0 /* this */
            invokevirtual sun.awt.image.ByteComponentRaster.markDirty:()V
        24: .line 611
            return
        end local 13 // int dstOffset
        end local 12 // int srcOffset
        end local 11 // int ystart
        25: .line 614
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int java.lang.Object byte[] int top int
      StackMap stack:
            iconst_0
            istore 11 /* ystart */
        start local 11 // int ystart
        26: goto 38
        27: .line 615
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int java.lang.Object byte[] int top int top int
      StackMap stack:
            iload 7 /* yoff */
            istore 8 /* xoff */
        start local 8 // int xoff
        28: .line 616
            iconst_0
            istore 10 /* xstart */
        start local 10 // int xstart
        29: goto 36
        30: .line 617
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int java.lang.Object byte[] int int int int int
      StackMap stack:
            iconst_0
            istore 12 /* c */
        start local 12 // int c
        31: goto 34
        32: .line 618
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iload 12 /* c */
            iaload
            iload 8 /* xoff */
            iadd
            aload 6 /* inData */
            iload 9 /* off */
            iinc 9 /* off */ 1
            baload
            bastore
        33: .line 617
            iinc 12 /* c */ 1
      StackMap locals:
      StackMap stack:
        34: iload 12 /* c */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.numDataElements:I
            if_icmplt 32
        end local 12 // int c
        35: .line 616
            iinc 10 /* xstart */ 1
            iload 8 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            iadd
            istore 8 /* xoff */
      StackMap locals:
      StackMap stack:
        36: iload 10 /* xstart */
            iload 3 /* w */
            if_icmplt 30
        37: .line 614
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
        end local 10 // int xstart
        end local 8 // int xoff
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int java.lang.Object byte[] int top int top int
      StackMap stack:
        38: iload 11 /* ystart */
            iload 4 /* h */
            if_icmplt 27
        39: .line 623
            aload 0 /* this */
            invokevirtual sun.awt.image.ByteComponentRaster.markDirty:()V
        40: .line 624
            return
        end local 11 // int ystart
        end local 9 // int off
        end local 7 // int yoff
        end local 6 // byte[] 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.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   41     0       this  Lsun/awt/image/ByteComponentRaster;
            0   41     1          x  I
            0   41     2          y  I
            0   41     3          w  I
            0   41     4          h  I
            0   41     5        obj  Ljava/lang/Object;
            6   41     6     inData  [B
            9   41     7       yoff  I
           16   22     8       xoff  I
           28   38     8       xoff  I
           10   41     9        off  I
           29   38    10     xstart  I
           14   25    11     ystart  I
           26   41    11     ystart  I
           12   25    12  srcOffset  I
           13   25    13  dstOffset  I
           31   35    12          c  I
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     
      obj   

  public void putByteData(int, int, int, int, int, byte[]);
    descriptor: (IIIII[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=7
        start local 0 // sun.awt.image.ByteComponentRaster 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 // byte[] inData
         0: .line 647
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            if_icmplt 2
         1: .line 648
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxY:I
            if_icmple 5
         2: .line 649
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 650
            ldc "Coordinate out of bounds!"
         4: .line 649
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 652
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            imul
         6: .line 653
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            imul
         7: .line 652
            iadd
         8: .line 653
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iload 5 /* band */
            iaload
         9: .line 652
            iadd
            istore 7 /* yoff */
        start local 7 // int yoff
        10: .line 655
            iconst_0
            istore 9 /* off */
        start local 9 // int off
        11: .line 659
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            iconst_1
            if_icmpne 22
        12: .line 660
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            iload 3 /* w */
            if_icmpne 15
        13: .line 661
            aload 6 /* inData */
            iconst_0
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            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 662
            goto 32
        15: .line 664
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int int byte[] int top int
      StackMap stack:
            iconst_0
            istore 11 /* ystart */
        start local 11 // int ystart
        16: goto 20
        17: .line 665
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int int byte[] int top int top int
      StackMap stack:
            aload 6 /* inData */
            iload 9 /* off */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            iload 7 /* yoff */
            iload 3 /* w */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 666
            iload 9 /* off */
            iload 3 /* w */
            iadd
            istore 9 /* off */
        19: .line 664
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.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 669
            goto 32
        22: .line 671
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int int byte[] int top int
      StackMap stack:
            iconst_0
            istore 11 /* ystart */
        start local 11 // int ystart
        23: goto 31
        24: .line 672
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int int byte[] int top int top int
      StackMap stack:
            iload 7 /* yoff */
            istore 8 /* xoff */
        start local 8 // int xoff
        25: .line 673
            iconst_0
            istore 10 /* xstart */
        start local 10 // int xstart
        26: goto 29
        27: .line 674
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int int byte[] int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            iload 8 /* xoff */
            aload 6 /* inData */
            iload 9 /* off */
            iinc 9 /* off */ 1
            baload
            bastore
        28: .line 673
            iinc 10 /* xstart */ 1
            iload 8 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            iadd
            istore 8 /* xoff */
      StackMap locals:
      StackMap stack:
        29: iload 10 /* xstart */
            iload 3 /* w */
            if_icmplt 27
        30: .line 671
            iinc 11 /* ystart */ 1
            iload 7 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            iadd
            istore 7 /* yoff */
        end local 10 // int xstart
        end local 8 // int xoff
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int int byte[] int top int top int
      StackMap stack:
        31: iload 11 /* ystart */
            iload 4 /* h */
            if_icmplt 24
        end local 11 // int ystart
        32: .line 679
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int int byte[] int top int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.image.ByteComponentRaster.markDirty:()V
        33: .line 680
            return
        end local 9 // int off
        end local 7 // int yoff
        end local 6 // byte[] 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.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   34     0    this  Lsun/awt/image/ByteComponentRaster;
            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  [B
           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 putByteData(int, int, int, int, byte[]);
    descriptor: (IIII[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=6
        start local 0 // sun.awt.image.ByteComponentRaster this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // byte[] inData
         0: .line 700
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            if_icmplt 2
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            if_icmplt 2
         1: .line 701
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxX:I
            if_icmpgt 2
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.maxY:I
            if_icmple 5
         2: .line 702
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         3: .line 703
            ldc "Coordinate out of bounds!"
         4: .line 702
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 705
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            imul
         6: .line 706
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            imul
         7: .line 705
            iadd
            istore 6 /* yoff */
        start local 6 // int yoff
         8: .line 709
            iconst_0
            istore 8 /* off */
        start local 8 // int off
         9: .line 713
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.numDataElements:I
            iconst_1
            if_icmpne 34
        10: .line 714
            iload 6 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iconst_0
            iaload
            iadd
            istore 6 /* yoff */
        11: .line 715
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            iconst_1
            if_icmpne 23
        12: .line 716
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            iload 3 /* w */
            if_icmpne 15
        13: .line 717
            aload 5 /* inData */
            iconst_0
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            iload 6 /* yoff */
            iload 3 /* w */
            iload 4 /* h */
            imul
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 718
            goto 48
        15: .line 720
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int byte[] int top int
      StackMap stack:
            iconst_0
            istore 10 /* ystart */
        start local 10 // int ystart
        16: goto 21
        17: .line 721
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int byte[] int top int top int
      StackMap stack:
            aload 5 /* inData */
            iload 8 /* off */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            iload 6 /* yoff */
            iload 3 /* w */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 722
            iload 8 /* off */
            iload 3 /* w */
            iadd
            istore 8 /* off */
        19: .line 723
            iload 6 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            iadd
            istore 6 /* yoff */
        20: .line 720
            iinc 10 /* ystart */ 1
      StackMap locals:
      StackMap stack:
        21: iload 10 /* ystart */
            iload 4 /* h */
            if_icmplt 17
        end local 10 // int ystart
        22: .line 726
            goto 48
        23: .line 728
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int byte[] int top int
      StackMap stack:
            iconst_0
            istore 10 /* ystart */
        start local 10 // int ystart
        24: goto 32
        25: .line 729
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int byte[] int top int top int
      StackMap stack:
            iload 6 /* yoff */
            istore 7 /* xoff */
        start local 7 // int xoff
        26: .line 730
            iconst_0
            istore 9 /* xstart */
        start local 9 // int xstart
        27: goto 30
        28: .line 731
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int byte[] int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            iload 7 /* xoff */
            aload 5 /* inData */
            iload 8 /* off */
            iinc 8 /* off */ 1
            baload
            bastore
        29: .line 730
            iinc 9 /* xstart */ 1
            iload 7 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            iadd
            istore 7 /* xoff */
      StackMap locals:
      StackMap stack:
        30: iload 9 /* xstart */
            iload 3 /* w */
            if_icmplt 28
        31: .line 728
            iinc 10 /* ystart */ 1
            iload 6 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            iadd
            istore 6 /* yoff */
        end local 9 // int xstart
        end local 7 // int xoff
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int byte[] int top int top int
      StackMap stack:
        32: iload 10 /* ystart */
            iload 4 /* h */
            if_icmplt 25
        end local 10 // int ystart
        33: .line 735
            goto 48
        34: .line 737
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int byte[] int top int
      StackMap stack:
            iconst_0
            istore 10 /* ystart */
        start local 10 // int ystart
        35: goto 47
        36: .line 738
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int byte[] int top int top int
      StackMap stack:
            iload 6 /* yoff */
            istore 7 /* xoff */
        start local 7 // int xoff
        37: .line 739
            iconst_0
            istore 9 /* xstart */
        start local 9 // int xstart
        38: goto 45
        39: .line 740
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int byte[] int int int int int
      StackMap stack:
            iconst_0
            istore 11 /* c */
        start local 11 // int c
        40: goto 43
        41: .line 741
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iload 11 /* c */
            iaload
            iload 7 /* xoff */
            iadd
            aload 5 /* inData */
            iload 8 /* off */
            iinc 8 /* off */ 1
            baload
            bastore
        42: .line 740
            iinc 11 /* c */ 1
      StackMap locals:
      StackMap stack:
        43: iload 11 /* c */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.numDataElements:I
            if_icmplt 41
        end local 11 // int c
        44: .line 739
            iinc 9 /* xstart */ 1
            iload 7 /* xoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            iadd
            istore 7 /* xoff */
      StackMap locals:
      StackMap stack:
        45: iload 9 /* xstart */
            iload 3 /* w */
            if_icmplt 39
        46: .line 737
            iinc 10 /* ystart */ 1
            iload 6 /* yoff */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            iadd
            istore 6 /* yoff */
        end local 9 // int xstart
        end local 7 // int xoff
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int byte[] int top int top int
      StackMap stack:
        47: iload 10 /* ystart */
            iload 4 /* h */
            if_icmplt 36
        end local 10 // int ystart
        48: .line 747
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int byte[] int top int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.image.ByteComponentRaster.markDirty:()V
        49: .line 748
            return
        end local 8 // int off
        end local 6 // int yoff
        end local 5 // byte[] 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.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   50     0    this  Lsun/awt/image/ByteComponentRaster;
            0   50     1       x  I
            0   50     2       y  I
            0   50     3       w  I
            0   50     4       h  I
            0   50     5  inData  [B
            8   50     6    yoff  I
           26   32     7    xoff  I
           37   47     7    xoff  I
            9   50     8     off  I
           27   32     9  xstart  I
           38   47     9  xstart  I
           16   22    10  ystart  I
           24   33    10  ystart  I
           35   48    10  ystart  I
           40   44    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.ByteComponentRaster 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 772
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
         1: .line 773
            iload 3 /* width */
            iload 4 /* height */
         2: .line 774
            iload 5 /* x0 */
            iload 6 /* y0 */
         3: .line 775
            aload 7 /* bandList */
         4: .line 772
            invokevirtual sun.awt.image.ByteComponentRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
            astore 8 /* newRaster */
        start local 8 // java.awt.image.WritableRaster newRaster
         5: .line 776
            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.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lsun/awt/image/ByteComponentRaster;
            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.ByteComponentRaster 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 802
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            if_icmpge 2
         1: .line 803
            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 805
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            if_icmpge 4
         3: .line 806
            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 808
      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.ByteComponentRaster.minX:I
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.width:I
            iadd
            if_icmple 6
         5: .line 809
      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 811
      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.ByteComponentRaster.minY:I
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.height:I
            iadd
            if_icmple 8
         7: .line 812
      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 817
      StackMap locals:
      StackMap stack:
            aload 7 /* bandList */
            ifnull 11
         9: .line 818
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.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 820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.sampleModel:Ljava/awt/image/SampleModel;
            astore 8 /* sm */
        start local 8 // java.awt.image.SampleModel sm
        12: .line 822
      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 823
            iload 6 /* y0 */
            iload 2 /* y */
            isub
            istore 10 /* deltaY */
        start local 10 // int deltaY
        14: .line 825
            new sun.awt.image.ByteComponentRaster
            dup
            aload 8 /* sm */
        15: .line 826
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataBuffer:Ljava/awt/image/DataBuffer;
        16: .line 827
            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 828
            new java.awt.Point
            dup
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.sampleModelTranslateX:I
            iload 9 /* deltaX */
            iadd
        18: .line 829
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.sampleModelTranslateY:I
            iload 10 /* deltaY */
            iadd
        19: .line 828
            invokespecial java.awt.Point.<init>:(II)V
        20: .line 830
            aload 0 /* this */
        21: .line 825
            invokespecial sun.awt.image.ByteComponentRaster.<init>:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Rectangle;Ljava/awt/Point;Lsun/awt/image/ByteComponentRaster;)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.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lsun/awt/image/ByteComponentRaster;
            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.ByteComponentRaster this
        start local 1 // int w
        start local 2 // int h
         0: .line 838
            iload 1 /* w */
            ifle 1
            iload 2 /* h */
            ifgt 6
         1: .line 839
      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 840
            iload 1 /* w */
            ifgt 3
            ldc "width"
            goto 4
      StackMap locals: sun.awt.image.ByteComponentRaster int int
      StackMap stack: new 1 new 1 java.lang.StringBuilder
         3: ldc "height"
      StackMap locals: sun.awt.image.ByteComponentRaster 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 839
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.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 845
            new sun.awt.image.ByteComponentRaster
            dup
            aload 3 /* sm */
            new java.awt.Point
            dup
            iconst_0
            iconst_0
            invokespecial java.awt.Point.<init>:(II)V
            invokespecial sun.awt.image.ByteComponentRaster.<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.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/awt/image/ByteComponentRaster;
            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.ByteComponentRaster this
         0: .line 856
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.width:I
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.height:I
            invokevirtual sun.awt.image.ByteComponentRaster.createCompatibleWritableRaster:(II)Ljava/awt/image/WritableRaster;
            areturn
        end local 0 // sun.awt.image.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/image/ByteComponentRaster;

  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.ByteComponentRaster this
         0: .line 874
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.width:I
            ifle 2
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.height:I
            ifle 2
         1: .line 875
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.height:I
            ldc 2147483647
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.width:I
            idiv
            if_icmple 3
         2: .line 877
      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 880
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         4: goto 11
         5: .line 881
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iload 1 /* i */
            iaload
            ifge 10
         6: .line 882
            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 883
            ldc "("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iload 1 /* i */
            iaload
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         8: .line 884
            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 882
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 880
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 1 /* i */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            arraylength
            if_icmplt 5
        end local 1 // int i
        12: .line 888
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minX:I
            i2l
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.sampleModelTranslateX:I
            i2l
            lsub
            lconst_0
            lcmp
            iflt 14
        13: .line 889
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            i2l
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.sampleModelTranslateY:I
            i2l
            lsub
            lconst_0
            lcmp
            ifge 18
        14: .line 891
      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 892
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.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.ByteComponentRaster.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 893
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.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.ByteComponentRaster.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 891
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 897
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            iflt 20
        19: .line 898
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            ldc 2147483647
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.height:I
            idiv
            if_icmple 23
        20: .line 901
      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 902
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        22: .line 901
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        23: .line 905
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.height:I
            iconst_1
            if_icmpgt 24
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.minY:I
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.sampleModelTranslateY:I
            isub
            ifle 28
        24: .line 907
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            arraylength
            if_icmple 28
        25: .line 908
            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 909
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        27: .line 908
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        28: .line 913
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.height:I
            iconst_1
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.scanlineStride:I
            imul
            istore 1 /* lastScanOffset */
        start local 1 // int lastScanOffset
        29: .line 915
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            iflt 32
        30: .line 916
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            ldc 2147483647
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.width:I
            idiv
            if_icmpgt 32
        31: .line 917
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            arraylength
            if_icmple 35
        32: .line 920
      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 921
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        34: .line 920
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        35: .line 923
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.width:I
            iconst_1
            isub
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.pixelStride:I
            imul
            istore 2 /* lastPixelOffset */
        start local 2 // int lastPixelOffset
        36: .line 925
            iload 2 /* lastPixelOffset */
            ldc 2147483647
            iload 1 /* lastScanOffset */
            isub
            if_icmple 38
        37: .line 927
            new java.awt.image.RasterFormatException
            dup
            ldc "Incorrect raster attributes"
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        38: .line 929
      StackMap locals: int
      StackMap stack:
            iload 2 /* lastPixelOffset */
            iload 1 /* lastScanOffset */
            iadd
            istore 2 /* lastPixelOffset */
        39: .line 932
            iconst_0
            istore 4 /* maxIndex */
        start local 4 // int maxIndex
        40: .line 933
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        41: goto 50
        42: .line 934
      StackMap locals: sun.awt.image.ByteComponentRaster int int top int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iload 5 /* i */
            iaload
            ldc 2147483647
            iload 2 /* lastPixelOffset */
            isub
            if_icmple 46
        43: .line 935
            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 936
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.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 935
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        46: .line 940
      StackMap locals:
      StackMap stack:
            iload 2 /* lastPixelOffset */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iload 5 /* i */
            iaload
            iadd
            istore 3 /* index */
        start local 3 // int index
        47: .line 942
            iload 3 /* index */
            iload 4 /* maxIndex */
            if_icmple 49
        48: .line 943
            iload 3 /* index */
            istore 4 /* maxIndex */
        49: .line 933
      StackMap locals: sun.awt.image.ByteComponentRaster int int int int int
      StackMap stack:
            iinc 5 /* i */ 1
        end local 3 // int index
      StackMap locals: sun.awt.image.ByteComponentRaster int int top int int
      StackMap stack:
        50: iload 5 /* i */
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.numDataElements:I
            if_icmplt 42
        end local 5 // int i
        51: .line 946
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.data:[B
            arraylength
            iload 4 /* maxIndex */
            if_icmpgt 55
        52: .line 947
            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 948
            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 947
            invokespecial java.awt.image.RasterFormatException.<init>:(Ljava/lang/String;)V
            athrow
        55: .line 950
      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.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   56     0             this  Lsun/awt/image/ByteComponentRaster;
            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.ByteComponentRaster this
         0: .line 953
            new java.lang.String
            dup
            new java.lang.StringBuilder
            dup
            ldc "ByteComponentRaster: width = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.width:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " height = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 954
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.height:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 955
            ldc " #numDataElements "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.numDataElements:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         3: .line 957
            ldc " dataOff[0] = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.image.ByteComponentRaster.dataOffsets:[I
            iconst_0
            iaload
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 953
            invokespecial java.lang.String.<init>:(Ljava/lang/String;)V
            areturn
        end local 0 // sun.awt.image.ByteComponentRaster this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/image/ByteComponentRaster;
}
SourceFile: "ByteComponentRaster.java"