public class sun.jvm.hotspot.runtime.StackValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.StackValue
  super_class: java.lang.Object
{
  private int type;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.OopHandle handleValue;
    descriptor: Lsun/jvm/hotspot/debugger/OopHandle;
    flags: (0x0002) ACC_PRIVATE

  private long integerValue;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.StackValue this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTConflict:()I
            putfield sun.jvm.hotspot.runtime.StackValue.type:I
         2: .line 38
            return
        end local 0 // sun.jvm.hotspot.runtime.StackValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/StackValue;

  public void <init>(sun.jvm.hotspot.debugger.OopHandle, long);
    descriptor: (Lsun/jvm/hotspot/debugger/OopHandle;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.StackValue this
        start local 1 // sun.jvm.hotspot.debugger.OopHandle h
        start local 2 // long scalar_replaced
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* h */
            putfield sun.jvm.hotspot.runtime.StackValue.handleValue:Lsun/jvm/hotspot/debugger/OopHandle;
         2: .line 42
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTObject:()I
            putfield sun.jvm.hotspot.runtime.StackValue.type:I
         3: .line 43
            aload 0 /* this */
            lload 2 /* scalar_replaced */
            putfield sun.jvm.hotspot.runtime.StackValue.integerValue:J
         4: .line 44
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.integerValue:J
            lconst_0
            lcmp
            ifeq 5
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.handleValue:Lsun/jvm/hotspot/debugger/OopHandle;
            ifnull 5
            iconst_0
            goto 6
      StackMap locals: sun.jvm.hotspot.runtime.StackValue sun.jvm.hotspot.debugger.OopHandle long
      StackMap stack:
         5: iconst_1
      StackMap locals:
      StackMap stack: int
         6: ldc "not null object should not be marked as scalar replaced"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         7: .line 45
            return
        end local 2 // long scalar_replaced
        end local 1 // sun.jvm.hotspot.debugger.OopHandle h
        end local 0 // sun.jvm.hotspot.runtime.StackValue this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lsun/jvm/hotspot/runtime/StackValue;
            0    8     1                h  Lsun/jvm/hotspot/debugger/OopHandle;
            0    8     2  scalar_replaced  J
    MethodParameters:
                 Name  Flags
      h                
      scalar_replaced  

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.StackValue this
        start local 1 // long i
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            lload 1 /* i */
            putfield sun.jvm.hotspot.runtime.StackValue.integerValue:J
         2: .line 49
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTInt:()I
            putfield sun.jvm.hotspot.runtime.StackValue.type:I
         3: .line 50
            return
        end local 1 // long i
        end local 0 // sun.jvm.hotspot.runtime.StackValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/runtime/StackValue;
            0    4     1     i  J
    MethodParameters:
      Name  Flags
      i     

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

  public sun.jvm.hotspot.debugger.OopHandle getObject();
    descriptor: ()Lsun/jvm/hotspot/debugger/OopHandle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.StackValue this
         0: .line 58
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 59
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.type:I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTObject:()I
            if_icmpne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "type check"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.handleValue:Lsun/jvm/hotspot/debugger/OopHandle;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.StackValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/runtime/StackValue;

  boolean objIsScalarReplaced();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.StackValue this
         0: .line 65
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 66
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.type:I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTObject:()I
            if_icmpne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "type check"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.integerValue:J
            lconst_0
            lcmp
            ifeq 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.StackValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/jvm/hotspot/runtime/StackValue;

  public long getInteger();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.StackValue this
         0: .line 72
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 73
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.type:I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTInt:()I
            if_icmpne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "type check"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.integerValue:J
            lreturn
        end local 0 // sun.jvm.hotspot.runtime.StackValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/runtime/StackValue;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.StackValue this
        start local 1 // java.lang.Object arg
         0: .line 79
            aload 1 /* arg */
            ifnonnull 2
         1: .line 80
            iconst_0
            ireturn
         2: .line 83
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 84
            iconst_0
            ireturn
         4: .line 87
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            checkcast sun.jvm.hotspot.runtime.StackValue
            astore 2 /* sv */
        start local 2 // sun.jvm.hotspot.runtime.StackValue sv
         5: .line 88
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.type:I
            aload 2 /* sv */
            getfield sun.jvm.hotspot.runtime.StackValue.type:I
            if_icmpeq 7
         6: .line 89
            iconst_0
            ireturn
         7: .line 91
      StackMap locals: sun.jvm.hotspot.runtime.StackValue
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.type:I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTObject:()I
            if_icmpne 9
         8: .line 92
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.handleValue:Lsun/jvm/hotspot/debugger/OopHandle;
            aload 2 /* sv */
            getfield sun.jvm.hotspot.runtime.StackValue.handleValue:Lsun/jvm/hotspot/debugger/OopHandle;
            invokeinterface sun.jvm.hotspot.debugger.OopHandle.equals:(Ljava/lang/Object;)Z
            ireturn
         9: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.type:I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTInt:()I
            if_icmpne 12
        10: .line 94
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.integerValue:J
            aload 2 /* sv */
            getfield sun.jvm.hotspot.runtime.StackValue.integerValue:J
            lcmp
            ifne 11
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        11: iconst_0
            ireturn
        12: .line 97
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // sun.jvm.hotspot.runtime.StackValue sv
        end local 1 // java.lang.Object arg
        end local 0 // sun.jvm.hotspot.runtime.StackValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/jvm/hotspot/runtime/StackValue;
            0   13     1   arg  Ljava/lang/Object;
            5   13     2    sv  Lsun/jvm/hotspot/runtime/StackValue;
    MethodParameters:
      Name  Flags
      arg   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.StackValue this
         0: .line 102
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.type:I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTObject:()I
            if_icmpne 4
         1: .line 103
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.handleValue:Lsun/jvm/hotspot/debugger/OopHandle;
            ifnull 2
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.handleValue:Lsun/jvm/hotspot/debugger/OopHandle;
            invokeinterface sun.jvm.hotspot.debugger.OopHandle.hashCode:()I
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_5
      StackMap locals:
      StackMap stack: int
         3: ireturn
         4: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.integerValue:J
            l2i
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.StackValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/runtime/StackValue;

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

  public void printOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.StackValue this
        start local 1 // java.io.PrintStream tty
         0: .line 115
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.type:I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTInt:()I
            if_icmpne 3
         1: .line 116
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.integerValue:J
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " (long) "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.integerValue:J
            l2i
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " (int)"
            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
         2: .line 117
            goto 10
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.type:I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTObject:()I
            if_icmpne 6
         4: .line 118
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "<"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.handleValue:Lsun/jvm/hotspot/debugger/OopHandle;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)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
         5: .line 119
            goto 10
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StackValue.type:I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTConflict:()I
            if_icmpne 9
         7: .line 120
            aload 1 /* tty */
            ldc "conflict"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         8: .line 121
            goto 10
         9: .line 122
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "should not reach here"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.runtime.StackValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/jvm/hotspot/runtime/StackValue;
            0   11     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   
}
SourceFile: "StackValue.java"