public class sun.jvm.hotspot.gc.shared.Generation$Name
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.gc.shared.Generation$Name
super_class: java.lang.Object
{
public static final sun.jvm.hotspot.gc.shared.Generation$Name DEF_NEW;
descriptor: Lsun/jvm/hotspot/gc/shared/Generation$Name;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.gc.shared.Generation$Name PAR_NEW;
descriptor: Lsun/jvm/hotspot/gc/shared/Generation$Name;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.gc.shared.Generation$Name MARK_SWEEP_COMPACT;
descriptor: Lsun/jvm/hotspot/gc/shared/Generation$Name;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.gc.shared.Generation$Name CONCURRENT_MARK_SWEEP;
descriptor: Lsun/jvm/hotspot/gc/shared/Generation$Name;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final sun.jvm.hotspot.gc.shared.Generation$Name OTHER;
descriptor: Lsun/jvm/hotspot/gc/shared/Generation$Name;
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.gc.shared.Generation$Name
dup
ldc "DefNew"
invokespecial sun.jvm.hotspot.gc.shared.Generation$Name.<init>:(Ljava/lang/String;)V
putstatic sun.jvm.hotspot.gc.shared.Generation$Name.DEF_NEW:Lsun/jvm/hotspot/gc/shared/Generation$Name;
1: new sun.jvm.hotspot.gc.shared.Generation$Name
dup
ldc "ParNew"
invokespecial sun.jvm.hotspot.gc.shared.Generation$Name.<init>:(Ljava/lang/String;)V
putstatic sun.jvm.hotspot.gc.shared.Generation$Name.PAR_NEW:Lsun/jvm/hotspot/gc/shared/Generation$Name;
2: new sun.jvm.hotspot.gc.shared.Generation$Name
dup
ldc "MarkSweepCompact"
invokespecial sun.jvm.hotspot.gc.shared.Generation$Name.<init>:(Ljava/lang/String;)V
putstatic sun.jvm.hotspot.gc.shared.Generation$Name.MARK_SWEEP_COMPACT:Lsun/jvm/hotspot/gc/shared/Generation$Name;
3: new sun.jvm.hotspot.gc.shared.Generation$Name
dup
ldc "ConcurrentMarkSweep"
invokespecial sun.jvm.hotspot.gc.shared.Generation$Name.<init>:(Ljava/lang/String;)V
putstatic sun.jvm.hotspot.gc.shared.Generation$Name.CONCURRENT_MARK_SWEEP:Lsun/jvm/hotspot/gc/shared/Generation$Name;
4: new sun.jvm.hotspot.gc.shared.Generation$Name
dup
ldc "Other"
invokespecial sun.jvm.hotspot.gc.shared.Generation$Name.<init>:(Ljava/lang/String;)V
putstatic sun.jvm.hotspot.gc.shared.Generation$Name.OTHER:Lsun/jvm/hotspot/gc/shared/Generation$Name;
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.gc.shared.Generation$Name.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/gc/shared/Generation$Name;
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.gc.shared.Generation$Name.value:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/gc/shared/Generation$Name;
}
SourceFile: "Generation.java"
NestHost: sun.jvm.hotspot.gc.shared.Generation
InnerClasses:
public Name = sun.jvm.hotspot.gc.shared.Generation$Name of sun.jvm.hotspot.gc.shared.Generation