public class com.sun.management.GarbageCollectionNotificationInfo implements javax.management.openmbean.CompositeDataView
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.management.GarbageCollectionNotificationInfo
  super_class: java.lang.Object
{
  private final java.lang.String gcName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String gcAction;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String gcCause;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.management.GcInfo gcInfo;
    descriptor: Lcom/sun/management/GcInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javax.management.openmbean.CompositeData cdata;
    descriptor: Ljavax/management/openmbean/CompositeData;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final java.lang.String GARBAGE_COLLECTION_NOTIFICATION;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "com.sun.management.gc.notification"

  public void <init>(java.lang.String, java.lang.String, java.lang.String, com.sun.management.GcInfo);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/management/GcInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.management.GarbageCollectionNotificationInfo this
        start local 1 // java.lang.String gcName
        start local 2 // java.lang.String gcAction
        start local 3 // java.lang.String gcCause
        start local 4 // com.sun.management.GcInfo gcInfo
         0: .line 111
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 115
            aload 1 /* gcName */
            ifnonnull 3
         2: .line 116
            new java.lang.NullPointerException
            dup
            ldc "Null gcName"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 118
      StackMap locals: com.sun.management.GarbageCollectionNotificationInfo java.lang.String java.lang.String java.lang.String com.sun.management.GcInfo
      StackMap stack:
            aload 2 /* gcAction */
            ifnonnull 5
         4: .line 119
            new java.lang.NullPointerException
            dup
            ldc "Null gcAction"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 121
      StackMap locals:
      StackMap stack:
            aload 3 /* gcCause */
            ifnonnull 7
         6: .line 122
            new java.lang.NullPointerException
            dup
            ldc "Null gcCause"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* gcName */
            putfield com.sun.management.GarbageCollectionNotificationInfo.gcName:Ljava/lang/String;
         8: .line 125
            aload 0 /* this */
            aload 2 /* gcAction */
            putfield com.sun.management.GarbageCollectionNotificationInfo.gcAction:Ljava/lang/String;
         9: .line 126
            aload 0 /* this */
            aload 3 /* gcCause */
            putfield com.sun.management.GarbageCollectionNotificationInfo.gcCause:Ljava/lang/String;
        10: .line 127
            aload 0 /* this */
            aload 4 /* gcInfo */
            putfield com.sun.management.GarbageCollectionNotificationInfo.gcInfo:Lcom/sun/management/GcInfo;
        11: .line 128
            aload 0 /* this */
            new com.sun.management.internal.GarbageCollectionNotifInfoCompositeData
            dup
            aload 0 /* this */
            invokespecial com.sun.management.internal.GarbageCollectionNotifInfoCompositeData.<init>:(Lcom/sun/management/GarbageCollectionNotificationInfo;)V
            putfield com.sun.management.GarbageCollectionNotificationInfo.cdata:Ljavax/management/openmbean/CompositeData;
        12: .line 129
            return
        end local 4 // com.sun.management.GcInfo gcInfo
        end local 3 // java.lang.String gcCause
        end local 2 // java.lang.String gcAction
        end local 1 // java.lang.String gcName
        end local 0 // com.sun.management.GarbageCollectionNotificationInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lcom/sun/management/GarbageCollectionNotificationInfo;
            0   13     1    gcName  Ljava/lang/String;
            0   13     2  gcAction  Ljava/lang/String;
            0   13     3   gcCause  Ljava/lang/String;
            0   13     4    gcInfo  Lcom/sun/management/GcInfo;
    MethodParameters:
          Name  Flags
      gcName    
      gcAction  
      gcCause   
      gcInfo    

  void <init>(javax.management.openmbean.CompositeData);
    descriptor: (Ljavax/management/openmbean/CompositeData;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.management.GarbageCollectionNotificationInfo this
        start local 1 // javax.management.openmbean.CompositeData cd
         0: .line 131
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 132
            aload 1 /* cd */
            invokestatic com.sun.management.internal.GarbageCollectionNotifInfoCompositeData.validateCompositeData:(Ljavax/management/openmbean/CompositeData;)V
         2: .line 134
            aload 0 /* this */
            aload 1 /* cd */
            invokestatic com.sun.management.internal.GarbageCollectionNotifInfoCompositeData.getGcName:(Ljavax/management/openmbean/CompositeData;)Ljava/lang/String;
            putfield com.sun.management.GarbageCollectionNotificationInfo.gcName:Ljava/lang/String;
         3: .line 135
            aload 0 /* this */
            aload 1 /* cd */
            invokestatic com.sun.management.internal.GarbageCollectionNotifInfoCompositeData.getGcAction:(Ljavax/management/openmbean/CompositeData;)Ljava/lang/String;
            putfield com.sun.management.GarbageCollectionNotificationInfo.gcAction:Ljava/lang/String;
         4: .line 136
            aload 0 /* this */
            aload 1 /* cd */
            invokestatic com.sun.management.internal.GarbageCollectionNotifInfoCompositeData.getGcCause:(Ljavax/management/openmbean/CompositeData;)Ljava/lang/String;
            putfield com.sun.management.GarbageCollectionNotificationInfo.gcCause:Ljava/lang/String;
         5: .line 137
            aload 0 /* this */
            aload 1 /* cd */
            invokestatic com.sun.management.internal.GarbageCollectionNotifInfoCompositeData.getGcInfo:(Ljavax/management/openmbean/CompositeData;)Lcom/sun/management/GcInfo;
            putfield com.sun.management.GarbageCollectionNotificationInfo.gcInfo:Lcom/sun/management/GcInfo;
         6: .line 138
            aload 0 /* this */
            aload 1 /* cd */
            putfield com.sun.management.GarbageCollectionNotificationInfo.cdata:Ljavax/management/openmbean/CompositeData;
         7: .line 139
            return
        end local 1 // javax.management.openmbean.CompositeData cd
        end local 0 // com.sun.management.GarbageCollectionNotificationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/management/GarbageCollectionNotificationInfo;
            0    8     1    cd  Ljavax/management/openmbean/CompositeData;
    MethodParameters:
      Name  Flags
      cd    

  public java.lang.String getGcName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.management.GarbageCollectionNotificationInfo this
         0: .line 147
            aload 0 /* this */
            getfield com.sun.management.GarbageCollectionNotificationInfo.gcName:Ljava/lang/String;
            areturn
        end local 0 // com.sun.management.GarbageCollectionNotificationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/management/GarbageCollectionNotificationInfo;

  public java.lang.String getGcAction();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.management.GarbageCollectionNotificationInfo this
         0: .line 156
            aload 0 /* this */
            getfield com.sun.management.GarbageCollectionNotificationInfo.gcAction:Ljava/lang/String;
            areturn
        end local 0 // com.sun.management.GarbageCollectionNotificationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/management/GarbageCollectionNotificationInfo;

  public java.lang.String getGcCause();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.management.GarbageCollectionNotificationInfo this
         0: .line 165
            aload 0 /* this */
            getfield com.sun.management.GarbageCollectionNotificationInfo.gcCause:Ljava/lang/String;
            areturn
        end local 0 // com.sun.management.GarbageCollectionNotificationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/management/GarbageCollectionNotificationInfo;

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

  public static com.sun.management.GarbageCollectionNotificationInfo from(javax.management.openmbean.CompositeData);
    descriptor: (Ljavax/management/openmbean/CompositeData;)Lcom/sun/management/GarbageCollectionNotificationInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.openmbean.CompositeData cd
         0: .line 223
            aload 0 /* cd */
            ifnonnull 2
         1: .line 224
            aconst_null
            areturn
         2: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* cd */
            instanceof com.sun.management.internal.GarbageCollectionNotifInfoCompositeData
            ifeq 4
         3: .line 228
            aload 0 /* cd */
            checkcast com.sun.management.internal.GarbageCollectionNotifInfoCompositeData
            invokevirtual com.sun.management.internal.GarbageCollectionNotifInfoCompositeData.getGarbageCollectionNotifInfo:()Lcom/sun/management/GarbageCollectionNotificationInfo;
            areturn
         4: .line 230
      StackMap locals:
      StackMap stack:
            new com.sun.management.GarbageCollectionNotificationInfo
            dup
            aload 0 /* cd */
            invokespecial com.sun.management.GarbageCollectionNotificationInfo.<init>:(Ljavax/management/openmbean/CompositeData;)V
            areturn
        end local 0 // javax.management.openmbean.CompositeData cd
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0    cd  Ljavax/management/openmbean/CompositeData;
    MethodParameters:
      Name  Flags
      cd    

  public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType);
    descriptor: (Ljavax/management/openmbean/CompositeType;)Ljavax/management/openmbean/CompositeData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.management.GarbageCollectionNotificationInfo this
        start local 1 // javax.management.openmbean.CompositeType ct
         0: .line 235
            aload 0 /* this */
            getfield com.sun.management.GarbageCollectionNotificationInfo.cdata:Ljavax/management/openmbean/CompositeData;
            areturn
        end local 1 // javax.management.openmbean.CompositeType ct
        end local 0 // com.sun.management.GarbageCollectionNotificationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/management/GarbageCollectionNotificationInfo;
            0    1     1    ct  Ljavax/management/openmbean/CompositeType;
    MethodParameters:
      Name  Flags
      ct    
}
SourceFile: "GarbageCollectionNotificationInfo.java"