public final class sun.jvm.hotspot.runtime.VM$Flag
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: sun.jvm.hotspot.runtime.VM$Flag
super_class: java.lang.Object
{
private java.lang.String type;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.debugger.Address addr;
descriptor: Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
private int flags;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private void <init>(java.lang.String, java.lang.String, sun.jvm.hotspot.debugger.Address, int);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lsun/jvm/hotspot/debugger/Address;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
2: aload 0
aload 2
putfield sun.jvm.hotspot.runtime.VM$Flag.name:Ljava/lang/String;
3: aload 0
aload 3
putfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
4: aload 0
iload 4
putfield sun.jvm.hotspot.runtime.VM$Flag.flags:I
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
0 6 1 type Ljava/lang/String;
0 6 2 name Ljava/lang/String;
0 6 3 addr Lsun/jvm/hotspot/debugger/Address;
0 6 4 flags I
MethodParameters:
Name Flags
type
name
addr
flags
public java.lang.String getType();
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.runtime.VM$Flag.type:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public java.lang.String getName();
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.runtime.VM$Flag.name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public sun.jvm.hotspot.debugger.Address getAddress();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public int getOrigin();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.runtime.VM$Flag.flags:I
bipush 15
iand
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public boolean isBool();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
ldc "bool"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public boolean getBool();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 2
1: aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isBool:()Z
ldc "not a bool flag!"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
lconst_0
getstatic sun.jvm.hotspot.runtime.VM.boolType:Lsun/jvm/hotspot/types/CIntegerType;
invokeinterface sun.jvm.hotspot.types.CIntegerType.getSize:()J
getstatic sun.jvm.hotspot.runtime.VM.boolType:Lsun/jvm/hotspot/types/CIntegerType;
invokeinterface sun.jvm.hotspot.types.CIntegerType.isUnsigned:()Z
invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
lconst_0
lcmp
ifeq 3
iconst_1
ireturn
StackMap locals:
StackMap stack:
3: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public boolean isInt();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
ldc "int"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public long getInt();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 2
1: aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isInt:()Z
ldc "not an int flag!"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
lconst_0
getstatic sun.jvm.hotspot.runtime.VM.intType:Lsun/jvm/hotspot/types/Type;
invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
iconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public boolean isUInt();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
ldc "uint"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public long getUInt();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 2
1: aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isUInt:()Z
ldc "not a uint flag!"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
lconst_0
getstatic sun.jvm.hotspot.runtime.VM.uintType:Lsun/jvm/hotspot/types/Type;
invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
iconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public boolean isIntx();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
ldc "intx"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public long getIntx();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 2
1: aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isIntx:()Z
ldc "not an intx flag!"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
lconst_0
getstatic sun.jvm.hotspot.runtime.VM.intxType:Lsun/jvm/hotspot/types/Type;
invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
iconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public boolean isUIntx();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
ldc "uintx"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public long getUIntx();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 2
1: aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isUIntx:()Z
ldc "not a uintx flag!"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
lconst_0
getstatic sun.jvm.hotspot.runtime.VM.uintxType:Lsun/jvm/hotspot/types/Type;
invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
iconst_1
invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public boolean isSizet();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
ldc "size_t"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public long getSizet();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 2
1: aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isSizet:()Z
ldc "not a size_t flag!"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
lconst_0
getstatic sun.jvm.hotspot.runtime.VM.sizetType:Lsun/jvm/hotspot/types/Type;
invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
iconst_1
invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
public java.lang.String getValue();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isBool:()Z
ifeq 2
1: aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getBool:()Z
invokestatic java.lang.Boolean.toString:(Z)Ljava/lang/String;
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isInt:()Z
ifeq 4
3: aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getInt:()J
invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
areturn
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isUInt:()Z
ifeq 6
5: aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getUInt:()J
invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
areturn
6: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isIntx:()Z
ifeq 8
7: aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getIntx:()J
invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
areturn
8: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isUIntx:()Z
ifeq 10
9: aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getUIntx:()J
invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
areturn
10: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isSizet:()Z
ifeq 12
11: aload 0
invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getSizet:()J
invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
areturn
12: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/jvm/hotspot/runtime/VM$Flag;
}
SourceFile: "VM.java"
NestHost: sun.jvm.hotspot.runtime.VM
InnerClasses:
public final Flag = sun.jvm.hotspot.runtime.VM$Flag of sun.jvm.hotspot.runtime.VM