class sun.tools.jconsole.Plotter$TimeStamps
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.tools.jconsole.Plotter$TimeStamps
  super_class: java.lang.Object
{
  long[] offsets;
    descriptor: [J
    flags: (0x0000) 

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

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

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

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.tools.jconsole.Plotter$TimeStamps this
         0: .line 838
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 845
            aload 0 /* this */
            iconst_0
            newarray 11
            putfield sun.tools.jconsole.Plotter$TimeStamps.offsets:[J
         2: .line 846
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield sun.tools.jconsole.Plotter$TimeStamps.indices:[I
         3: .line 847
            aload 0 /* this */
            sipush 4000
            newarray 10
            putfield sun.tools.jconsole.Plotter$TimeStamps.rtimes:[I
         4: .line 850
            aload 0 /* this */
            iconst_0
            putfield sun.tools.jconsole.Plotter$TimeStamps.size:I
         5: .line 838
            return
        end local 0 // sun.tools.jconsole.Plotter$TimeStamps this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/tools/jconsole/Plotter$TimeStamps;

  public long time(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.tools.jconsole.Plotter$TimeStamps this
        start local 1 // int i
         0: .line 856
            lconst_0
            lstore 2 /* offset */
        start local 2 // long offset
         1: .line 857
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.indices:[I
            arraylength
            iconst_1
            isub
            istore 4 /* j */
        start local 4 // int j
         2: goto 7
         3: .line 858
      StackMap locals: long int
      StackMap stack:
            iload 1 /* i */
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.indices:[I
            iload 4 /* j */
            iaload
            if_icmplt 6
         4: .line 859
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.offsets:[J
            iload 4 /* j */
            laload
            lstore 2 /* offset */
         5: .line 860
            goto 8
         6: .line 857
      StackMap locals:
      StackMap stack:
            iinc 4 /* j */ -1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* j */
            ifge 3
        end local 4 // int j
         8: .line 863
      StackMap locals:
      StackMap stack:
            lload 2 /* offset */
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.rtimes:[I
            iload 1 /* i */
            iaload
            i2l
            ladd
            lreturn
        end local 2 // long offset
        end local 1 // int i
        end local 0 // sun.tools.jconsole.Plotter$TimeStamps this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lsun/tools/jconsole/Plotter$TimeStamps;
            0    9     1       i  I
            1    9     2  offset  J
            2    8     4       j  I
    MethodParameters:
      Name  Flags
      i     

  public void add(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // sun.tools.jconsole.Plotter$TimeStamps this
        start local 1 // long time
         0: .line 868
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.offsets:[J
            arraylength
            istore 3 /* n */
        start local 3 // int n
         1: .line 869
            iload 3 /* n */
            ifeq 2
            lload 1 /* time */
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.offsets:[J
            iload 3 /* n */
            iconst_1
            isub
            laload
            lsub
            ldc 2147483647
            lcmp
            ifle 6
         2: .line 871
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.offsets:[J
            iload 3 /* n */
            iconst_1
            iadd
            invokestatic java.util.Arrays.copyOf:([JI)[J
            putfield sun.tools.jconsole.Plotter$TimeStamps.offsets:[J
         3: .line 872
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.offsets:[J
            iload 3 /* n */
            lload 1 /* time */
            lastore
         4: .line 873
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.indices:[I
            iload 3 /* n */
            iconst_1
            iadd
            invokestatic java.util.Arrays.copyOf:([II)[I
            putfield sun.tools.jconsole.Plotter$TimeStamps.indices:[I
         5: .line 874
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.indices:[I
            iload 3 /* n */
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.size:I
            iastore
         6: .line 878
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.rtimes:[I
            arraylength
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.size:I
            if_icmpne 8
         7: .line 879
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.rtimes:[I
            invokestatic sun.tools.jconsole.Plotter.extendArray:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast int[]
            putfield sun.tools.jconsole.Plotter$TimeStamps.rtimes:[I
         8: .line 883
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.rtimes:[I
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.size:I
            lload 1 /* time */
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.offsets:[J
            aload 0 /* this */
            getfield sun.tools.jconsole.Plotter$TimeStamps.offsets:[J
            arraylength
            iconst_1
            isub
            laload
            lsub
            l2i
            iastore
         9: .line 884
            aload 0 /* this */
            dup
            getfield sun.tools.jconsole.Plotter$TimeStamps.size:I
            iconst_1
            iadd
            putfield sun.tools.jconsole.Plotter$TimeStamps.size:I
        10: .line 885
            return
        end local 3 // int n
        end local 1 // long time
        end local 0 // sun.tools.jconsole.Plotter$TimeStamps this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/tools/jconsole/Plotter$TimeStamps;
            0   11     1  time  J
            1   11     3     n  I
    MethodParameters:
      Name  Flags
      time  
}
SourceFile: "Plotter.java"
NestHost: sun.tools.jconsole.Plotter
InnerClasses:
  private TimeStamps = sun.tools.jconsole.Plotter$TimeStamps of sun.tools.jconsole.Plotter