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: .line 95
            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: .line 96
            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: .line 97
            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: .line 98
            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: .line 99
            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 // sun.jvm.hotspot.gc.shared.Generation$Name this
        start local 1 // java.lang.String value
         0: .line 101
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 102
            aload 0 /* this */
            aload 1 /* value */
            putfield sun.jvm.hotspot.gc.shared.Generation$Name.value:Ljava/lang/String;
         2: .line 103
            return
        end local 1 // java.lang.String value
        end local 0 // sun.jvm.hotspot.gc.shared.Generation$Name this
      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 // sun.jvm.hotspot.gc.shared.Generation$Name this
         0: .line 107
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.shared.Generation$Name.value:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.gc.shared.Generation$Name this
      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