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: 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: 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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.jvm.hotspot.code.Location$Where.value:Ljava/lang/String;
2: return
end local 1 end local 0 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 0: aload 0
getfield sun.jvm.hotspot.code.Location$Where.value:Ljava/lang/String;
areturn
end local 0 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 0: aload 0
getstatic sun.jvm.hotspot.code.Location$Where.ON_STACK:Lsun/jvm/hotspot/code/Location$Where;
if_acmpne 2
1: getstatic sun.jvm.hotspot.code.Location.WHERE_ON_STACK:I
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getstatic sun.jvm.hotspot.code.Location$Where.IN_REGISTER:Lsun/jvm/hotspot/code/Location$Where;
if_acmpne 4
3: getstatic sun.jvm.hotspot.code.Location.WHERE_IN_REGISTER:I
ireturn
4: 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 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