public class sun.java2d.pipe.RenderBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.java2d.pipe.RenderBuffer
  super_class: java.lang.Object
{
  protected static final long SIZEOF_BYTE;
    descriptor: J
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final long SIZEOF_SHORT;
    descriptor: J
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected static final long SIZEOF_INT;
    descriptor: J
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  protected static final long SIZEOF_FLOAT;
    descriptor: J
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  protected static final long SIZEOF_LONG;
    descriptor: J
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  protected static final long SIZEOF_DOUBLE;
    descriptor: J
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

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

  protected final sun.misc.Unsafe unsafe;
    descriptor: Lsun/misc/Unsafe;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final long baseAddress;
    descriptor: J
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final long endAddress;
    descriptor: J
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected long curAddress;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  protected final int capacity;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // int numBytes
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            invokestatic sun.misc.Unsafe.getUnsafe:()Lsun/misc/Unsafe;
            putfield sun.java2d.pipe.RenderBuffer.unsafe:Lsun/misc/Unsafe;
         2: .line 77
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.unsafe:Lsun/misc/Unsafe;
            iload 1 /* numBytes */
            i2l
            invokevirtual sun.misc.Unsafe.allocateMemory:(J)J
            dup2_x1
            putfield sun.java2d.pipe.RenderBuffer.baseAddress:J
            putfield sun.java2d.pipe.RenderBuffer.curAddress:J
         3: .line 78
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.baseAddress:J
            iload 1 /* numBytes */
            i2l
            ladd
            putfield sun.java2d.pipe.RenderBuffer.endAddress:J
         4: .line 79
            aload 0 /* this */
            iload 1 /* numBytes */
            putfield sun.java2d.pipe.RenderBuffer.capacity:I
         5: .line 80
            return
        end local 1 // int numBytes
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/java2d/pipe/RenderBuffer;
            0    6     1  numBytes  I
    MethodParameters:
          Name  Flags
      numBytes  

  public static sun.java2d.pipe.RenderBuffer allocate(int);
    descriptor: (I)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int numBytes
         0: .line 86
            new sun.java2d.pipe.RenderBuffer
            dup
            iload 0 /* numBytes */
            invokespecial sun.java2d.pipe.RenderBuffer.<init>:(I)V
            areturn
        end local 0 // int numBytes
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  numBytes  I
    MethodParameters:
          Name  Flags
      numBytes  

  public final long getAddress();
    descriptor: ()J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.java2d.pipe.RenderBuffer this
         0: .line 93
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.baseAddress:J
            lreturn
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/pipe/RenderBuffer;

  public final int capacity();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.pipe.RenderBuffer this
         0: .line 102
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.capacity:I
            ireturn
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/pipe/RenderBuffer;

  public final int remaining();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.java2d.pipe.RenderBuffer this
         0: .line 106
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.endAddress:J
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            lsub
            l2i
            ireturn
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/pipe/RenderBuffer;

  public final int position();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.java2d.pipe.RenderBuffer this
         0: .line 110
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.baseAddress:J
            lsub
            l2i
            ireturn
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/pipe/RenderBuffer;

  public final void position(long);
    descriptor: (J)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // long numBytes
         0: .line 114
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.baseAddress:J
            lload 1 /* numBytes */
            ladd
            putfield sun.java2d.pipe.RenderBuffer.curAddress:J
         1: .line 115
            return
        end local 1 // long numBytes
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/java2d/pipe/RenderBuffer;
            0    2     1  numBytes  J
    MethodParameters:
          Name  Flags
      numBytes  

  public final void clear();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.java2d.pipe.RenderBuffer this
         0: .line 118
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.baseAddress:J
            putfield sun.java2d.pipe.RenderBuffer.curAddress:J
         1: .line 119
            return
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/java2d/pipe/RenderBuffer;

  public final sun.java2d.pipe.RenderBuffer skip(long);
    descriptor: (J)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // long numBytes
         0: .line 122
            aload 0 /* this */
            dup
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            lload 1 /* numBytes */
            ladd
            putfield sun.java2d.pipe.RenderBuffer.curAddress:J
         1: .line 123
            aload 0 /* this */
            areturn
        end local 1 // long numBytes
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/java2d/pipe/RenderBuffer;
            0    2     1  numBytes  J
    MethodParameters:
          Name  Flags
      numBytes  

  public final sun.java2d.pipe.RenderBuffer putByte(byte);
    descriptor: (B)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // byte x
         0: .line 131
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            iload 1 /* x */
            invokevirtual sun.misc.Unsafe.putByte:(JB)V
         1: .line 132
            aload 0 /* this */
            dup
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            lconst_1
            ladd
            putfield sun.java2d.pipe.RenderBuffer.curAddress:J
         2: .line 133
            aload 0 /* this */
            areturn
        end local 1 // byte x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/pipe/RenderBuffer;
            0    3     1     x  B
    MethodParameters:
      Name  Flags
      x     

  public sun.java2d.pipe.RenderBuffer put(byte[]);
    descriptor: ([B)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // byte[] x
         0: .line 137
            aload 0 /* this */
            aload 1 /* x */
            iconst_0
            aload 1 /* x */
            arraylength
            invokevirtual sun.java2d.pipe.RenderBuffer.put:([BII)Lsun/java2d/pipe/RenderBuffer;
            areturn
        end local 1 // byte[] x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/pipe/RenderBuffer;
            0    1     1     x  [B
    MethodParameters:
      Name  Flags
      x     

  public sun.java2d.pipe.RenderBuffer put(byte[], int, int);
    descriptor: ([BII)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=4
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // byte[] x
        start local 2 // int offset
        start local 3 // int length
         0: .line 141
            iload 3 /* length */
            bipush 6
            if_icmple 6
         1: .line 142
            iload 2 /* offset */
            i2l
            lconst_1
            lmul
            getstatic sun.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            ladd
            lstore 4 /* offsetInBytes */
        start local 4 // long offsetInBytes
         2: .line 143
            iload 3 /* length */
            i2l
            lconst_1
            lmul
            lstore 6 /* lengthInBytes */
        start local 6 // long lengthInBytes
         3: .line 144
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.unsafe:Lsun/misc/Unsafe;
            aload 1 /* x */
            lload 4 /* offsetInBytes */
            aconst_null
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            lload 6 /* lengthInBytes */
            invokevirtual sun.misc.Unsafe.copyMemory:(Ljava/lang/Object;JLjava/lang/Object;JJ)V
         4: .line 145
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.java2d.pipe.RenderBuffer.position:()I
            i2l
            lload 6 /* lengthInBytes */
            ladd
            invokevirtual sun.java2d.pipe.RenderBuffer.position:(J)V
        end local 6 // long lengthInBytes
        end local 4 // long offsetInBytes
         5: .line 146
            goto 12
         6: .line 147
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* end */
        start local 4 // int end
         7: .line 148
            iload 2 /* offset */
            istore 5 /* i */
        start local 5 // int i
         8: goto 11
         9: .line 149
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* x */
            iload 5 /* i */
            baload
            invokevirtual sun.java2d.pipe.RenderBuffer.putByte:(B)Lsun/java2d/pipe/RenderBuffer;
            pop
        10: .line 148
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            iload 4 /* end */
            if_icmplt 9
        end local 5 // int i
        end local 4 // int end
        12: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lsun/java2d/pipe/RenderBuffer;
            0   13     1              x  [B
            0   13     2         offset  I
            0   13     3         length  I
            2    5     4  offsetInBytes  J
            3    5     6  lengthInBytes  J
            7   12     4            end  I
            8   12     5              i  I
    MethodParameters:
        Name  Flags
      x       
      offset  
      length  

  public final sun.java2d.pipe.RenderBuffer putShort(short);
    descriptor: (S)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // short x
         0: .line 161
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            iload 1 /* x */
            invokevirtual sun.misc.Unsafe.putShort:(JS)V
         1: .line 162
            aload 0 /* this */
            dup
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            ldc 2
            ladd
            putfield sun.java2d.pipe.RenderBuffer.curAddress:J
         2: .line 163
            aload 0 /* this */
            areturn
        end local 1 // short x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/pipe/RenderBuffer;
            0    3     1     x  S
    MethodParameters:
      Name  Flags
      x     

  public sun.java2d.pipe.RenderBuffer put(short[]);
    descriptor: ([S)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // short[] x
         0: .line 167
            aload 0 /* this */
            aload 1 /* x */
            iconst_0
            aload 1 /* x */
            arraylength
            invokevirtual sun.java2d.pipe.RenderBuffer.put:([SII)Lsun/java2d/pipe/RenderBuffer;
            areturn
        end local 1 // short[] x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/pipe/RenderBuffer;
            0    1     1     x  [S
    MethodParameters:
      Name  Flags
      x     

  public sun.java2d.pipe.RenderBuffer put(short[], int, int);
    descriptor: ([SII)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=4
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // short[] x
        start local 2 // int offset
        start local 3 // int length
         0: .line 172
            iload 3 /* length */
            bipush 6
            if_icmple 6
         1: .line 173
            iload 2 /* offset */
            i2l
            ldc 2
            lmul
            getstatic sun.misc.Unsafe.ARRAY_SHORT_BASE_OFFSET:I
            i2l
            ladd
            lstore 4 /* offsetInBytes */
        start local 4 // long offsetInBytes
         2: .line 174
            iload 3 /* length */
            i2l
            ldc 2
            lmul
            lstore 6 /* lengthInBytes */
        start local 6 // long lengthInBytes
         3: .line 175
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.unsafe:Lsun/misc/Unsafe;
            aload 1 /* x */
            lload 4 /* offsetInBytes */
            aconst_null
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            lload 6 /* lengthInBytes */
            invokevirtual sun.misc.Unsafe.copyMemory:(Ljava/lang/Object;JLjava/lang/Object;JJ)V
         4: .line 176
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.java2d.pipe.RenderBuffer.position:()I
            i2l
            lload 6 /* lengthInBytes */
            ladd
            invokevirtual sun.java2d.pipe.RenderBuffer.position:(J)V
        end local 6 // long lengthInBytes
        end local 4 // long offsetInBytes
         5: .line 177
            goto 12
         6: .line 178
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* end */
        start local 4 // int end
         7: .line 179
            iload 2 /* offset */
            istore 5 /* i */
        start local 5 // int i
         8: goto 11
         9: .line 180
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* x */
            iload 5 /* i */
            saload
            invokevirtual sun.java2d.pipe.RenderBuffer.putShort:(S)Lsun/java2d/pipe/RenderBuffer;
            pop
        10: .line 179
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            iload 4 /* end */
            if_icmplt 9
        end local 5 // int i
        end local 4 // int end
        12: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // short[] x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lsun/java2d/pipe/RenderBuffer;
            0   13     1              x  [S
            0   13     2         offset  I
            0   13     3         length  I
            2    5     4  offsetInBytes  J
            3    5     6  lengthInBytes  J
            7   12     4            end  I
            8   12     5              i  I
    MethodParameters:
        Name  Flags
      x       
      offset  
      length  

  public final sun.java2d.pipe.RenderBuffer putInt(int, int);
    descriptor: (II)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // int pos
        start local 2 // int x
         0: .line 192
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.baseAddress:J
            iload 1 /* pos */
            i2l
            ladd
            iload 2 /* x */
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
         1: .line 193
            aload 0 /* this */
            areturn
        end local 2 // int x
        end local 1 // int pos
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/java2d/pipe/RenderBuffer;
            0    2     1   pos  I
            0    2     2     x  I
    MethodParameters:
      Name  Flags
      pos   
      x     

  public final sun.java2d.pipe.RenderBuffer putInt(int);
    descriptor: (I)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // int x
         0: .line 198
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            iload 1 /* x */
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
         1: .line 199
            aload 0 /* this */
            dup
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            ldc 4
            ladd
            putfield sun.java2d.pipe.RenderBuffer.curAddress:J
         2: .line 200
            aload 0 /* this */
            areturn
        end local 1 // int x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/pipe/RenderBuffer;
            0    3     1     x  I
    MethodParameters:
      Name  Flags
      x     

  public sun.java2d.pipe.RenderBuffer put(int[]);
    descriptor: ([I)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // int[] x
         0: .line 204
            aload 0 /* this */
            aload 1 /* x */
            iconst_0
            aload 1 /* x */
            arraylength
            invokevirtual sun.java2d.pipe.RenderBuffer.put:([III)Lsun/java2d/pipe/RenderBuffer;
            areturn
        end local 1 // int[] x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/pipe/RenderBuffer;
            0    1     1     x  [I
    MethodParameters:
      Name  Flags
      x     

  public sun.java2d.pipe.RenderBuffer put(int[], int, int);
    descriptor: ([III)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=4
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // int[] x
        start local 2 // int offset
        start local 3 // int length
         0: .line 209
            iload 3 /* length */
            bipush 6
            if_icmple 6
         1: .line 210
            iload 2 /* offset */
            i2l
            ldc 4
            lmul
            getstatic sun.misc.Unsafe.ARRAY_INT_BASE_OFFSET:I
            i2l
            ladd
            lstore 4 /* offsetInBytes */
        start local 4 // long offsetInBytes
         2: .line 211
            iload 3 /* length */
            i2l
            ldc 4
            lmul
            lstore 6 /* lengthInBytes */
        start local 6 // long lengthInBytes
         3: .line 212
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.unsafe:Lsun/misc/Unsafe;
            aload 1 /* x */
            lload 4 /* offsetInBytes */
            aconst_null
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            lload 6 /* lengthInBytes */
            invokevirtual sun.misc.Unsafe.copyMemory:(Ljava/lang/Object;JLjava/lang/Object;JJ)V
         4: .line 213
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.java2d.pipe.RenderBuffer.position:()I
            i2l
            lload 6 /* lengthInBytes */
            ladd
            invokevirtual sun.java2d.pipe.RenderBuffer.position:(J)V
        end local 6 // long lengthInBytes
        end local 4 // long offsetInBytes
         5: .line 214
            goto 12
         6: .line 215
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* end */
        start local 4 // int end
         7: .line 216
            iload 2 /* offset */
            istore 5 /* i */
        start local 5 // int i
         8: goto 11
         9: .line 217
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* x */
            iload 5 /* i */
            iaload
            invokevirtual sun.java2d.pipe.RenderBuffer.putInt:(I)Lsun/java2d/pipe/RenderBuffer;
            pop
        10: .line 216
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            iload 4 /* end */
            if_icmplt 9
        end local 5 // int i
        end local 4 // int end
        12: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // int[] x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lsun/java2d/pipe/RenderBuffer;
            0   13     1              x  [I
            0   13     2         offset  I
            0   13     3         length  I
            2    5     4  offsetInBytes  J
            3    5     6  lengthInBytes  J
            7   12     4            end  I
            8   12     5              i  I
    MethodParameters:
        Name  Flags
      x       
      offset  
      length  

  public final sun.java2d.pipe.RenderBuffer putFloat(float);
    descriptor: (F)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // float x
         0: .line 229
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            fload 1 /* x */
            invokevirtual sun.misc.Unsafe.putFloat:(JF)V
         1: .line 230
            aload 0 /* this */
            dup
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            ldc 4
            ladd
            putfield sun.java2d.pipe.RenderBuffer.curAddress:J
         2: .line 231
            aload 0 /* this */
            areturn
        end local 1 // float x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/pipe/RenderBuffer;
            0    3     1     x  F
    MethodParameters:
      Name  Flags
      x     

  public sun.java2d.pipe.RenderBuffer put(float[]);
    descriptor: ([F)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // float[] x
         0: .line 235
            aload 0 /* this */
            aload 1 /* x */
            iconst_0
            aload 1 /* x */
            arraylength
            invokevirtual sun.java2d.pipe.RenderBuffer.put:([FII)Lsun/java2d/pipe/RenderBuffer;
            areturn
        end local 1 // float[] x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/pipe/RenderBuffer;
            0    1     1     x  [F
    MethodParameters:
      Name  Flags
      x     

  public sun.java2d.pipe.RenderBuffer put(float[], int, int);
    descriptor: ([FII)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=4
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // float[] x
        start local 2 // int offset
        start local 3 // int length
         0: .line 240
            iload 3 /* length */
            bipush 6
            if_icmple 6
         1: .line 241
            iload 2 /* offset */
            i2l
            ldc 4
            lmul
            getstatic sun.misc.Unsafe.ARRAY_FLOAT_BASE_OFFSET:I
            i2l
            ladd
            lstore 4 /* offsetInBytes */
        start local 4 // long offsetInBytes
         2: .line 242
            iload 3 /* length */
            i2l
            ldc 4
            lmul
            lstore 6 /* lengthInBytes */
        start local 6 // long lengthInBytes
         3: .line 243
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.unsafe:Lsun/misc/Unsafe;
            aload 1 /* x */
            lload 4 /* offsetInBytes */
            aconst_null
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            lload 6 /* lengthInBytes */
            invokevirtual sun.misc.Unsafe.copyMemory:(Ljava/lang/Object;JLjava/lang/Object;JJ)V
         4: .line 244
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.java2d.pipe.RenderBuffer.position:()I
            i2l
            lload 6 /* lengthInBytes */
            ladd
            invokevirtual sun.java2d.pipe.RenderBuffer.position:(J)V
        end local 6 // long lengthInBytes
        end local 4 // long offsetInBytes
         5: .line 245
            goto 12
         6: .line 246
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* end */
        start local 4 // int end
         7: .line 247
            iload 2 /* offset */
            istore 5 /* i */
        start local 5 // int i
         8: goto 11
         9: .line 248
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* x */
            iload 5 /* i */
            faload
            invokevirtual sun.java2d.pipe.RenderBuffer.putFloat:(F)Lsun/java2d/pipe/RenderBuffer;
            pop
        10: .line 247
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            iload 4 /* end */
            if_icmplt 9
        end local 5 // int i
        end local 4 // int end
        12: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // float[] x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lsun/java2d/pipe/RenderBuffer;
            0   13     1              x  [F
            0   13     2         offset  I
            0   13     3         length  I
            2    5     4  offsetInBytes  J
            3    5     6  lengthInBytes  J
            7   12     4            end  I
            8   12     5              i  I
    MethodParameters:
        Name  Flags
      x       
      offset  
      length  

  public final sun.java2d.pipe.RenderBuffer putLong(long);
    descriptor: (J)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // long x
         0: .line 260
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            lload 1 /* x */
            invokevirtual sun.misc.Unsafe.putLong:(JJ)V
         1: .line 261
            aload 0 /* this */
            dup
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            ldc 8
            ladd
            putfield sun.java2d.pipe.RenderBuffer.curAddress:J
         2: .line 262
            aload 0 /* this */
            areturn
        end local 1 // long x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/pipe/RenderBuffer;
            0    3     1     x  J
    MethodParameters:
      Name  Flags
      x     

  public sun.java2d.pipe.RenderBuffer put(long[]);
    descriptor: ([J)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // long[] x
         0: .line 266
            aload 0 /* this */
            aload 1 /* x */
            iconst_0
            aload 1 /* x */
            arraylength
            invokevirtual sun.java2d.pipe.RenderBuffer.put:([JII)Lsun/java2d/pipe/RenderBuffer;
            areturn
        end local 1 // long[] x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/pipe/RenderBuffer;
            0    1     1     x  [J
    MethodParameters:
      Name  Flags
      x     

  public sun.java2d.pipe.RenderBuffer put(long[], int, int);
    descriptor: ([JII)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=4
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // long[] x
        start local 2 // int offset
        start local 3 // int length
         0: .line 271
            iload 3 /* length */
            bipush 6
            if_icmple 6
         1: .line 272
            iload 2 /* offset */
            i2l
            ldc 8
            lmul
            getstatic sun.misc.Unsafe.ARRAY_LONG_BASE_OFFSET:I
            i2l
            ladd
            lstore 4 /* offsetInBytes */
        start local 4 // long offsetInBytes
         2: .line 273
            iload 3 /* length */
            i2l
            ldc 8
            lmul
            lstore 6 /* lengthInBytes */
        start local 6 // long lengthInBytes
         3: .line 274
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.unsafe:Lsun/misc/Unsafe;
            aload 1 /* x */
            lload 4 /* offsetInBytes */
            aconst_null
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            lload 6 /* lengthInBytes */
            invokevirtual sun.misc.Unsafe.copyMemory:(Ljava/lang/Object;JLjava/lang/Object;JJ)V
         4: .line 275
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.java2d.pipe.RenderBuffer.position:()I
            i2l
            lload 6 /* lengthInBytes */
            ladd
            invokevirtual sun.java2d.pipe.RenderBuffer.position:(J)V
        end local 6 // long lengthInBytes
        end local 4 // long offsetInBytes
         5: .line 276
            goto 12
         6: .line 277
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* end */
        start local 4 // int end
         7: .line 278
            iload 2 /* offset */
            istore 5 /* i */
        start local 5 // int i
         8: goto 11
         9: .line 279
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* x */
            iload 5 /* i */
            laload
            invokevirtual sun.java2d.pipe.RenderBuffer.putLong:(J)Lsun/java2d/pipe/RenderBuffer;
            pop
        10: .line 278
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            iload 4 /* end */
            if_icmplt 9
        end local 5 // int i
        end local 4 // int end
        12: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // long[] x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lsun/java2d/pipe/RenderBuffer;
            0   13     1              x  [J
            0   13     2         offset  I
            0   13     3         length  I
            2    5     4  offsetInBytes  J
            3    5     6  lengthInBytes  J
            7   12     4            end  I
            8   12     5              i  I
    MethodParameters:
        Name  Flags
      x       
      offset  
      length  

  public final sun.java2d.pipe.RenderBuffer putDouble(double);
    descriptor: (D)Lsun/java2d/pipe/RenderBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.java2d.pipe.RenderBuffer this
        start local 1 // double x
         0: .line 291
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            dload 1 /* x */
            invokevirtual sun.misc.Unsafe.putDouble:(JD)V
         1: .line 292
            aload 0 /* this */
            dup
            getfield sun.java2d.pipe.RenderBuffer.curAddress:J
            ldc 8
            ladd
            putfield sun.java2d.pipe.RenderBuffer.curAddress:J
         2: .line 293
            aload 0 /* this */
            areturn
        end local 1 // double x
        end local 0 // sun.java2d.pipe.RenderBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/pipe/RenderBuffer;
            0    3     1     x  D
    MethodParameters:
      Name  Flags
      x     
}
SourceFile: "RenderBuffer.java"