public class sun.jvm.hotspot.code.ObjectValue extends sun.jvm.hotspot.code.ScopeValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.code.ObjectValue
  super_class: sun.jvm.hotspot.code.ScopeValue
{
  private int id;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.code.ScopeValue klass;
    descriptor: Lsun/jvm/hotspot/code/ScopeValue;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<sun.jvm.hotspot.code.ScopeValue> fieldsValue;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lsun/jvm/hotspot/code/ScopeValue;>;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.code.ObjectValue this
        start local 1 // int id
         0: .line 43
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.code.ScopeValue.<init>:()V
         1: .line 44
            aload 0 /* this */
            iload 1 /* id */
            putfield sun.jvm.hotspot.code.ObjectValue.id:I
         2: .line 45
            aload 0 /* this */
            aconst_null
            putfield sun.jvm.hotspot.code.ObjectValue.klass:Lsun/jvm/hotspot/code/ScopeValue;
         3: .line 46
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield sun.jvm.hotspot.code.ObjectValue.fieldsValue:Ljava/util/List;
         4: .line 47
            return
        end local 1 // int id
        end local 0 // sun.jvm.hotspot.code.ObjectValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/code/ObjectValue;
            0    5     1    id  I
    MethodParameters:
      Name  Flags
      id    

  public boolean isObject();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.ObjectValue this
         0: .line 49
            iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.code.ObjectValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/code/ObjectValue;

  public int id();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.ObjectValue this
         0: .line 50
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.ObjectValue.id:I
            ireturn
        end local 0 // sun.jvm.hotspot.code.ObjectValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/code/ObjectValue;

  public sun.jvm.hotspot.code.ScopeValue getKlass();
    descriptor: ()Lsun/jvm/hotspot/code/ScopeValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.ObjectValue this
         0: .line 51
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.ObjectValue.klass:Lsun/jvm/hotspot/code/ScopeValue;
            areturn
        end local 0 // sun.jvm.hotspot.code.ObjectValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/code/ObjectValue;

  public java.util.List<sun.jvm.hotspot.code.ScopeValue> getFieldsValue();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.ObjectValue this
         0: .line 52
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.ObjectValue.fieldsValue:Ljava/util/List;
            areturn
        end local 0 // sun.jvm.hotspot.code.ObjectValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/code/ObjectValue;
    Signature: ()Ljava/util/List<Lsun/jvm/hotspot/code/ScopeValue;>;

  public sun.jvm.hotspot.code.ScopeValue getFieldAt(int);
    descriptor: (I)Lsun/jvm/hotspot/code/ScopeValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.code.ObjectValue this
        start local 1 // int i
         0: .line 53
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.ObjectValue.fieldsValue:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.code.ScopeValue
            areturn
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.code.ObjectValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/code/ObjectValue;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int fieldsSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.ObjectValue this
         0: .line 54
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.ObjectValue.fieldsValue:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // sun.jvm.hotspot.code.ObjectValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/code/ObjectValue;

  public sun.jvm.hotspot.debugger.OopHandle getValue();
    descriptor: ()Lsun/jvm/hotspot/debugger/OopHandle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.ObjectValue this
         0: .line 59
            aconst_null
            areturn
        end local 0 // sun.jvm.hotspot.code.ObjectValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/code/ObjectValue;

  void readObject(sun.jvm.hotspot.code.DebugInfoReadStream);
    descriptor: (Lsun/jvm/hotspot/code/DebugInfoReadStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.code.ObjectValue this
        start local 1 // sun.jvm.hotspot.code.DebugInfoReadStream stream
         0: .line 64
            aload 0 /* this */
            aload 1 /* stream */
            invokestatic sun.jvm.hotspot.code.ObjectValue.readFrom:(Lsun/jvm/hotspot/code/DebugInfoReadStream;)Lsun/jvm/hotspot/code/ScopeValue;
            putfield sun.jvm.hotspot.code.ObjectValue.klass:Lsun/jvm/hotspot/code/ScopeValue;
         1: .line 65
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.ObjectValue.klass:Lsun/jvm/hotspot/code/ScopeValue;
            invokevirtual sun.jvm.hotspot.code.ScopeValue.isConstantOop:()Z
            ldc "should be constant klass oop"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 66
            aload 1 /* stream */
            invokevirtual sun.jvm.hotspot.code.DebugInfoReadStream.readInt:()I
            istore 2 /* length */
        start local 2 // int length
         3: .line 67
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 8
         5: .line 68
      StackMap locals: int int
      StackMap stack:
            aload 1 /* stream */
            invokestatic sun.jvm.hotspot.code.ObjectValue.readFrom:(Lsun/jvm/hotspot/code/DebugInfoReadStream;)Lsun/jvm/hotspot/code/ScopeValue;
            astore 4 /* val */
        start local 4 // sun.jvm.hotspot.code.ScopeValue val
         6: .line 69
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.ObjectValue.fieldsValue:Ljava/util/List;
            aload 4 /* val */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // sun.jvm.hotspot.code.ScopeValue val
         7: .line 67
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 5
        end local 3 // int i
         9: .line 71
            return
        end local 2 // int length
        end local 1 // sun.jvm.hotspot.code.DebugInfoReadStream stream
        end local 0 // sun.jvm.hotspot.code.ObjectValue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lsun/jvm/hotspot/code/ObjectValue;
            0   10     1  stream  Lsun/jvm/hotspot/code/DebugInfoReadStream;
            3   10     2  length  I
            4    9     3       i  I
            6    7     4     val  Lsun/jvm/hotspot/code/ScopeValue;
    MethodParameters:
        Name  Flags
      stream  

  public void print();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.ObjectValue this
         0: .line 76
            aload 0 /* this */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.jvm.hotspot.code.ObjectValue.printOn:(Ljava/io/PrintStream;)V
         1: .line 77
            return
        end local 0 // sun.jvm.hotspot.code.ObjectValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/ObjectValue;

  public void printOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.code.ObjectValue this
        start local 1 // java.io.PrintStream tty
         0: .line 80
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "scalarObj["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.ObjectValue.id: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;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 81
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.code.ObjectValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/code/ObjectValue;
            0    2     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   

  void printFieldsOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.code.ObjectValue this
        start local 1 // java.io.PrintStream tty
         0: .line 84
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.ObjectValue.fieldsValue:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifle 2
         1: .line 85
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.ObjectValue.fieldsValue:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.code.ScopeValue
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.code.ScopeValue.printOn:(Ljava/io/PrintStream;)V
         2: .line 87
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         3: goto 7
         4: .line 88
      StackMap locals: int
      StackMap stack:
            aload 1 /* tty */
            ldc ", "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         5: .line 89
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.ObjectValue.fieldsValue:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.code.ScopeValue
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.code.ScopeValue.printOn:(Ljava/io/PrintStream;)V
         6: .line 87
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.ObjectValue.fieldsValue:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 4
        end local 2 // int i
         8: .line 91
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.code.ObjectValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/jvm/hotspot/code/ObjectValue;
            0    9     1   tty  Ljava/io/PrintStream;
            3    8     2     i  I
    MethodParameters:
      Name  Flags
      tty   
}
SourceFile: "ObjectValue.java"