public final class sun.jvm.hotspot.runtime.Flags extends java.lang.Enum<sun.jvm.hotspot.runtime.Flags>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: sun.jvm.hotspot.runtime.Flags
super_class: java.lang.Enum
{
public static final sun.jvm.hotspot.runtime.Flags DEFAULT;
descriptor: Lsun/jvm/hotspot/runtime/Flags;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.jvm.hotspot.runtime.Flags COMMAND_LINE;
descriptor: Lsun/jvm/hotspot/runtime/Flags;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.jvm.hotspot.runtime.Flags ENVIRON_VAR;
descriptor: Lsun/jvm/hotspot/runtime/Flags;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.jvm.hotspot.runtime.Flags CONFIG_FILE;
descriptor: Lsun/jvm/hotspot/runtime/Flags;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.jvm.hotspot.runtime.Flags MANAGEMENT;
descriptor: Lsun/jvm/hotspot/runtime/Flags;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.jvm.hotspot.runtime.Flags ERGONOMIC;
descriptor: Lsun/jvm/hotspot/runtime/Flags;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.jvm.hotspot.runtime.Flags ATTACH_ON_DEMAND;
descriptor: Lsun/jvm/hotspot/runtime/Flags;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.jvm.hotspot.runtime.Flags INTERNAL;
descriptor: Lsun/jvm/hotspot/runtime/Flags;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private final java.lang.String value;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private static final sun.jvm.hotspot.runtime.Flags[] ENUM$VALUES;
descriptor: [Lsun/jvm/hotspot/runtime/Flags;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=0, args_size=0
0: new sun.jvm.hotspot.runtime.Flags
dup
ldc "DEFAULT"
iconst_0
ldc "Default"
invokespecial sun.jvm.hotspot.runtime.Flags.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic sun.jvm.hotspot.runtime.Flags.DEFAULT:Lsun/jvm/hotspot/runtime/Flags;
1: new sun.jvm.hotspot.runtime.Flags
dup
ldc "COMMAND_LINE"
iconst_1
ldc "Command line"
invokespecial sun.jvm.hotspot.runtime.Flags.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic sun.jvm.hotspot.runtime.Flags.COMMAND_LINE:Lsun/jvm/hotspot/runtime/Flags;
2: new sun.jvm.hotspot.runtime.Flags
dup
ldc "ENVIRON_VAR"
iconst_2
ldc "Environment variable"
invokespecial sun.jvm.hotspot.runtime.Flags.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic sun.jvm.hotspot.runtime.Flags.ENVIRON_VAR:Lsun/jvm/hotspot/runtime/Flags;
3: new sun.jvm.hotspot.runtime.Flags
dup
ldc "CONFIG_FILE"
iconst_3
ldc "Config file"
invokespecial sun.jvm.hotspot.runtime.Flags.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic sun.jvm.hotspot.runtime.Flags.CONFIG_FILE:Lsun/jvm/hotspot/runtime/Flags;
4: new sun.jvm.hotspot.runtime.Flags
dup
ldc "MANAGEMENT"
iconst_4
ldc "Management"
invokespecial sun.jvm.hotspot.runtime.Flags.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic sun.jvm.hotspot.runtime.Flags.MANAGEMENT:Lsun/jvm/hotspot/runtime/Flags;
5: new sun.jvm.hotspot.runtime.Flags
dup
ldc "ERGONOMIC"
iconst_5
ldc "Ergonomic"
invokespecial sun.jvm.hotspot.runtime.Flags.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic sun.jvm.hotspot.runtime.Flags.ERGONOMIC:Lsun/jvm/hotspot/runtime/Flags;
6: new sun.jvm.hotspot.runtime.Flags
dup
ldc "ATTACH_ON_DEMAND"
bipush 6
ldc "Attach on demand"
invokespecial sun.jvm.hotspot.runtime.Flags.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic sun.jvm.hotspot.runtime.Flags.ATTACH_ON_DEMAND:Lsun/jvm/hotspot/runtime/Flags;
7: new sun.jvm.hotspot.runtime.Flags
dup
ldc "INTERNAL"
bipush 7
ldc "Internal"
invokespecial sun.jvm.hotspot.runtime.Flags.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic sun.jvm.hotspot.runtime.Flags.INTERNAL:Lsun/jvm/hotspot/runtime/Flags;
8: bipush 8
anewarray sun.jvm.hotspot.runtime.Flags
dup
iconst_0
getstatic sun.jvm.hotspot.runtime.Flags.DEFAULT:Lsun/jvm/hotspot/runtime/Flags;
aastore
dup
iconst_1
getstatic sun.jvm.hotspot.runtime.Flags.COMMAND_LINE:Lsun/jvm/hotspot/runtime/Flags;
aastore
dup
iconst_2
getstatic sun.jvm.hotspot.runtime.Flags.ENVIRON_VAR:Lsun/jvm/hotspot/runtime/Flags;
aastore
dup
iconst_3
getstatic sun.jvm.hotspot.runtime.Flags.CONFIG_FILE:Lsun/jvm/hotspot/runtime/Flags;
aastore
dup
iconst_4
getstatic sun.jvm.hotspot.runtime.Flags.MANAGEMENT:Lsun/jvm/hotspot/runtime/Flags;
aastore
dup
iconst_5
getstatic sun.jvm.hotspot.runtime.Flags.ERGONOMIC:Lsun/jvm/hotspot/runtime/Flags;
aastore
dup
bipush 6
getstatic sun.jvm.hotspot.runtime.Flags.ATTACH_ON_DEMAND:Lsun/jvm/hotspot/runtime/Flags;
aastore
dup
bipush 7
getstatic sun.jvm.hotspot.runtime.Flags.INTERNAL:Lsun/jvm/hotspot/runtime/Flags;
aastore
putstatic sun.jvm.hotspot.runtime.Flags.ENUM$VALUES:[Lsun/jvm/hotspot/runtime/Flags;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int, java.lang.String);
descriptor: (Ljava/lang/String;ILjava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 3 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
1: aload 0
aload 3
putfield sun.jvm.hotspot.runtime.Flags.value:Ljava/lang/String;
2: return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/runtime/Flags;
0 3 3 val Ljava/lang/String;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
val
public java.lang.String value();
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.Flags.value:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/Flags;
public static sun.jvm.hotspot.runtime.Flags[] values();
descriptor: ()[Lsun/jvm/hotspot/runtime/Flags;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic sun.jvm.hotspot.runtime.Flags.ENUM$VALUES:[Lsun/jvm/hotspot/runtime/Flags;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray sun.jvm.hotspot.runtime.Flags
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static sun.jvm.hotspot.runtime.Flags valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/runtime/Flags;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lsun/jvm/hotspot/runtime/Flags;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast sun.jvm.hotspot.runtime.Flags
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lsun/jvm/hotspot/runtime/Flags;>;
SourceFile: "Flags.java"