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

  public static sun.jvm.hotspot.debugger.Address matcherRegEncodeAddr;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 43
            new sun.jvm.hotspot.runtime.VMReg$1
            dup
            invokespecial sun.jvm.hotspot.runtime.VMReg$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 48
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void initialize(sun.jvm.hotspot.types.TypeDataBase);
    descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 51
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isServerCompiler:()Z
            ifeq 4
         1: .line 52
            aload 0 /* db */
            ldc "Matcher"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 1 /* type */
        start local 1 // sun.jvm.hotspot.types.Type type
         2: .line 53
            aload 1 /* type */
            ldc "_regEncode"
            invokeinterface sun.jvm.hotspot.types.Type.getField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Field;
            astore 2 /* f */
        start local 2 // sun.jvm.hotspot.types.Field f
         3: .line 54
            aload 2 /* f */
            invokeinterface sun.jvm.hotspot.types.Field.getStaticFieldAddress:()Lsun/jvm/hotspot/debugger/Address;
            putstatic sun.jvm.hotspot.runtime.VMReg.matcherRegEncodeAddr:Lsun/jvm/hotspot/debugger/Address;
        end local 2 // sun.jvm.hotspot.types.Field f
        end local 1 // sun.jvm.hotspot.types.Type type
         4: .line 56
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            2    4     1  type  Lsun/jvm/hotspot/types/Type;
            3    4     2     f  Lsun/jvm/hotspot/types/Field;
    MethodParameters:
      Name  Flags
      db    

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.VMReg this
        start local 1 // int i
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            iload 1 /* i */
            putfield sun.jvm.hotspot.runtime.VMReg.value:I
         2: .line 60
            return
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.runtime.VMReg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/VMReg;
            0    3     1     i  I
    MethodParameters:
      Name  Flags
      i     

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

  public int regEncode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VMReg this
         0: .line 67
            getstatic sun.jvm.hotspot.runtime.VMReg.matcherRegEncodeAddr:Lsun/jvm/hotspot/debugger/Address;
            ifnull 2
         1: .line 68
            getstatic sun.jvm.hotspot.runtime.VMReg.matcherRegEncodeAddr:Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VMReg.value:I
            i2l
            lconst_1
            iconst_1
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            l2i
            ireturn
         2: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VMReg.value:I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.VMReg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/VMReg;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.VMReg this
        start local 1 // java.lang.Object arg
         0: .line 74
            aload 1 /* arg */
            ifnonnull 1
            aload 1 /* arg */
            instanceof sun.jvm.hotspot.runtime.VMReg
            ifne 2
         1: .line 75
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 78
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            checkcast sun.jvm.hotspot.runtime.VMReg
            getfield sun.jvm.hotspot.runtime.VMReg.value:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VMReg.value:I
            if_icmpne 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // java.lang.Object arg
        end local 0 // sun.jvm.hotspot.runtime.VMReg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/runtime/VMReg;
            0    4     1   arg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      arg   

  public boolean lessThan(sun.jvm.hotspot.runtime.VMReg);
    descriptor: (Lsun/jvm/hotspot/runtime/VMReg;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.VMReg this
        start local 1 // sun.jvm.hotspot.runtime.VMReg arg
         0: .line 81
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VMReg.value:I
            aload 1 /* arg */
            getfield sun.jvm.hotspot.runtime.VMReg.value:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // sun.jvm.hotspot.runtime.VMReg arg
        end local 0 // sun.jvm.hotspot.runtime.VMReg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/VMReg;
            0    2     1   arg  Lsun/jvm/hotspot/runtime/VMReg;
    MethodParameters:
      Name  Flags
      arg   

  public boolean lessThanOrEqual(sun.jvm.hotspot.runtime.VMReg);
    descriptor: (Lsun/jvm/hotspot/runtime/VMReg;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.VMReg this
        start local 1 // sun.jvm.hotspot.runtime.VMReg arg
         0: .line 82
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VMReg.value:I
            aload 1 /* arg */
            getfield sun.jvm.hotspot.runtime.VMReg.value:I
            if_icmpgt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // sun.jvm.hotspot.runtime.VMReg arg
        end local 0 // sun.jvm.hotspot.runtime.VMReg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/VMReg;
            0    2     1   arg  Lsun/jvm/hotspot/runtime/VMReg;
    MethodParameters:
      Name  Flags
      arg   

  public boolean greaterThan(sun.jvm.hotspot.runtime.VMReg);
    descriptor: (Lsun/jvm/hotspot/runtime/VMReg;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.VMReg this
        start local 1 // sun.jvm.hotspot.runtime.VMReg arg
         0: .line 83
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VMReg.value:I
            aload 1 /* arg */
            getfield sun.jvm.hotspot.runtime.VMReg.value:I
            if_icmple 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // sun.jvm.hotspot.runtime.VMReg arg
        end local 0 // sun.jvm.hotspot.runtime.VMReg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/VMReg;
            0    2     1   arg  Lsun/jvm/hotspot/runtime/VMReg;
    MethodParameters:
      Name  Flags
      arg   

  public boolean greaterThanOrEqual(sun.jvm.hotspot.runtime.VMReg);
    descriptor: (Lsun/jvm/hotspot/runtime/VMReg;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.VMReg this
        start local 1 // sun.jvm.hotspot.runtime.VMReg arg
         0: .line 84
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VMReg.value:I
            aload 1 /* arg */
            getfield sun.jvm.hotspot.runtime.VMReg.value:I
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // sun.jvm.hotspot.runtime.VMReg arg
        end local 0 // sun.jvm.hotspot.runtime.VMReg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/VMReg;
            0    2     1   arg  Lsun/jvm/hotspot/runtime/VMReg;
    MethodParameters:
      Name  Flags
      arg   

  public int minus(sun.jvm.hotspot.runtime.VMReg);
    descriptor: (Lsun/jvm/hotspot/runtime/VMReg;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.VMReg this
        start local 1 // sun.jvm.hotspot.runtime.VMReg arg
         0: .line 86
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VMReg.value:I
            aload 1 /* arg */
            getfield sun.jvm.hotspot.runtime.VMReg.value:I
            isub
            ireturn
        end local 1 // sun.jvm.hotspot.runtime.VMReg arg
        end local 0 // sun.jvm.hotspot.runtime.VMReg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VMReg;
            0    1     1   arg  Lsun/jvm/hotspot/runtime/VMReg;
    MethodParameters:
      Name  Flags
      arg   

  public int reg2Stack();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VMReg this
         0: .line 89
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VMReg.value:I
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getVMRegImplInfo:()Lsun/jvm/hotspot/code/VMRegImpl;
            pop
            invokestatic sun.jvm.hotspot.code.VMRegImpl.getStack0:()Lsun/jvm/hotspot/runtime/VMReg;
            invokevirtual sun.jvm.hotspot.runtime.VMReg.getValue:()I
            isub
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.VMReg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VMReg;
}
SourceFile: "VMReg.java"
NestMembers:
  sun.jvm.hotspot.runtime.VMReg$1
InnerClasses:
  sun.jvm.hotspot.runtime.VMReg$1