public class sun.management.GarbageCollectionNotifInfoCompositeData extends sun.management.LazyCompositeData
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.management.GarbageCollectionNotifInfoCompositeData
  super_class: sun.management.LazyCompositeData
{
  private final com.sun.management.GarbageCollectionNotificationInfo gcNotifInfo;
    descriptor: Lcom/sun/management/GarbageCollectionNotificationInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final java.lang.String GC_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "gcName"

  private static final java.lang.String GC_ACTION;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "gcAction"

  private static final java.lang.String GC_CAUSE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "gcCause"

  private static final java.lang.String GC_INFO;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "gcInfo"

  private static final java.lang.String[] gcNotifInfoItemNames;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static java.util.HashMap<sun.management.GcInfoBuilder, javax.management.openmbean.CompositeType> compositeTypeByBuilder;
    descriptor: Ljava/util/HashMap;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/HashMap<Lsun/management/GcInfoBuilder;Ljavax/management/openmbean/CompositeType;>;

  private static javax.management.openmbean.CompositeType baseGcNotifInfoCompositeType;
    descriptor: Ljavax/management/openmbean/CompositeType;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1805123446483771292

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 133
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 134
            ldc "gcName"
            aastore
            dup
            iconst_1
         2: .line 135
            ldc "gcAction"
            aastore
            dup
            iconst_2
         3: .line 136
            ldc "gcCause"
            aastore
            dup
            iconst_3
         4: .line 137
            ldc "gcInfo"
            aastore
         5: .line 133
            putstatic sun.management.GarbageCollectionNotifInfoCompositeData.gcNotifInfoItemNames:[Ljava/lang/String;
         6: .line 140
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
         7: .line 139
            putstatic sun.management.GarbageCollectionNotifInfoCompositeData.compositeTypeByBuilder:Ljava/util/HashMap;
         8: .line 190
            aconst_null
            putstatic sun.management.GarbageCollectionNotifInfoCompositeData.baseGcNotifInfoCompositeType:Ljavax/management/openmbean/CompositeType;
         9: .line 214
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.sun.management.GarbageCollectionNotificationInfo);
    descriptor: (Lcom/sun/management/GarbageCollectionNotificationInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.management.GarbageCollectionNotifInfoCompositeData this
        start local 1 // com.sun.management.GarbageCollectionNotificationInfo info
         0: .line 50
            aload 0 /* this */
            invokespecial sun.management.LazyCompositeData.<init>:()V
         1: .line 51
            aload 0 /* this */
            aload 1 /* info */
            putfield sun.management.GarbageCollectionNotifInfoCompositeData.gcNotifInfo:Lcom/sun/management/GarbageCollectionNotificationInfo;
         2: .line 52
            return
        end local 1 // com.sun.management.GarbageCollectionNotificationInfo info
        end local 0 // sun.management.GarbageCollectionNotifInfoCompositeData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/management/GarbageCollectionNotifInfoCompositeData;
            0    3     1  info  Lcom/sun/management/GarbageCollectionNotificationInfo;
    MethodParameters:
      Name  Flags
      info  

  public com.sun.management.GarbageCollectionNotificationInfo getGarbageCollectionNotifInfo();
    descriptor: ()Lcom/sun/management/GarbageCollectionNotificationInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.GarbageCollectionNotifInfoCompositeData this
         0: .line 55
            aload 0 /* this */
            getfield sun.management.GarbageCollectionNotifInfoCompositeData.gcNotifInfo:Lcom/sun/management/GarbageCollectionNotificationInfo;
            areturn
        end local 0 // sun.management.GarbageCollectionNotifInfoCompositeData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/GarbageCollectionNotifInfoCompositeData;

  public static javax.management.openmbean.CompositeData toCompositeData(com.sun.management.GarbageCollectionNotificationInfo);
    descriptor: (Lcom/sun/management/GarbageCollectionNotificationInfo;)Ljavax/management/openmbean/CompositeData;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.management.GarbageCollectionNotificationInfo info
         0: .line 60
            new sun.management.GarbageCollectionNotifInfoCompositeData
            dup
            aload 0 /* info */
            invokespecial sun.management.GarbageCollectionNotifInfoCompositeData.<init>:(Lcom/sun/management/GarbageCollectionNotificationInfo;)V
         1: .line 59
            astore 1 /* gcnicd */
        start local 1 // sun.management.GarbageCollectionNotifInfoCompositeData gcnicd
         2: .line 61
            aload 1 /* gcnicd */
            invokevirtual sun.management.GarbageCollectionNotifInfoCompositeData.getCompositeData:()Ljavax/management/openmbean/CompositeData;
            areturn
        end local 1 // sun.management.GarbageCollectionNotifInfoCompositeData gcnicd
        end local 0 // com.sun.management.GarbageCollectionNotificationInfo info
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    info  Lcom/sun/management/GarbageCollectionNotificationInfo;
            2    3     1  gcnicd  Lsun/management/GarbageCollectionNotifInfoCompositeData;
    MethodParameters:
      Name  Flags
      info  

  private javax.management.openmbean.CompositeType getCompositeTypeByBuilder();
    descriptor: ()Ljavax/management/openmbean/CompositeType;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=6, args_size=1
        start local 0 // sun.management.GarbageCollectionNotifInfoCompositeData this
         0: .line 65
            new sun.management.GarbageCollectionNotifInfoCompositeData$1
            dup
            aload 0 /* this */
            invokespecial sun.management.GarbageCollectionNotifInfoCompositeData$1.<init>:(Lsun/management/GarbageCollectionNotifInfoCompositeData;)V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast sun.management.GcInfoBuilder
            astore 1 /* builder */
        start local 1 // sun.management.GcInfoBuilder builder
         1: .line 77
            aconst_null
            astore 2 /* gict */
        start local 2 // javax.management.openmbean.CompositeType gict
         2: .line 78
            getstatic sun.management.GarbageCollectionNotifInfoCompositeData.compositeTypeByBuilder:Ljava/util/HashMap;
            dup
            astore 3
            monitorenter
         3: .line 79
            getstatic sun.management.GarbageCollectionNotifInfoCompositeData.compositeTypeByBuilder:Ljava/util/HashMap;
            aload 1 /* builder */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javax.management.openmbean.CompositeType
            astore 2 /* gict */
         4: .line 80
            aload 2 /* gict */
            ifnonnull 21
         5: .line 81
            iconst_4
            anewarray javax.management.openmbean.OpenType
            dup
            iconst_0
         6: .line 82
            getstatic javax.management.openmbean.SimpleType.STRING:Ljavax/management/openmbean/SimpleType;
            aastore
            dup
            iconst_1
         7: .line 83
            getstatic javax.management.openmbean.SimpleType.STRING:Ljavax/management/openmbean/SimpleType;
            aastore
            dup
            iconst_2
         8: .line 84
            getstatic javax.management.openmbean.SimpleType.STRING:Ljavax/management/openmbean/SimpleType;
            aastore
            dup
            iconst_3
         9: .line 85
            aload 1 /* builder */
            invokevirtual sun.management.GcInfoBuilder.getGcInfoCompositeType:()Ljavax/management/openmbean/CompositeType;
            aastore
        10: .line 81
            astore 4 /* gcNotifInfoItemTypes */
        start local 4 // javax.management.openmbean.OpenType[] gcNotifInfoItemTypes
        11: .line 90
            new javax.management.openmbean.CompositeType
            dup
            ldc "sun.management.GarbageCollectionNotifInfoCompositeType"
        12: .line 91
            ldc "CompositeType for GC notification info"
        13: .line 92
            getstatic sun.management.GarbageCollectionNotifInfoCompositeData.gcNotifInfoItemNames:[Ljava/lang/String;
        14: .line 93
            getstatic sun.management.GarbageCollectionNotifInfoCompositeData.gcNotifInfoItemNames:[Ljava/lang/String;
        15: .line 94
            aload 4 /* gcNotifInfoItemTypes */
        16: .line 90
            invokespecial javax.management.openmbean.CompositeType.<init>:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;[Ljavax/management/openmbean/OpenType;)V
            astore 2 /* gict */
        17: .line 95
            getstatic sun.management.GarbageCollectionNotifInfoCompositeData.compositeTypeByBuilder:Ljava/util/HashMap;
            aload 1 /* builder */
            aload 2 /* gict */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        18: .line 96
            goto 21
      StackMap locals: sun.management.GarbageCollectionNotifInfoCompositeData sun.management.GcInfoBuilder javax.management.openmbean.CompositeType java.util.HashMap javax.management.openmbean.OpenType[]
      StackMap stack: javax.management.openmbean.OpenDataException
        19: astore 5 /* e */
        start local 5 // javax.management.openmbean.OpenDataException e
        20: .line 98
            aload 5 /* e */
            invokestatic sun.management.Util.newException:(Ljava/lang/Exception;)Ljava/lang/RuntimeException;
            athrow
        end local 5 // javax.management.openmbean.OpenDataException e
        end local 4 // javax.management.openmbean.OpenType[] gcNotifInfoItemTypes
        21: .line 78
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        22: goto 25
      StackMap locals:
      StackMap stack: java.lang.Throwable
        23: aload 3
            monitorexit
        24: athrow
        25: .line 102
      StackMap locals:
      StackMap stack:
            aload 2 /* gict */
            areturn
        end local 2 // javax.management.openmbean.CompositeType gict
        end local 1 // sun.management.GcInfoBuilder builder
        end local 0 // sun.management.GarbageCollectionNotifInfoCompositeData this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   26     0                  this  Lsun/management/GarbageCollectionNotifInfoCompositeData;
            1   26     1               builder  Lsun/management/GcInfoBuilder;
            2   26     2                  gict  Ljavax/management/openmbean/CompositeType;
           11   21     4  gcNotifInfoItemTypes  [Ljavax/management/openmbean/OpenType;
           20   21     5                     e  Ljavax/management/openmbean/OpenDataException;
      Exception table:
        from    to  target  type
          11    18      19  Class javax.management.openmbean.OpenDataException
           3    22      23  any
          23    24      23  any

  protected javax.management.openmbean.CompositeData getCompositeData();
    descriptor: ()Ljavax/management/openmbean/CompositeData;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // sun.management.GarbageCollectionNotifInfoCompositeData this
         0: .line 109
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 110
            aload 0 /* this */
            getfield sun.management.GarbageCollectionNotifInfoCompositeData.gcNotifInfo:Lcom/sun/management/GarbageCollectionNotificationInfo;
            invokevirtual com.sun.management.GarbageCollectionNotificationInfo.getGcName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
         2: .line 111
            aload 0 /* this */
            getfield sun.management.GarbageCollectionNotifInfoCompositeData.gcNotifInfo:Lcom/sun/management/GarbageCollectionNotificationInfo;
            invokevirtual com.sun.management.GarbageCollectionNotificationInfo.getGcAction:()Ljava/lang/String;
            aastore
            dup
            iconst_2
         3: .line 112
            aload 0 /* this */
            getfield sun.management.GarbageCollectionNotifInfoCompositeData.gcNotifInfo:Lcom/sun/management/GarbageCollectionNotificationInfo;
            invokevirtual com.sun.management.GarbageCollectionNotificationInfo.getGcCause:()Ljava/lang/String;
            aastore
            dup
            iconst_3
         4: .line 113
            aload 0 /* this */
            getfield sun.management.GarbageCollectionNotifInfoCompositeData.gcNotifInfo:Lcom/sun/management/GarbageCollectionNotificationInfo;
            invokevirtual com.sun.management.GarbageCollectionNotificationInfo.getGcInfo:()Lcom/sun/management/GcInfo;
            invokestatic sun.management.GcInfoCompositeData.toCompositeData:(Lcom/sun/management/GcInfo;)Ljavax/management/openmbean/CompositeData;
            aastore
         5: .line 109
            astore 1 /* gcNotifInfoItemValues */
        start local 1 // java.lang.Object[] gcNotifInfoItemValues
         6: .line 116
            aload 0 /* this */
            invokevirtual sun.management.GarbageCollectionNotifInfoCompositeData.getCompositeTypeByBuilder:()Ljavax/management/openmbean/CompositeType;
            astore 2 /* gict */
        start local 2 // javax.management.openmbean.CompositeType gict
         7: .line 119
            new javax.management.openmbean.CompositeDataSupport
            dup
            aload 2 /* gict */
         8: .line 120
            getstatic sun.management.GarbageCollectionNotifInfoCompositeData.gcNotifInfoItemNames:[Ljava/lang/String;
         9: .line 121
            aload 1 /* gcNotifInfoItemValues */
        10: .line 119
            invokespecial javax.management.openmbean.CompositeDataSupport.<init>:(Ljavax/management/openmbean/CompositeType;[Ljava/lang/String;[Ljava/lang/Object;)V
        11: areturn
        12: .line 122
      StackMap locals: sun.management.GarbageCollectionNotifInfoCompositeData java.lang.Object[] javax.management.openmbean.CompositeType
      StackMap stack: javax.management.openmbean.OpenDataException
            astore 3 /* e */
        start local 3 // javax.management.openmbean.OpenDataException e
        13: .line 124
            new java.lang.AssertionError
            dup
            aload 3 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 3 // javax.management.openmbean.OpenDataException e
        end local 2 // javax.management.openmbean.CompositeType gict
        end local 1 // java.lang.Object[] gcNotifInfoItemValues
        end local 0 // sun.management.GarbageCollectionNotifInfoCompositeData this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   14     0                   this  Lsun/management/GarbageCollectionNotifInfoCompositeData;
            6   14     1  gcNotifInfoItemValues  [Ljava/lang/Object;
            7   14     2                   gict  Ljavax/management/openmbean/CompositeType;
           13   14     3                      e  Ljavax/management/openmbean/OpenDataException;
      Exception table:
        from    to  target  type
           7    11      12  Class javax.management.openmbean.OpenDataException

  public static java.lang.String getGcName(javax.management.openmbean.CompositeData);
    descriptor: (Ljavax/management/openmbean/CompositeData;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javax.management.openmbean.CompositeData cd
         0: .line 143
            aload 0 /* cd */
            ldc "gcName"
            invokestatic sun.management.GarbageCollectionNotifInfoCompositeData.getString:(Ljavax/management/openmbean/CompositeData;Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* gcname */
        start local 1 // java.lang.String gcname
         1: .line 144
            aload 1 /* gcname */
            ifnonnull 3
         2: .line 145
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid composite data: Attribute gcName has null value"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 148
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* gcname */
            areturn
        end local 1 // java.lang.String gcname
        end local 0 // javax.management.openmbean.CompositeData cd
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0      cd  Ljavax/management/openmbean/CompositeData;
            1    4     1  gcname  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      cd    

  public static java.lang.String getGcAction(javax.management.openmbean.CompositeData);
    descriptor: (Ljavax/management/openmbean/CompositeData;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javax.management.openmbean.CompositeData cd
         0: .line 152
            aload 0 /* cd */
            ldc "gcAction"
            invokestatic sun.management.GarbageCollectionNotifInfoCompositeData.getString:(Ljavax/management/openmbean/CompositeData;Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* gcaction */
        start local 1 // java.lang.String gcaction
         1: .line 153
            aload 1 /* gcaction */
            ifnonnull 3
         2: .line 154
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid composite data: Attribute gcAction has null value"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 157
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* gcaction */
            areturn
        end local 1 // java.lang.String gcaction
        end local 0 // javax.management.openmbean.CompositeData cd
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0        cd  Ljavax/management/openmbean/CompositeData;
            1    4     1  gcaction  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      cd    

  public static java.lang.String getGcCause(javax.management.openmbean.CompositeData);
    descriptor: (Ljavax/management/openmbean/CompositeData;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javax.management.openmbean.CompositeData cd
         0: .line 161
            aload 0 /* cd */
            ldc "gcCause"
            invokestatic sun.management.GarbageCollectionNotifInfoCompositeData.getString:(Ljavax/management/openmbean/CompositeData;Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* gccause */
        start local 1 // java.lang.String gccause
         1: .line 162
            aload 1 /* gccause */
            ifnonnull 3
         2: .line 163
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid composite data: Attribute gcCause has null value"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 166
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* gccause */
            areturn
        end local 1 // java.lang.String gccause
        end local 0 // javax.management.openmbean.CompositeData cd
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0       cd  Ljavax/management/openmbean/CompositeData;
            1    4     1  gccause  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      cd    

  public static com.sun.management.GcInfo getGcInfo(javax.management.openmbean.CompositeData);
    descriptor: (Ljavax/management/openmbean/CompositeData;)Lcom/sun/management/GcInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.management.openmbean.CompositeData cd
         0: .line 170
            aload 0 /* cd */
            ldc "gcInfo"
            invokeinterface javax.management.openmbean.CompositeData.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast javax.management.openmbean.CompositeData
            astore 1 /* gcInfoData */
        start local 1 // javax.management.openmbean.CompositeData gcInfoData
         1: .line 171
            aload 1 /* gcInfoData */
            invokestatic com.sun.management.GcInfo.from:(Ljavax/management/openmbean/CompositeData;)Lcom/sun/management/GcInfo;
            areturn
        end local 1 // javax.management.openmbean.CompositeData gcInfoData
        end local 0 // javax.management.openmbean.CompositeData cd
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0          cd  Ljavax/management/openmbean/CompositeData;
            1    2     1  gcInfoData  Ljavax/management/openmbean/CompositeData;
    MethodParameters:
      Name  Flags
      cd    

  public static void validateCompositeData(javax.management.openmbean.CompositeData);
    descriptor: (Ljavax/management/openmbean/CompositeData;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.openmbean.CompositeData cd
         0: .line 179
            aload 0 /* cd */
            ifnonnull 2
         1: .line 180
            new java.lang.NullPointerException
            dup
            ldc "Null CompositeData"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 183
      StackMap locals:
      StackMap stack:
            invokestatic sun.management.GarbageCollectionNotifInfoCompositeData.getBaseGcNotifInfoCompositeType:()Ljavax/management/openmbean/CompositeType;
            aload 0 /* cd */
            invokeinterface javax.management.openmbean.CompositeData.getCompositeType:()Ljavax/management/openmbean/CompositeType;
            invokestatic sun.management.GarbageCollectionNotifInfoCompositeData.isTypeMatched:(Ljavax/management/openmbean/CompositeType;Ljavax/management/openmbean/CompositeType;)Z
            ifne 6
         3: .line 184
            new java.lang.IllegalArgumentException
            dup
         4: .line 185
            ldc "Unexpected composite type for GarbageCollectionNotificationInfo"
         5: .line 184
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 187
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javax.management.openmbean.CompositeData cd
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0    cd  Ljavax/management/openmbean/CompositeData;
    MethodParameters:
      Name  Flags
      cd    

  private static synchronized javax.management.openmbean.CompositeType getBaseGcNotifInfoCompositeType();
    descriptor: ()Ljavax/management/openmbean/CompositeType;
    flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=7, locals=1, args_size=0
         0: .line 192
            getstatic sun.management.GarbageCollectionNotifInfoCompositeData.baseGcNotifInfoCompositeType:Ljavax/management/openmbean/CompositeType;
            ifnonnull 17
         1: .line 194
            iconst_4
            anewarray javax.management.openmbean.OpenType
            dup
            iconst_0
         2: .line 195
            getstatic javax.management.openmbean.SimpleType.STRING:Ljavax/management/openmbean/SimpleType;
            aastore
            dup
            iconst_1
         3: .line 196
            getstatic javax.management.openmbean.SimpleType.STRING:Ljavax/management/openmbean/SimpleType;
            aastore
            dup
            iconst_2
         4: .line 197
            getstatic javax.management.openmbean.SimpleType.STRING:Ljavax/management/openmbean/SimpleType;
            aastore
            dup
            iconst_3
         5: .line 198
            invokestatic sun.management.GcInfoCompositeData.getBaseGcInfoCompositeType:()Ljavax/management/openmbean/CompositeType;
            aastore
         6: .line 194
            astore 0 /* baseGcNotifInfoItemTypes */
        start local 0 // javax.management.openmbean.OpenType[] baseGcNotifInfoItemTypes
         7: .line 201
            new javax.management.openmbean.CompositeType
            dup
            ldc "sun.management.BaseGarbageCollectionNotifInfoCompositeType"
         8: .line 202
            ldc "CompositeType for Base GarbageCollectionNotificationInfo"
         9: .line 203
            getstatic sun.management.GarbageCollectionNotifInfoCompositeData.gcNotifInfoItemNames:[Ljava/lang/String;
        10: .line 204
            getstatic sun.management.GarbageCollectionNotifInfoCompositeData.gcNotifInfoItemNames:[Ljava/lang/String;
        11: .line 205
            aload 0 /* baseGcNotifInfoItemTypes */
        12: .line 201
            invokespecial javax.management.openmbean.CompositeType.<init>:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;[Ljavax/management/openmbean/OpenType;)V
        13: .line 200
            putstatic sun.management.GarbageCollectionNotifInfoCompositeData.baseGcNotifInfoCompositeType:Ljavax/management/openmbean/CompositeType;
        end local 0 // javax.management.openmbean.OpenType[] baseGcNotifInfoItemTypes
        14: .line 206
            goto 17
      StackMap locals:
      StackMap stack: javax.management.openmbean.OpenDataException
        15: astore 0 /* e */
        start local 0 // javax.management.openmbean.OpenDataException e
        16: .line 208
            aload 0 /* e */
            invokestatic sun.management.Util.newException:(Ljava/lang/Exception;)Ljava/lang/RuntimeException;
            athrow
        end local 0 // javax.management.openmbean.OpenDataException e
        17: .line 211
      StackMap locals:
      StackMap stack:
            getstatic sun.management.GarbageCollectionNotifInfoCompositeData.baseGcNotifInfoCompositeType:Ljavax/management/openmbean/CompositeType;
            areturn
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            7   14     0  baseGcNotifInfoItemTypes  [Ljavax/management/openmbean/OpenType;
           16   17     0                         e  Ljavax/management/openmbean/OpenDataException;
      Exception table:
        from    to  target  type
           1    14      15  Class javax.management.openmbean.OpenDataException
}
SourceFile: "GarbageCollectionNotifInfoCompositeData.java"
NestMembers:
  sun.management.GarbageCollectionNotifInfoCompositeData$1
InnerClasses:
  sun.management.GarbageCollectionNotifInfoCompositeData$1