class sun.management.MemoryImpl extends sun.management.NotificationEmitterSupport implements java.lang.management.MemoryMXBean
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.management.MemoryImpl
  super_class: sun.management.NotificationEmitterSupport
{
  private final sun.management.VMManagement jvm;
    descriptor: Lsun/management/VMManagement;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static java.lang.management.MemoryPoolMXBean[] pools;
    descriptor: [Ljava/lang/management/MemoryPoolMXBean;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.lang.management.MemoryManagerMXBean[] mgrs;
    descriptor: [Ljava/lang/management/MemoryManagerMXBean;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static final java.lang.String notifName;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "javax.management.Notification"

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

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

  private static long seqNumber;
    descriptor: J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 51
            aconst_null
            putstatic sun.management.MemoryImpl.pools:[Ljava/lang/management/MemoryPoolMXBean;
         1: .line 52
            aconst_null
            putstatic sun.management.MemoryImpl.mgrs:[Ljava/lang/management/MemoryManagerMXBean;
         2: .line 109
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         3: .line 110
            ldc "java.management.memory.threshold.exceeded"
            aastore
            dup
            iconst_1
         4: .line 111
            ldc "java.management.memory.collection.threshold.exceeded"
            aastore
         5: .line 109
            putstatic sun.management.MemoryImpl.notifTypes:[Ljava/lang/String;
         6: .line 113
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         7: .line 114
            ldc "Memory usage exceeds usage threshold"
            aastore
            dup
            iconst_1
         8: .line 115
            ldc "Memory usage exceeds collection usage threshold"
            aastore
         9: .line 113
            putstatic sun.management.MemoryImpl.notifMsgs:[Ljava/lang/String;
        10: .line 133
            lconst_0
            putstatic sun.management.MemoryImpl.seqNumber:J
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(sun.management.VMManagement);
    descriptor: (Lsun/management/VMManagement;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.management.MemoryImpl this
        start local 1 // sun.management.VMManagement vm
         0: .line 57
            aload 0 /* this */
            invokespecial sun.management.NotificationEmitterSupport.<init>:()V
         1: .line 58
            aload 0 /* this */
            aload 1 /* vm */
            putfield sun.management.MemoryImpl.jvm:Lsun/management/VMManagement;
         2: .line 59
            return
        end local 1 // sun.management.VMManagement vm
        end local 0 // sun.management.MemoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/management/MemoryImpl;
            0    3     1    vm  Lsun/management/VMManagement;
    MethodParameters:
      Name  Flags
      vm    

  public int getObjectPendingFinalizationCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.MemoryImpl this
         0: .line 62
            invokestatic sun.misc.VM.getFinalRefCount:()I
            ireturn
        end local 0 // sun.management.MemoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/MemoryImpl;

  public void gc();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.MemoryImpl this
         0: .line 66
            invokestatic java.lang.Runtime.getRuntime:()Ljava/lang/Runtime;
            invokevirtual java.lang.Runtime.gc:()V
         1: .line 67
            return
        end local 0 // sun.management.MemoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/management/MemoryImpl;

  public java.lang.management.MemoryUsage getHeapMemoryUsage();
    descriptor: ()Ljava/lang/management/MemoryUsage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.management.MemoryImpl this
         0: .line 71
            aload 0 /* this */
            iconst_1
            invokevirtual sun.management.MemoryImpl.getMemoryUsage0:(Z)Ljava/lang/management/MemoryUsage;
            areturn
        end local 0 // sun.management.MemoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/MemoryImpl;

  public java.lang.management.MemoryUsage getNonHeapMemoryUsage();
    descriptor: ()Ljava/lang/management/MemoryUsage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.management.MemoryImpl this
         0: .line 75
            aload 0 /* this */
            iconst_0
            invokevirtual sun.management.MemoryImpl.getMemoryUsage0:(Z)Ljava/lang/management/MemoryUsage;
            areturn
        end local 0 // sun.management.MemoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/MemoryImpl;

  public boolean isVerbose();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.MemoryImpl this
         0: .line 79
            aload 0 /* this */
            getfield sun.management.MemoryImpl.jvm:Lsun/management/VMManagement;
            invokeinterface sun.management.VMManagement.getVerboseGC:()Z
            ireturn
        end local 0 // sun.management.MemoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/MemoryImpl;

  public void setVerbose(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.management.MemoryImpl this
        start local 1 // boolean value
         0: .line 83
            invokestatic sun.management.Util.checkControlAccess:()V
         1: .line 85
            aload 0 /* this */
            iload 1 /* value */
            invokevirtual sun.management.MemoryImpl.setVerboseGC:(Z)V
         2: .line 86
            return
        end local 1 // boolean value
        end local 0 // sun.management.MemoryImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/management/MemoryImpl;
            0    3     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  static synchronized java.lang.management.MemoryPoolMXBean[] getMemoryPools();
    descriptor: ()[Ljava/lang/management/MemoryPoolMXBean;
    flags: (0x0028) ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=0, args_size=0
         0: .line 91
            getstatic sun.management.MemoryImpl.pools:[Ljava/lang/management/MemoryPoolMXBean;
            ifnonnull 2
         1: .line 92
            invokestatic sun.management.MemoryImpl.getMemoryPools0:()[Ljava/lang/management/MemoryPoolMXBean;
            putstatic sun.management.MemoryImpl.pools:[Ljava/lang/management/MemoryPoolMXBean;
         2: .line 94
      StackMap locals:
      StackMap stack:
            getstatic sun.management.MemoryImpl.pools:[Ljava/lang/management/MemoryPoolMXBean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static synchronized java.lang.management.MemoryManagerMXBean[] getMemoryManagers();
    descriptor: ()[Ljava/lang/management/MemoryManagerMXBean;
    flags: (0x0028) ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=0, args_size=0
         0: .line 97
            getstatic sun.management.MemoryImpl.mgrs:[Ljava/lang/management/MemoryManagerMXBean;
            ifnonnull 2
         1: .line 98
            invokestatic sun.management.MemoryImpl.getMemoryManagers0:()[Ljava/lang/management/MemoryManagerMXBean;
            putstatic sun.management.MemoryImpl.mgrs:[Ljava/lang/management/MemoryManagerMXBean;
         2: .line 100
      StackMap locals:
      StackMap stack:
            getstatic sun.management.MemoryImpl.mgrs:[Ljava/lang/management/MemoryManagerMXBean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static native java.lang.management.MemoryPoolMXBean[] getMemoryPools0();
    descriptor: ()[Ljava/lang/management/MemoryPoolMXBean;
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  private static native java.lang.management.MemoryManagerMXBean[] getMemoryManagers0();
    descriptor: ()[Ljava/lang/management/MemoryManagerMXBean;
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  private native java.lang.management.MemoryUsage getMemoryUsage0(boolean);
    descriptor: (Z)Ljava/lang/management/MemoryUsage;
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
      Name  Flags
      heap  

  private native void setVerboseGC(boolean);
    descriptor: (Z)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
       Name  Flags
      value  

  public javax.management.MBeanNotificationInfo[] getNotificationInfo();
    descriptor: ()[Ljavax/management/MBeanNotificationInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // sun.management.MemoryImpl this
         0: .line 119
            iconst_1
            anewarray javax.management.MBeanNotificationInfo
            dup
            iconst_0
         1: .line 120
            new javax.management.MBeanNotificationInfo
            dup
            getstatic sun.management.MemoryImpl.notifTypes:[Ljava/lang/String;
            ldc "javax.management.Notification"
            ldc "Memory Notification"
            invokespecial javax.management.MBeanNotificationInfo.<init>:([Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            aastore
         2: .line 119
            areturn
        end local 0 // sun.management.MemoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/management/MemoryImpl;

  private static java.lang.String getNotifMsg(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.String notifType
         0: .line 125
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 126
      StackMap locals: int
      StackMap stack:
            aload 0 /* notifType */
            getstatic sun.management.MemoryImpl.notifTypes:[Ljava/lang/String;
            iload 1 /* i */
            aaload
            if_acmpne 4
         3: .line 127
            getstatic sun.management.MemoryImpl.notifMsgs:[Ljava/lang/String;
            iload 1 /* i */
            aaload
            areturn
         4: .line 125
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            getstatic sun.management.MemoryImpl.notifTypes:[Ljava/lang/String;
            arraylength
            if_icmplt 2
        end local 1 // int i
         6: .line 130
            ldc "Unknown message"
            areturn
        end local 0 // java.lang.String notifType
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0  notifType  Ljava/lang/String;
            1    6     1          i  I
    MethodParameters:
           Name  Flags
      notifType  

  private static long getNextSeqNumber();
    descriptor: ()J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 135
            getstatic sun.management.MemoryImpl.seqNumber:J
            lconst_1
            ladd
            dup2
            putstatic sun.management.MemoryImpl.seqNumber:J
            lreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void createNotification(java.lang.String, java.lang.String, java.lang.management.MemoryUsage, long);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/management/MemoryUsage;J)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=9, locals=12, args_size=4
        start local 0 // java.lang.String notifType
        start local 1 // java.lang.String poolName
        start local 2 // java.lang.management.MemoryUsage usage
        start local 3 // long count
         0: .line 142
            invokestatic java.lang.management.ManagementFactory.getMemoryMXBean:()Ljava/lang/management/MemoryMXBean;
            checkcast sun.management.MemoryImpl
            astore 5 /* mbean */
        start local 5 // sun.management.MemoryImpl mbean
         1: .line 143
            aload 5 /* mbean */
            invokevirtual sun.management.MemoryImpl.hasListeners:()Z
            ifne 3
         2: .line 145
            return
         3: .line 147
      StackMap locals: sun.management.MemoryImpl
      StackMap stack:
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 6 /* timestamp */
        start local 6 // long timestamp
         4: .line 148
            aload 0 /* notifType */
            invokestatic sun.management.MemoryImpl.getNotifMsg:(Ljava/lang/String;)Ljava/lang/String;
            astore 8 /* msg */
        start local 8 // java.lang.String msg
         5: .line 149
            new javax.management.Notification
            dup
            aload 0 /* notifType */
         6: .line 150
            aload 5 /* mbean */
            invokevirtual sun.management.MemoryImpl.getObjectName:()Ljavax/management/ObjectName;
         7: .line 151
            invokestatic sun.management.MemoryImpl.getNextSeqNumber:()J
         8: .line 152
            lload 6 /* timestamp */
         9: .line 153
            aload 8 /* msg */
        10: .line 149
            invokespecial javax.management.Notification.<init>:(Ljava/lang/String;Ljava/lang/Object;JJLjava/lang/String;)V
            astore 9 /* notif */
        start local 9 // javax.management.Notification notif
        11: .line 155
            new java.lang.management.MemoryNotificationInfo
            dup
            aload 1 /* poolName */
        12: .line 156
            aload 2 /* usage */
        13: .line 157
            lload 3 /* count */
        14: .line 155
            invokespecial java.lang.management.MemoryNotificationInfo.<init>:(Ljava/lang/String;Ljava/lang/management/MemoryUsage;J)V
        15: .line 154
            astore 10 /* info */
        start local 10 // java.lang.management.MemoryNotificationInfo info
        16: .line 159
            aload 10 /* info */
            invokestatic sun.management.MemoryNotifInfoCompositeData.toCompositeData:(Ljava/lang/management/MemoryNotificationInfo;)Ljavax/management/openmbean/CompositeData;
        17: .line 158
            astore 11 /* cd */
        start local 11 // javax.management.openmbean.CompositeData cd
        18: .line 160
            aload 9 /* notif */
            aload 11 /* cd */
            invokevirtual javax.management.Notification.setUserData:(Ljava/lang/Object;)V
        19: .line 161
            aload 5 /* mbean */
            aload 9 /* notif */
            invokevirtual sun.management.MemoryImpl.sendNotification:(Ljavax/management/Notification;)V
        20: .line 162
            return
        end local 11 // javax.management.openmbean.CompositeData cd
        end local 10 // java.lang.management.MemoryNotificationInfo info
        end local 9 // javax.management.Notification notif
        end local 8 // java.lang.String msg
        end local 6 // long timestamp
        end local 5 // sun.management.MemoryImpl mbean
        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.String notifType
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0  notifType  Ljava/lang/String;
            0   21     1   poolName  Ljava/lang/String;
            0   21     2      usage  Ljava/lang/management/MemoryUsage;
            0   21     3      count  J
            1   21     5      mbean  Lsun/management/MemoryImpl;
            4   21     6  timestamp  J
            5   21     8        msg  Ljava/lang/String;
           11   21     9      notif  Ljavax/management/Notification;
           16   21    10       info  Ljava/lang/management/MemoryNotificationInfo;
           18   21    11         cd  Ljavax/management/openmbean/CompositeData;
    MethodParameters:
           Name  Flags
      notifType  
      poolName   
      usage      
      count      

  public javax.management.ObjectName getObjectName();
    descriptor: ()Ljavax/management/ObjectName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.MemoryImpl this
         0: .line 165
            ldc "java.lang:type=Memory"
            invokestatic sun.management.Util.newObjectName:(Ljava/lang/String;)Ljavax/management/ObjectName;
            areturn
        end local 0 // sun.management.MemoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/MemoryImpl;
}
SourceFile: "MemoryImpl.java"