public final class sun.jvm.hotspot.gc.shared.GCName extends java.lang.Enum<sun.jvm.hotspot.gc.shared.GCName>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: sun.jvm.hotspot.gc.shared.GCName
  super_class: java.lang.Enum
{
  public static final sun.jvm.hotspot.gc.shared.GCName ParallelOld;
    descriptor: Lsun/jvm/hotspot/gc/shared/GCName;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.jvm.hotspot.gc.shared.GCName SerialOld;
    descriptor: Lsun/jvm/hotspot/gc/shared/GCName;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.jvm.hotspot.gc.shared.GCName PSMarkSweep;
    descriptor: Lsun/jvm/hotspot/gc/shared/GCName;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.jvm.hotspot.gc.shared.GCName ParallelScavenge;
    descriptor: Lsun/jvm/hotspot/gc/shared/GCName;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.jvm.hotspot.gc.shared.GCName DefNew;
    descriptor: Lsun/jvm/hotspot/gc/shared/GCName;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.jvm.hotspot.gc.shared.GCName ParNew;
    descriptor: Lsun/jvm/hotspot/gc/shared/GCName;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.jvm.hotspot.gc.shared.GCName G1New;
    descriptor: Lsun/jvm/hotspot/gc/shared/GCName;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.jvm.hotspot.gc.shared.GCName ConcurrentMarkSweep;
    descriptor: Lsun/jvm/hotspot/gc/shared/GCName;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.jvm.hotspot.gc.shared.GCName G1Old;
    descriptor: Lsun/jvm/hotspot/gc/shared/GCName;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.jvm.hotspot.gc.shared.GCName G1Full;
    descriptor: Lsun/jvm/hotspot/gc/shared/GCName;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.jvm.hotspot.gc.shared.GCName Z;
    descriptor: Lsun/jvm/hotspot/gc/shared/GCName;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.jvm.hotspot.gc.shared.GCName Shenandoah;
    descriptor: Lsun/jvm/hotspot/gc/shared/GCName;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.jvm.hotspot.gc.shared.GCName NA;
    descriptor: Lsun/jvm/hotspot/gc/shared/GCName;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.jvm.hotspot.gc.shared.GCName GCNameEndSentinel;
    descriptor: Lsun/jvm/hotspot/gc/shared/GCName;
    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.gc.shared.GCName[] ENUM$VALUES;
    descriptor: [Lsun/jvm/hotspot/gc/shared/GCName;
    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: .line 30
            new sun.jvm.hotspot.gc.shared.GCName
            dup
            ldc "ParallelOld"
            iconst_0
            ldc "ParallelOld"
            invokespecial sun.jvm.hotspot.gc.shared.GCName.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic sun.jvm.hotspot.gc.shared.GCName.ParallelOld:Lsun/jvm/hotspot/gc/shared/GCName;
         1: .line 31
            new sun.jvm.hotspot.gc.shared.GCName
            dup
            ldc "SerialOld"
            iconst_1
            ldc "SerialOld"
            invokespecial sun.jvm.hotspot.gc.shared.GCName.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic sun.jvm.hotspot.gc.shared.GCName.SerialOld:Lsun/jvm/hotspot/gc/shared/GCName;
         2: .line 32
            new sun.jvm.hotspot.gc.shared.GCName
            dup
            ldc "PSMarkSweep"
            iconst_2
            ldc "PSMarkSweep"
            invokespecial sun.jvm.hotspot.gc.shared.GCName.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic sun.jvm.hotspot.gc.shared.GCName.PSMarkSweep:Lsun/jvm/hotspot/gc/shared/GCName;
         3: .line 33
            new sun.jvm.hotspot.gc.shared.GCName
            dup
            ldc "ParallelScavenge"
            iconst_3
            ldc "ParallelScavenge"
            invokespecial sun.jvm.hotspot.gc.shared.GCName.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic sun.jvm.hotspot.gc.shared.GCName.ParallelScavenge:Lsun/jvm/hotspot/gc/shared/GCName;
         4: .line 34
            new sun.jvm.hotspot.gc.shared.GCName
            dup
            ldc "DefNew"
            iconst_4
            ldc "DefNew"
            invokespecial sun.jvm.hotspot.gc.shared.GCName.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic sun.jvm.hotspot.gc.shared.GCName.DefNew:Lsun/jvm/hotspot/gc/shared/GCName;
         5: .line 35
            new sun.jvm.hotspot.gc.shared.GCName
            dup
            ldc "ParNew"
            iconst_5
            ldc "ParNew"
            invokespecial sun.jvm.hotspot.gc.shared.GCName.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic sun.jvm.hotspot.gc.shared.GCName.ParNew:Lsun/jvm/hotspot/gc/shared/GCName;
         6: .line 36
            new sun.jvm.hotspot.gc.shared.GCName
            dup
            ldc "G1New"
            bipush 6
            ldc "G1New"
            invokespecial sun.jvm.hotspot.gc.shared.GCName.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic sun.jvm.hotspot.gc.shared.GCName.G1New:Lsun/jvm/hotspot/gc/shared/GCName;
         7: .line 37
            new sun.jvm.hotspot.gc.shared.GCName
            dup
            ldc "ConcurrentMarkSweep"
            bipush 7
            ldc "ConcurrentMarkSweep"
            invokespecial sun.jvm.hotspot.gc.shared.GCName.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic sun.jvm.hotspot.gc.shared.GCName.ConcurrentMarkSweep:Lsun/jvm/hotspot/gc/shared/GCName;
         8: .line 38
            new sun.jvm.hotspot.gc.shared.GCName
            dup
            ldc "G1Old"
            bipush 8
            ldc "G1Old"
            invokespecial sun.jvm.hotspot.gc.shared.GCName.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic sun.jvm.hotspot.gc.shared.GCName.G1Old:Lsun/jvm/hotspot/gc/shared/GCName;
         9: .line 39
            new sun.jvm.hotspot.gc.shared.GCName
            dup
            ldc "G1Full"
            bipush 9
            ldc "G1Full"
            invokespecial sun.jvm.hotspot.gc.shared.GCName.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic sun.jvm.hotspot.gc.shared.GCName.G1Full:Lsun/jvm/hotspot/gc/shared/GCName;
        10: .line 40
            new sun.jvm.hotspot.gc.shared.GCName
            dup
            ldc "Z"
            bipush 10
            ldc "Z"
            invokespecial sun.jvm.hotspot.gc.shared.GCName.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic sun.jvm.hotspot.gc.shared.GCName.Z:Lsun/jvm/hotspot/gc/shared/GCName;
        11: .line 41
            new sun.jvm.hotspot.gc.shared.GCName
            dup
            ldc "Shenandoah"
            bipush 11
            ldc "Shenandoah"
            invokespecial sun.jvm.hotspot.gc.shared.GCName.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic sun.jvm.hotspot.gc.shared.GCName.Shenandoah:Lsun/jvm/hotspot/gc/shared/GCName;
        12: .line 42
            new sun.jvm.hotspot.gc.shared.GCName
            dup
            ldc "NA"
            bipush 12
            ldc "N/A"
            invokespecial sun.jvm.hotspot.gc.shared.GCName.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic sun.jvm.hotspot.gc.shared.GCName.NA:Lsun/jvm/hotspot/gc/shared/GCName;
        13: .line 43
            new sun.jvm.hotspot.gc.shared.GCName
            dup
            ldc "GCNameEndSentinel"
            bipush 13
            ldc "GCNameEndSentinel"
            invokespecial sun.jvm.hotspot.gc.shared.GCName.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic sun.jvm.hotspot.gc.shared.GCName.GCNameEndSentinel:Lsun/jvm/hotspot/gc/shared/GCName;
        14: .line 29
            bipush 14
            anewarray sun.jvm.hotspot.gc.shared.GCName
            dup
            iconst_0
            getstatic sun.jvm.hotspot.gc.shared.GCName.ParallelOld:Lsun/jvm/hotspot/gc/shared/GCName;
            aastore
            dup
            iconst_1
            getstatic sun.jvm.hotspot.gc.shared.GCName.SerialOld:Lsun/jvm/hotspot/gc/shared/GCName;
            aastore
            dup
            iconst_2
            getstatic sun.jvm.hotspot.gc.shared.GCName.PSMarkSweep:Lsun/jvm/hotspot/gc/shared/GCName;
            aastore
            dup
            iconst_3
            getstatic sun.jvm.hotspot.gc.shared.GCName.ParallelScavenge:Lsun/jvm/hotspot/gc/shared/GCName;
            aastore
            dup
            iconst_4
            getstatic sun.jvm.hotspot.gc.shared.GCName.DefNew:Lsun/jvm/hotspot/gc/shared/GCName;
            aastore
            dup
            iconst_5
            getstatic sun.jvm.hotspot.gc.shared.GCName.ParNew:Lsun/jvm/hotspot/gc/shared/GCName;
            aastore
            dup
            bipush 6
            getstatic sun.jvm.hotspot.gc.shared.GCName.G1New:Lsun/jvm/hotspot/gc/shared/GCName;
            aastore
            dup
            bipush 7
            getstatic sun.jvm.hotspot.gc.shared.GCName.ConcurrentMarkSweep:Lsun/jvm/hotspot/gc/shared/GCName;
            aastore
            dup
            bipush 8
            getstatic sun.jvm.hotspot.gc.shared.GCName.G1Old:Lsun/jvm/hotspot/gc/shared/GCName;
            aastore
            dup
            bipush 9
            getstatic sun.jvm.hotspot.gc.shared.GCName.G1Full:Lsun/jvm/hotspot/gc/shared/GCName;
            aastore
            dup
            bipush 10
            getstatic sun.jvm.hotspot.gc.shared.GCName.Z:Lsun/jvm/hotspot/gc/shared/GCName;
            aastore
            dup
            bipush 11
            getstatic sun.jvm.hotspot.gc.shared.GCName.Shenandoah:Lsun/jvm/hotspot/gc/shared/GCName;
            aastore
            dup
            bipush 12
            getstatic sun.jvm.hotspot.gc.shared.GCName.NA:Lsun/jvm/hotspot/gc/shared/GCName;
            aastore
            dup
            bipush 13
            getstatic sun.jvm.hotspot.gc.shared.GCName.GCNameEndSentinel:Lsun/jvm/hotspot/gc/shared/GCName;
            aastore
            putstatic sun.jvm.hotspot.gc.shared.GCName.ENUM$VALUES:[Lsun/jvm/hotspot/gc/shared/GCName;
            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 // sun.jvm.hotspot.gc.shared.GCName this
        start local 3 // java.lang.String val
         0: .line 47
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 48
            aload 0 /* this */
            aload 3 /* val */
            putfield sun.jvm.hotspot.gc.shared.GCName.value:Ljava/lang/String;
         2: .line 49
            return
        end local 3 // java.lang.String val
        end local 0 // sun.jvm.hotspot.gc.shared.GCName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/gc/shared/GCName;
            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 // sun.jvm.hotspot.gc.shared.GCName this
         0: .line 51
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.shared.GCName.value:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.gc.shared.GCName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/shared/GCName;

  public static sun.jvm.hotspot.gc.shared.GCName[] values();
    descriptor: ()[Lsun/jvm/hotspot/gc/shared/GCName;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic sun.jvm.hotspot.gc.shared.GCName.ENUM$VALUES:[Lsun/jvm/hotspot/gc/shared/GCName;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray sun.jvm.hotspot.gc.shared.GCName
            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.gc.shared.GCName valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/gc/shared/GCName;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lsun/jvm/hotspot/gc/shared/GCName;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast sun.jvm.hotspot.gc.shared.GCName
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lsun/jvm/hotspot/gc/shared/GCName;>;
SourceFile: "GCName.java"