public abstract class com.sun.tools.hat.internal.model.JavaLazyReadObject extends com.sun.tools.hat.internal.model.JavaHeapObject
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.hat.internal.model.JavaLazyReadObject
  super_class: com.sun.tools.hat.internal.model.JavaHeapObject
{
  private final long offset;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(long);
    descriptor: (J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.hat.internal.model.JavaLazyReadObject this
        start local 1 // long offset
         0: .line 46
            aload 0 /* this */
            invokespecial com.sun.tools.hat.internal.model.JavaHeapObject.<init>:()V
         1: .line 47
            aload 0 /* this */
            lload 1 /* offset */
            putfield com.sun.tools.hat.internal.model.JavaLazyReadObject.offset:J
         2: .line 48
            return
        end local 1 // long offset
        end local 0 // com.sun.tools.hat.internal.model.JavaLazyReadObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/tools/hat/internal/model/JavaLazyReadObject;
            0    3     1  offset  J
    MethodParameters:
        Name  Flags
      offset  

  public final int getSize();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.hat.internal.model.JavaLazyReadObject this
         0: .line 51
            aload 0 /* this */
            invokevirtual com.sun.tools.hat.internal.model.JavaLazyReadObject.getValueLength:()I
            aload 0 /* this */
            invokevirtual com.sun.tools.hat.internal.model.JavaLazyReadObject.getClazz:()Lcom/sun/tools/hat/internal/model/JavaClass;
            invokevirtual com.sun.tools.hat.internal.model.JavaClass.getMinimumObjectSize:()I
            iadd
            ireturn
        end local 0 // com.sun.tools.hat.internal.model.JavaLazyReadObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/hat/internal/model/JavaLazyReadObject;

  protected final long getOffset();
    descriptor: ()J
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.hat.internal.model.JavaLazyReadObject this
         0: .line 55
            aload 0 /* this */
            getfield com.sun.tools.hat.internal.model.JavaLazyReadObject.offset:J
            lreturn
        end local 0 // com.sun.tools.hat.internal.model.JavaLazyReadObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/hat/internal/model/JavaLazyReadObject;

  protected final int getValueLength();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.tools.hat.internal.model.JavaLazyReadObject this
         0: .line 61
            aload 0 /* this */
            invokevirtual com.sun.tools.hat.internal.model.JavaLazyReadObject.readValueLength:()I
         1: ireturn
         2: .line 62
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* exp */
        start local 1 // java.io.IOException exp
         3: .line 63
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "lazy read failed at offset "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.hat.internal.model.JavaLazyReadObject.offset:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 64
            aload 1 /* exp */
            invokevirtual java.io.IOException.printStackTrace:()V
         5: .line 65
            iconst_0
            ireturn
        end local 1 // java.io.IOException exp
        end local 0 // com.sun.tools.hat.internal.model.JavaLazyReadObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/hat/internal/model/JavaLazyReadObject;
            3    6     1   exp  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  protected final byte[] getValue();
    descriptor: ()[B
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.tools.hat.internal.model.JavaLazyReadObject this
         0: .line 72
            aload 0 /* this */
            invokevirtual com.sun.tools.hat.internal.model.JavaLazyReadObject.readValue:()[B
         1: areturn
         2: .line 73
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* exp */
        start local 1 // java.io.IOException exp
         3: .line 74
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "lazy read failed at offset "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.hat.internal.model.JavaLazyReadObject.offset:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 75
            aload 1 /* exp */
            invokevirtual java.io.IOException.printStackTrace:()V
         5: .line 76
            getstatic com.sun.tools.hat.internal.model.Snapshot.EMPTY_BYTE_ARRAY:[B
            areturn
        end local 1 // java.io.IOException exp
        end local 0 // com.sun.tools.hat.internal.model.JavaLazyReadObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/hat/internal/model/JavaLazyReadObject;
            3    6     1   exp  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public final long getId();
    descriptor: ()J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.tools.hat.internal.model.JavaLazyReadObject this
         0: .line 83
            aload 0 /* this */
            invokevirtual com.sun.tools.hat.internal.model.JavaLazyReadObject.getClazz:()Lcom/sun/tools/hat/internal/model/JavaClass;
            invokevirtual com.sun.tools.hat.internal.model.JavaClass.getReadBuffer:()Lcom/sun/tools/hat/internal/parser/ReadBuffer;
            astore 1 /* buf */
        start local 1 // com.sun.tools.hat.internal.parser.ReadBuffer buf
         1: .line 84
            aload 0 /* this */
            invokevirtual com.sun.tools.hat.internal.model.JavaLazyReadObject.getClazz:()Lcom/sun/tools/hat/internal/model/JavaClass;
            invokevirtual com.sun.tools.hat.internal.model.JavaClass.getIdentifierSize:()I
            istore 2 /* idSize */
        start local 2 // int idSize
         2: .line 85
            iload 2 /* idSize */
            iconst_4
            if_icmpne 5
         3: .line 86
            aload 1 /* buf */
            aload 0 /* this */
            getfield com.sun.tools.hat.internal.model.JavaLazyReadObject.offset:J
            invokeinterface com.sun.tools.hat.internal.parser.ReadBuffer.getInt:(J)I
            i2l
            getstatic com.sun.tools.hat.internal.model.Snapshot.SMALL_ID_MASK:J
            land
         4: lreturn
         5: .line 88
      StackMap locals: com.sun.tools.hat.internal.parser.ReadBuffer int
      StackMap stack:
            aload 1 /* buf */
            aload 0 /* this */
            getfield com.sun.tools.hat.internal.model.JavaLazyReadObject.offset:J
            invokeinterface com.sun.tools.hat.internal.parser.ReadBuffer.getLong:(J)J
         6: lreturn
        end local 2 // int idSize
        end local 1 // com.sun.tools.hat.internal.parser.ReadBuffer buf
         7: .line 90
      StackMap locals: com.sun.tools.hat.internal.model.JavaLazyReadObject
      StackMap stack: java.io.IOException
            astore 1 /* exp */
        start local 1 // java.io.IOException exp
         8: .line 91
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "lazy read failed at offset "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.hat.internal.model.JavaLazyReadObject.offset:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         9: .line 92
            aload 1 /* exp */
            invokevirtual java.io.IOException.printStackTrace:()V
        10: .line 93
            ldc -1
            lreturn
        end local 1 // java.io.IOException exp
        end local 0 // com.sun.tools.hat.internal.model.JavaLazyReadObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lcom/sun/tools/hat/internal/model/JavaLazyReadObject;
            1    7     1     buf  Lcom/sun/tools/hat/internal/parser/ReadBuffer;
            2    7     2  idSize  I
            8   11     1     exp  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       7  Class java.io.IOException
           5     6       7  Class java.io.IOException

  protected abstract int readValueLength();
    descriptor: ()I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  protected abstract byte[] readValue();
    descriptor: ()[B
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  protected static java.lang.Number makeId(long);
    descriptor: (J)Ljava/lang/Number;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // long id
         0: .line 102
            lload 0 /* id */
            getstatic com.sun.tools.hat.internal.model.Snapshot.SMALL_ID_MASK:J
            ldc -1
            lxor
            land
            lconst_0
            lcmp
            ifne 2
         1: .line 103
            new java.lang.Integer
            dup
            lload 0 /* id */
            l2i
            invokespecial java.lang.Integer.<init>:(I)V
            areturn
         2: .line 105
      StackMap locals:
      StackMap stack:
            new java.lang.Long
            dup
            lload 0 /* id */
            invokespecial java.lang.Long.<init>:(J)V
            areturn
        end local 0 // long id
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    id  J
    MethodParameters:
      Name  Flags
      id    

  protected static long getIdValue(java.lang.Number);
    descriptor: (Ljava/lang/Number;)J
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // java.lang.Number num
         0: .line 111
            aload 0 /* num */
            invokevirtual java.lang.Number.longValue:()J
            lstore 1 /* id */
        start local 1 // long id
         1: .line 112
            aload 0 /* num */
            instanceof java.lang.Integer
            ifeq 3
         2: .line 113
            lload 1 /* id */
            getstatic com.sun.tools.hat.internal.model.Snapshot.SMALL_ID_MASK:J
            land
            lstore 1 /* id */
         3: .line 115
      StackMap locals: long
      StackMap stack:
            lload 1 /* id */
            lreturn
        end local 1 // long id
        end local 0 // java.lang.Number num
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   num  Ljava/lang/Number;
            1    4     1    id  J
    MethodParameters:
      Name  Flags
      num   

  protected final long objectIdAt(int, byte[]);
    descriptor: (I[B)J
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.hat.internal.model.JavaLazyReadObject this
        start local 1 // int index
        start local 2 // byte[] data
         0: .line 120
            aload 0 /* this */
            invokevirtual com.sun.tools.hat.internal.model.JavaLazyReadObject.getClazz:()Lcom/sun/tools/hat/internal/model/JavaClass;
            invokevirtual com.sun.tools.hat.internal.model.JavaClass.getIdentifierSize:()I
            istore 3 /* idSize */
        start local 3 // int idSize
         1: .line 121
            iload 3 /* idSize */
            iconst_4
            if_icmpne 3
         2: .line 122
            iload 1 /* index */
            aload 2 /* data */
            invokestatic com.sun.tools.hat.internal.model.JavaLazyReadObject.intAt:(I[B)I
            i2l
            getstatic com.sun.tools.hat.internal.model.Snapshot.SMALL_ID_MASK:J
            land
            lreturn
         3: .line 124
      StackMap locals: int
      StackMap stack:
            iload 1 /* index */
            aload 2 /* data */
            invokestatic com.sun.tools.hat.internal.model.JavaLazyReadObject.longAt:(I[B)J
            lreturn
        end local 3 // int idSize
        end local 2 // byte[] data
        end local 1 // int index
        end local 0 // com.sun.tools.hat.internal.model.JavaLazyReadObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/tools/hat/internal/model/JavaLazyReadObject;
            0    4     1   index  I
            0    4     2    data  [B
            1    4     3  idSize  I
    MethodParameters:
       Name  Flags
      index  
      data   

  protected static byte byteAt(int, byte[]);
    descriptor: (I[B)B
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int index
        start local 1 // byte[] value
         0: .line 130
            aload 1 /* value */
            iload 0 /* index */
            baload
            ireturn
        end local 1 // byte[] value
        end local 0 // int index
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  index  I
            0    1     1  value  [B
    MethodParameters:
       Name  Flags
      index  
      value  

  protected static boolean booleanAt(int, byte[]);
    descriptor: (I[B)Z
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int index
        start local 1 // byte[] value
         0: .line 134
            aload 1 /* value */
            iload 0 /* index */
            baload
            sipush 255
            iand
            ifne 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // byte[] value
        end local 0 // int index
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  index  I
            0    3     1  value  [B
    MethodParameters:
       Name  Flags
      index  
      value  

  protected static char charAt(int, byte[]);
    descriptor: (I[B)C
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // int index
        start local 1 // byte[] value
         0: .line 138
            aload 1 /* value */
            iload 0 /* index */
            iinc 0 /* index */ 1
            baload
            sipush 255
            iand
            istore 2 /* b1 */
        start local 2 // int b1
         1: .line 139
            aload 1 /* value */
            iload 0 /* index */
            iinc 0 /* index */ 1
            baload
            sipush 255
            iand
            istore 3 /* b2 */
        start local 3 // int b2
         2: .line 140
            iload 2 /* b1 */
            bipush 8
            ishl
            iload 3 /* b2 */
            iadd
            i2c
            ireturn
        end local 3 // int b2
        end local 2 // int b1
        end local 1 // byte[] value
        end local 0 // int index
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  index  I
            0    3     1  value  [B
            1    3     2     b1  I
            2    3     3     b2  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected static short shortAt(int, byte[]);
    descriptor: (I[B)S
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // int index
        start local 1 // byte[] value
         0: .line 144
            aload 1 /* value */
            iload 0 /* index */
            iinc 0 /* index */ 1
            baload
            sipush 255
            iand
            istore 2 /* b1 */
        start local 2 // int b1
         1: .line 145
            aload 1 /* value */
            iload 0 /* index */
            iinc 0 /* index */ 1
            baload
            sipush 255
            iand
            istore 3 /* b2 */
        start local 3 // int b2
         2: .line 146
            iload 2 /* b1 */
            bipush 8
            ishl
            iload 3 /* b2 */
            iadd
            i2s
            ireturn
        end local 3 // int b2
        end local 2 // int b1
        end local 1 // byte[] value
        end local 0 // int index
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  index  I
            0    3     1  value  [B
            1    3     2     b1  I
            2    3     3     b2  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected static int intAt(int, byte[]);
    descriptor: (I[B)I
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // int index
        start local 1 // byte[] value
         0: .line 150
            aload 1 /* value */
            iload 0 /* index */
            iinc 0 /* index */ 1
            baload
            sipush 255
            iand
            istore 2 /* b1 */
        start local 2 // int b1
         1: .line 151
            aload 1 /* value */
            iload 0 /* index */
            iinc 0 /* index */ 1
            baload
            sipush 255
            iand
            istore 3 /* b2 */
        start local 3 // int b2
         2: .line 152
            aload 1 /* value */
            iload 0 /* index */
            iinc 0 /* index */ 1
            baload
            sipush 255
            iand
            istore 4 /* b3 */
        start local 4 // int b3
         3: .line 153
            aload 1 /* value */
            iload 0 /* index */
            iinc 0 /* index */ 1
            baload
            sipush 255
            iand
            istore 5 /* b4 */
        start local 5 // int b4
         4: .line 154
            iload 2 /* b1 */
            bipush 24
            ishl
            iload 3 /* b2 */
            bipush 16
            ishl
            iadd
            iload 4 /* b3 */
            bipush 8
            ishl
            iadd
            iload 5 /* b4 */
            iadd
            ireturn
        end local 5 // int b4
        end local 4 // int b3
        end local 3 // int b2
        end local 2 // int b1
        end local 1 // byte[] value
        end local 0 // int index
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0  index  I
            0    5     1  value  [B
            1    5     2     b1  I
            2    5     3     b2  I
            3    5     4     b3  I
            4    5     5     b4  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected static long longAt(int, byte[]);
    descriptor: (I[B)J
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // int index
        start local 1 // byte[] value
         0: .line 158
            lconst_0
            lstore 2 /* val */
        start local 2 // long val
         1: .line 159
            iconst_0
            istore 4 /* j */
        start local 4 // int j
         2: goto 7
         3: .line 160
      StackMap locals: long int
      StackMap stack:
            lload 2 /* val */
            bipush 8
            lshl
            lstore 2 /* val */
         4: .line 161
            aload 1 /* value */
            iload 0 /* index */
            iinc 0 /* index */ 1
            baload
            sipush 255
            iand
            istore 5 /* b */
        start local 5 // int b
         5: .line 162
            lload 2 /* val */
            iload 5 /* b */
            i2l
            lor
            lstore 2 /* val */
        end local 5 // int b
         6: .line 159
            iinc 4 /* j */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* j */
            bipush 8
            if_icmplt 3
        end local 4 // int j
         8: .line 164
            lload 2 /* val */
            lreturn
        end local 2 // long val
        end local 1 // byte[] value
        end local 0 // int index
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0  index  I
            0    9     1  value  [B
            1    9     2    val  J
            2    8     4      j  I
            5    6     5      b  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected static float floatAt(int, byte[]);
    descriptor: (I[B)F
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // int index
        start local 1 // byte[] value
         0: .line 168
            iload 0 /* index */
            aload 1 /* value */
            invokestatic com.sun.tools.hat.internal.model.JavaLazyReadObject.intAt:(I[B)I
            istore 2 /* val */
        start local 2 // int val
         1: .line 169
            iload 2 /* val */
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            freturn
        end local 2 // int val
        end local 1 // byte[] value
        end local 0 // int index
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  index  I
            0    2     1  value  [B
            1    2     2    val  I
    MethodParameters:
       Name  Flags
      index  
      value  

  protected static double doubleAt(int, byte[]);
    descriptor: (I[B)D
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // int index
        start local 1 // byte[] value
         0: .line 173
            iload 0 /* index */
            aload 1 /* value */
            invokestatic com.sun.tools.hat.internal.model.JavaLazyReadObject.longAt:(I[B)J
            lstore 2 /* val */
        start local 2 // long val
         1: .line 174
            lload 2 /* val */
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dreturn
        end local 2 // long val
        end local 1 // byte[] value
        end local 0 // int index
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  index  I
            0    2     1  value  [B
            1    2     2    val  J
    MethodParameters:
       Name  Flags
      index  
      value  
}
SourceFile: "JavaLazyReadObject.java"