public class sun.jvm.hotspot.code.Location$Where
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.code.Location$Where
  super_class: java.lang.Object
{
  public static final sun.jvm.hotspot.code.Location$Where ON_STACK;
    descriptor: Lsun/jvm/hotspot/code/Location$Where;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.code.Location$Where IN_REGISTER;
    descriptor: Lsun/jvm/hotspot/code/Location$Where;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private java.lang.String value;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 91
            new sun.jvm.hotspot.code.Location$Where
            dup
            ldc "on_stack"
            invokespecial sun.jvm.hotspot.code.Location$Where.<init>:(Ljava/lang/String;)V
            putstatic sun.jvm.hotspot.code.Location$Where.ON_STACK:Lsun/jvm/hotspot/code/Location$Where;
         1: .line 92
            new sun.jvm.hotspot.code.Location$Where
            dup
            ldc "in_register"
            invokespecial sun.jvm.hotspot.code.Location$Where.<init>:(Ljava/lang/String;)V
            putstatic sun.jvm.hotspot.code.Location$Where.IN_REGISTER:Lsun/jvm/hotspot/code/Location$Where;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.code.Location$Where this
        start local 1 // java.lang.String value
         0: .line 94
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 95
            aload 0 /* this */
            aload 1 /* value */
            putfield sun.jvm.hotspot.code.Location$Where.value:Ljava/lang/String;
         2: .line 96
            return
        end local 1 // java.lang.String value
        end local 0 // sun.jvm.hotspot.code.Location$Where this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/jvm/hotspot/code/Location$Where;
            0    3     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location$Where this
         0: .line 99
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.Location$Where.value:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.code.Location$Where this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/code/Location$Where;

  public int getValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.Location$Where this
         0: .line 105
            aload 0 /* this */
            getstatic sun.jvm.hotspot.code.Location$Where.ON_STACK:Lsun/jvm/hotspot/code/Location$Where;
            if_acmpne 2
         1: .line 106
            getstatic sun.jvm.hotspot.code.Location.WHERE_ON_STACK:I
            ireturn
         2: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic sun.jvm.hotspot.code.Location$Where.IN_REGISTER:Lsun/jvm/hotspot/code/Location$Where;
            if_acmpne 4
         3: .line 108
            getstatic sun.jvm.hotspot.code.Location.WHERE_IN_REGISTER:I
            ireturn
         4: .line 110
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "should not reach here"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.jvm.hotspot.code.Location$Where this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/code/Location$Where;
}
SourceFile: "Location.java"
NestHost: sun.jvm.hotspot.code.Location
InnerClasses:
  public Where = sun.jvm.hotspot.code.Location$Where of sun.jvm.hotspot.code.Location