public final class sun.java2d.pisces.PiscesCache
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.java2d.pisces.PiscesCache
  super_class: java.lang.Object
{
  int bboxX0;
    descriptor: I
    flags: (0x0000) 

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

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

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

  byte[] rowAARLE;
    descriptor: [B
    flags: (0x0000) 

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

  int[] rowOffsetsRLE;
    descriptor: [I
    flags: (0x0000) 

  int[] minTouched;
    descriptor: [I
    flags: (0x0000) 

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

  private static final float ROWAA_RLE_FACTOR;
    descriptor: F
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1.5

  private static final float TOUCHED_FACTOR;
    descriptor: F
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1.5

  private static final int MIN_TOUCHED_LEN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.pisces.PiscesCache this
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.java2d.pisces.PiscesCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/pisces/PiscesCache;

  public static sun.java2d.pisces.PiscesCache createInstance();
    descriptor: ()Lsun/java2d/pisces/PiscesCache;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 47
            new sun.java2d.pisces.PiscesCache
            dup
            invokespecial sun.java2d.pisces.PiscesCache.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void reallocRowAARLE(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.java2d.pisces.PiscesCache this
        start local 1 // int newLength
         0: .line 55
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.rowAARLE:[B
            ifnonnull 3
         1: .line 56
            aload 0 /* this */
            iload 1 /* newLength */
            newarray 8
            putfield sun.java2d.pisces.PiscesCache.rowAARLE:[B
         2: .line 57
            goto 10
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.rowAARLE:[B
            arraylength
            iload 1 /* newLength */
            if_icmpge 10
         4: .line 58
            iload 1 /* newLength */
         5: .line 59
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.rowAARLE:[B
            arraylength
            i2f
            ldc 1.5
            fmul
            f2i
         6: .line 58
            invokestatic java.lang.Math.max:(II)I
            istore 2 /* len */
        start local 2 // int len
         7: .line 60
            iload 2 /* len */
            newarray 8
            astore 3 /* newRowAARLE */
        start local 3 // byte[] newRowAARLE
         8: .line 61
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.rowAARLE:[B
            iconst_0
            aload 3 /* newRowAARLE */
            iconst_0
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.rowAARLE:[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 62
            aload 0 /* this */
            aload 3 /* newRowAARLE */
            putfield sun.java2d.pisces.PiscesCache.rowAARLE:[B
        end local 3 // byte[] newRowAARLE
        end local 2 // int len
        10: .line 64
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int newLength
        end local 0 // sun.java2d.pisces.PiscesCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lsun/java2d/pisces/PiscesCache;
            0   11     1    newLength  I
            7   10     2          len  I
            8   10     3  newRowAARLE  [B
    MethodParameters:
           Name  Flags
      newLength  

  private void reallocRowInfo(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.java2d.pisces.PiscesCache this
        start local 1 // int newHeight
         0: .line 67
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.minTouched:[I
            ifnonnull 5
         1: .line 68
            iload 1 /* newHeight */
            bipush 64
            invokestatic java.lang.Math.max:(II)I
            istore 2 /* len */
        start local 2 // int len
         2: .line 69
            aload 0 /* this */
            iload 2 /* len */
            newarray 10
            putfield sun.java2d.pisces.PiscesCache.minTouched:[I
         3: .line 70
            aload 0 /* this */
            iload 2 /* len */
            newarray 10
            putfield sun.java2d.pisces.PiscesCache.rowOffsetsRLE:[I
        end local 2 // int len
         4: .line 71
            goto 19
      StackMap locals:
      StackMap stack:
         5: aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.minTouched:[I
            arraylength
            iload 1 /* newHeight */
            if_icmpge 19
         6: .line 72
            iload 1 /* newHeight */
         7: .line 73
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.minTouched:[I
            arraylength
            i2f
            ldc 1.5
            fmul
            f2i
         8: .line 72
            invokestatic java.lang.Math.max:(II)I
            istore 2 /* len */
        start local 2 // int len
         9: .line 74
            iload 2 /* len */
            newarray 10
            astore 3 /* newMinTouched */
        start local 3 // int[] newMinTouched
        10: .line 75
            iload 2 /* len */
            newarray 10
            astore 4 /* newRowOffsetsRLE */
        start local 4 // int[] newRowOffsetsRLE
        11: .line 76
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.minTouched:[I
            iconst_0
            aload 3 /* newMinTouched */
            iconst_0
        12: .line 77
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.alphaRows:I
        13: .line 76
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 78
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.rowOffsetsRLE:[I
            iconst_0
            aload 4 /* newRowOffsetsRLE */
            iconst_0
        15: .line 79
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.alphaRows:I
        16: .line 78
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        17: .line 80
            aload 0 /* this */
            aload 3 /* newMinTouched */
            putfield sun.java2d.pisces.PiscesCache.minTouched:[I
        18: .line 81
            aload 0 /* this */
            aload 4 /* newRowOffsetsRLE */
            putfield sun.java2d.pisces.PiscesCache.rowOffsetsRLE:[I
        end local 4 // int[] newRowOffsetsRLE
        end local 3 // int[] newMinTouched
        end local 2 // int len
        19: .line 83
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int newHeight
        end local 0 // sun.java2d.pisces.PiscesCache this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   20     0              this  Lsun/java2d/pisces/PiscesCache;
            0   20     1         newHeight  I
            2    4     2               len  I
            9   19     2               len  I
           10   19     3     newMinTouched  [I
           11   19     4  newRowOffsetsRLE  [I
    MethodParameters:
           Name  Flags
      newHeight  

  void addRLERun(byte, int);
    descriptor: (BI)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.java2d.pisces.PiscesCache this
        start local 1 // byte val
        start local 2 // int runLen
         0: .line 86
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.alphaRLELength:I
            iconst_2
            iadd
            invokevirtual sun.java2d.pisces.PiscesCache.reallocRowAARLE:(I)V
         1: .line 87
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.rowAARLE:[B
            aload 0 /* this */
            dup
            getfield sun.java2d.pisces.PiscesCache.alphaRLELength:I
            dup_x1
            iconst_1
            iadd
            putfield sun.java2d.pisces.PiscesCache.alphaRLELength:I
            iload 1 /* val */
            bastore
         2: .line 88
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.rowAARLE:[B
            aload 0 /* this */
            dup
            getfield sun.java2d.pisces.PiscesCache.alphaRLELength:I
            dup_x1
            iconst_1
            iadd
            putfield sun.java2d.pisces.PiscesCache.alphaRLELength:I
            iload 2 /* runLen */
            i2b
            bastore
         3: .line 89
            return
        end local 2 // int runLen
        end local 1 // byte val
        end local 0 // sun.java2d.pisces.PiscesCache this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/java2d/pisces/PiscesCache;
            0    4     1     val  B
            0    4     2  runLen  I
    MethodParameters:
        Name  Flags
      val     
      runLen  

  void startRow(int, int, int);
    descriptor: (III)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.java2d.pisces.PiscesCache this
        start local 1 // int y
        start local 2 // int x0
        start local 3 // int x1
         0: .line 92
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.alphaRows:I
            ifne 6
         1: .line 93
            aload 0 /* this */
            iload 1 /* y */
            putfield sun.java2d.pisces.PiscesCache.bboxY0:I
         2: .line 94
            aload 0 /* this */
            iload 1 /* y */
            iconst_1
            iadd
            putfield sun.java2d.pisces.PiscesCache.bboxY1:I
         3: .line 95
            aload 0 /* this */
            iload 2 /* x0 */
            putfield sun.java2d.pisces.PiscesCache.bboxX0:I
         4: .line 96
            aload 0 /* this */
            iload 3 /* x1 */
            iconst_1
            iadd
            putfield sun.java2d.pisces.PiscesCache.bboxX1:I
         5: .line 97
            goto 14
         6: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.bboxX0:I
            iload 2 /* x0 */
            if_icmple 7
            aload 0 /* this */
            iload 2 /* x0 */
            putfield sun.java2d.pisces.PiscesCache.bboxX0:I
         7: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.bboxX1:I
            iload 3 /* x1 */
            iconst_1
            iadd
            if_icmpge 13
            aload 0 /* this */
            iload 3 /* x1 */
            iconst_1
            iadd
            putfield sun.java2d.pisces.PiscesCache.bboxX1:I
         8: .line 100
            goto 13
         9: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.alphaRows:I
            iconst_1
            iadd
            invokevirtual sun.java2d.pisces.PiscesCache.reallocRowInfo:(I)V
        10: .line 102
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.minTouched:[I
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.alphaRows:I
            iconst_0
            iastore
        11: .line 104
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.rowOffsetsRLE:[I
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.alphaRows:I
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.alphaRLELength:I
            iconst_2
            isub
            iastore
        12: .line 105
            aload 0 /* this */
            dup
            getfield sun.java2d.pisces.PiscesCache.alphaRows:I
            iconst_1
            iadd
            putfield sun.java2d.pisces.PiscesCache.alphaRows:I
        13: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.java2d.pisces.PiscesCache.bboxY1:I
            dup_x1
            iconst_1
            iadd
            putfield sun.java2d.pisces.PiscesCache.bboxY1:I
            iload 1 /* y */
            if_icmplt 9
        14: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.alphaRows:I
            iconst_1
            iadd
            invokevirtual sun.java2d.pisces.PiscesCache.reallocRowInfo:(I)V
        15: .line 109
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.minTouched:[I
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.alphaRows:I
            iload 2 /* x0 */
            iastore
        16: .line 110
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.rowOffsetsRLE:[I
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.alphaRows:I
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.alphaRLELength:I
            iastore
        17: .line 111
            aload 0 /* this */
            dup
            getfield sun.java2d.pisces.PiscesCache.alphaRows:I
            iconst_1
            iadd
            putfield sun.java2d.pisces.PiscesCache.alphaRows:I
        18: .line 112
            return
        end local 3 // int x1
        end local 2 // int x0
        end local 1 // int y
        end local 0 // sun.java2d.pisces.PiscesCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lsun/java2d/pisces/PiscesCache;
            0   19     1     y  I
            0   19     2    x0  I
            0   19     3    x1  I
    MethodParameters:
      Name  Flags
      y     
      x0    
      x1    

  public synchronized void dispose();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.java2d.pisces.PiscesCache this
         0: .line 115
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.pisces.PiscesCache.rowAARLE:[B
         1: .line 116
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.pisces.PiscesCache.alphaRLELength:I
         2: .line 118
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.pisces.PiscesCache.minTouched:[I
         3: .line 119
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.pisces.PiscesCache.rowOffsetsRLE:[I
         4: .line 120
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.pisces.PiscesCache.alphaRows:I
         5: .line 122
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.pisces.PiscesCache.bboxY1:I
            dup_x1
            putfield sun.java2d.pisces.PiscesCache.bboxX1:I
            dup_x1
            putfield sun.java2d.pisces.PiscesCache.bboxY0:I
            putfield sun.java2d.pisces.PiscesCache.bboxX0:I
         6: .line 123
            return
        end local 0 // sun.java2d.pisces.PiscesCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/java2d/pisces/PiscesCache;

  public void print(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.java2d.pisces.PiscesCache this
        start local 1 // java.io.PrintStream out
         0: .line 126
            aload 1 /* out */
            dup
            astore 2
            monitorenter
         1: .line 127
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            ldc "bbox = ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         2: .line 128
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.bboxX0: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.java2d.pisces.PiscesCache.bboxY0:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " => "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 129
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.bboxX1: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.java2d.pisces.PiscesCache.bboxY1: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;
         4: .line 127
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         5: .line 131
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            ldc "alphRLELength = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.alphaRLELength:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         6: .line 133
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.bboxY0:I
            istore 3 /* y */
        start local 3 // int y
         7: goto 14
         8: .line 134
      StackMap locals: java.io.PrintStream int
      StackMap stack:
            iload 3 /* y */
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.bboxY0:I
            isub
            istore 4 /* i */
        start local 4 // int i
         9: .line 135
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            ldc "row["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 4 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "] == {"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        10: .line 136
            ldc "minX = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.minTouched:[I
            iload 4 /* i */
            iaload
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        11: .line 137
            ldc ", off = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.rowOffsetsRLE:[I
            iload 4 /* i */
            iaload
            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;
        12: .line 135
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 4 // int i
        13: .line 133
            iinc 3 /* y */ 1
      StackMap locals:
      StackMap stack:
        14: iload 3 /* y */
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.bboxY1:I
            if_icmplt 8
        end local 3 // int y
        15: .line 140
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        16: goto 21
        17: .line 141
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            ldc "rle["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "] = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        18: .line 142
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.rowAARLE:[B
            iload 3 /* i */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " of "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.rowAARLE:[B
            iload 3 /* i */
            baload
            sipush 255
            iand
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        19: .line 141
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        20: .line 140
            iinc 3 /* i */ 2
      StackMap locals:
      StackMap stack:
        21: iload 3 /* i */
            aload 0 /* this */
            getfield sun.java2d.pisces.PiscesCache.alphaRLELength:I
            if_icmplt 17
        end local 3 // int i
        22: .line 126
            aload 2
            monitorexit
        23: goto 26
      StackMap locals: sun.java2d.pisces.PiscesCache java.io.PrintStream java.io.PrintStream
      StackMap stack: java.lang.Throwable
        24: aload 2
            monitorexit
        25: athrow
        26: .line 145
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintStream out
        end local 0 // sun.java2d.pisces.PiscesCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Lsun/java2d/pisces/PiscesCache;
            0   27     1   out  Ljava/io/PrintStream;
            7   15     3     y  I
            9   13     4     i  I
           16   22     3     i  I
      Exception table:
        from    to  target  type
           1    23      24  any
          24    25      24  any
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "PiscesCache.java"