public class java.lang.management.MemoryNotificationInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.lang.management.MemoryNotificationInfo
  super_class: java.lang.Object
{
  private final java.lang.String poolName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.management.MemoryUsage usage;
    descriptor: Ljava/lang/management/MemoryUsage;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long count;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final java.lang.String MEMORY_THRESHOLD_EXCEEDED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "java.management.memory.threshold.exceeded"

  public static final java.lang.String MEMORY_COLLECTION_THRESHOLD_EXCEEDED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "java.management.memory.collection.threshold.exceeded"

  public void <init>(java.lang.String, java.lang.management.MemoryUsage, long);
    descriptor: (Ljava/lang/String;Ljava/lang/management/MemoryUsage;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // java.lang.management.MemoryNotificationInfo this
        start local 1 // java.lang.String poolName
        start local 2 // java.lang.management.MemoryUsage usage
        start local 3 // long count
         0: .line 148
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 151
            aload 1 /* poolName */
            ifnonnull 3
         2: .line 152
            new java.lang.NullPointerException
            dup
            ldc "Null poolName"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 154
      StackMap locals: java.lang.management.MemoryNotificationInfo java.lang.String java.lang.management.MemoryUsage long
      StackMap stack:
            aload 2 /* usage */
            ifnonnull 5
         4: .line 155
            new java.lang.NullPointerException
            dup
            ldc "Null usage"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* poolName */
            putfield java.lang.management.MemoryNotificationInfo.poolName:Ljava/lang/String;
         6: .line 159
            aload 0 /* this */
            aload 2 /* usage */
            putfield java.lang.management.MemoryNotificationInfo.usage:Ljava/lang/management/MemoryUsage;
         7: .line 160
            aload 0 /* this */
            lload 3 /* count */
            putfield java.lang.management.MemoryNotificationInfo.count:J
         8: .line 161
            return
        end local 3 // long count
        end local 2 // java.lang.management.MemoryUsage usage
        end local 1 // java.lang.String poolName
        end local 0 // java.lang.management.MemoryNotificationInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Ljava/lang/management/MemoryNotificationInfo;
            0    9     1  poolName  Ljava/lang/String;
            0    9     2     usage  Ljava/lang/management/MemoryUsage;
            0    9     3     count  J
    MethodParameters:
          Name  Flags
      poolName  
      usage     
      count     

  void <init>(javax.management.openmbean.CompositeData);
    descriptor: (Ljavax/management/openmbean/CompositeData;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.management.MemoryNotificationInfo this
        start local 1 // javax.management.openmbean.CompositeData cd
         0: .line 163
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 164
            aload 1 /* cd */
            invokestatic sun.management.MemoryNotifInfoCompositeData.validateCompositeData:(Ljavax/management/openmbean/CompositeData;)V
         2: .line 166
            aload 0 /* this */
            aload 1 /* cd */
            invokestatic sun.management.MemoryNotifInfoCompositeData.getPoolName:(Ljavax/management/openmbean/CompositeData;)Ljava/lang/String;
            putfield java.lang.management.MemoryNotificationInfo.poolName:Ljava/lang/String;
         3: .line 167
            aload 0 /* this */
            aload 1 /* cd */
            invokestatic sun.management.MemoryNotifInfoCompositeData.getUsage:(Ljavax/management/openmbean/CompositeData;)Ljava/lang/management/MemoryUsage;
            putfield java.lang.management.MemoryNotificationInfo.usage:Ljava/lang/management/MemoryUsage;
         4: .line 168
            aload 0 /* this */
            aload 1 /* cd */
            invokestatic sun.management.MemoryNotifInfoCompositeData.getCount:(Ljavax/management/openmbean/CompositeData;)J
            putfield java.lang.management.MemoryNotificationInfo.count:J
         5: .line 169
            return
        end local 1 // javax.management.openmbean.CompositeData cd
        end local 0 // java.lang.management.MemoryNotificationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/lang/management/MemoryNotificationInfo;
            0    6     1    cd  Ljavax/management/openmbean/CompositeData;
    MethodParameters:
      Name  Flags
      cd    

  public java.lang.String getPoolName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.management.MemoryNotificationInfo this
         0: .line 178
            aload 0 /* this */
            getfield java.lang.management.MemoryNotificationInfo.poolName:Ljava/lang/String;
            areturn
        end local 0 // java.lang.management.MemoryNotificationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/management/MemoryNotificationInfo;

  public java.lang.management.MemoryUsage getUsage();
    descriptor: ()Ljava/lang/management/MemoryUsage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.management.MemoryNotificationInfo this
         0: .line 189
            aload 0 /* this */
            getfield java.lang.management.MemoryNotificationInfo.usage:Ljava/lang/management/MemoryUsage;
            areturn
        end local 0 // java.lang.management.MemoryNotificationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/management/MemoryNotificationInfo;

  public long getCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.management.MemoryNotificationInfo this
         0: .line 206
            aload 0 /* this */
            getfield java.lang.management.MemoryNotificationInfo.count:J
            lreturn
        end local 0 // java.lang.management.MemoryNotificationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/management/MemoryNotificationInfo;

  public static java.lang.management.MemoryNotificationInfo from(javax.management.openmbean.CompositeData);
    descriptor: (Ljavax/management/openmbean/CompositeData;)Ljava/lang/management/MemoryNotificationInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.openmbean.CompositeData cd
         0: .line 246
            aload 0 /* cd */
            ifnonnull 2
         1: .line 247
            aconst_null
            areturn
         2: .line 250
      StackMap locals:
      StackMap stack:
            aload 0 /* cd */
            instanceof sun.management.MemoryNotifInfoCompositeData
            ifeq 4
         3: .line 251
            aload 0 /* cd */
            checkcast sun.management.MemoryNotifInfoCompositeData
            invokevirtual sun.management.MemoryNotifInfoCompositeData.getMemoryNotifInfo:()Ljava/lang/management/MemoryNotificationInfo;
            areturn
         4: .line 253
      StackMap locals:
      StackMap stack:
            new java.lang.management.MemoryNotificationInfo
            dup
            aload 0 /* cd */
            invokespecial java.lang.management.MemoryNotificationInfo.<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    
}
SourceFile: "MemoryNotificationInfo.java"