class sun.management.GarbageCollectorImpl extends sun.management.MemoryManagerImpl implements com.sun.management.GarbageCollectorMXBean
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.management.GarbageCollectorImpl
  super_class: sun.management.MemoryManagerImpl
{
  private java.lang.String[] poolNames;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private sun.management.GcInfoBuilder gcInfoBuilder;
    descriptor: Lsun/management/GcInfoBuilder;
    flags: (0x0002) ACC_PRIVATE

  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[] gcNotifTypes;
    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 101
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 102
            ldc "com.sun.management.gc.notification"
            aastore
         2: .line 101
            putstatic sun.management.GarbageCollectorImpl.gcNotifTypes:[Ljava/lang/String;
         3: .line 114
            lconst_0
            putstatic sun.management.GarbageCollectorImpl.seqNumber:J
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.management.GarbageCollectorImpl this
        start local 1 // java.lang.String name
         0: .line 60
            aload 0 /* this */
            aload 1 /* name */
            invokespecial sun.management.MemoryManagerImpl.<init>:(Ljava/lang/String;)V
         1: .line 70
            aload 0 /* this */
            aconst_null
            putfield sun.management.GarbageCollectorImpl.poolNames:[Ljava/lang/String;
         2: .line 61
            return
        end local 1 // java.lang.String name
        end local 0 // sun.management.GarbageCollectorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/management/GarbageCollectorImpl;
            0    3     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public native long getCollectionCount();
    descriptor: ()J
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE

  public native long getCollectionTime();
    descriptor: ()J
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE

  synchronized java.lang.String[] getAllPoolNames();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // sun.management.GarbageCollectorImpl this
         0: .line 72
            aload 0 /* this */
            getfield sun.management.GarbageCollectorImpl.poolNames:[Ljava/lang/String;
            ifnonnull 8
         1: .line 73
            invokestatic java.lang.management.ManagementFactory.getMemoryPoolMXBeans:()Ljava/util/List;
            astore 1 /* pools */
        start local 1 // java.util.List pools
         2: .line 74
            aload 0 /* this */
            aload 1 /* pools */
            invokeinterface java.util.List.size:()I
            anewarray java.lang.String
            putfield sun.management.GarbageCollectorImpl.poolNames:[Ljava/lang/String;
         3: .line 75
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: .line 76
            aload 1 /* pools */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: sun.management.GarbageCollectorImpl java.util.List int top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.management.MemoryPoolMXBean
            astore 3 /* m */
        start local 3 // java.lang.management.MemoryPoolMXBean m
         6: .line 77
            aload 0 /* this */
            getfield sun.management.GarbageCollectorImpl.poolNames:[Ljava/lang/String;
            iload 2 /* i */
            iinc 2 /* i */ 1
            aload 3 /* m */
            invokeinterface java.lang.management.MemoryPoolMXBean.getName:()Ljava/lang/String;
            aastore
        end local 3 // java.lang.management.MemoryPoolMXBean m
         7: .line 76
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        end local 2 // int i
        end local 1 // java.util.List pools
         8: .line 80
      StackMap locals: sun.management.GarbageCollectorImpl
      StackMap stack:
            aload 0 /* this */
            getfield sun.management.GarbageCollectorImpl.poolNames:[Ljava/lang/String;
            areturn
        end local 0 // sun.management.GarbageCollectorImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lsun/management/GarbageCollectorImpl;
            2    8     1  pools  Ljava/util/List<Ljava/lang/management/MemoryPoolMXBean;>;
            4    8     2      i  I
            6    7     3      m  Ljava/lang/management/MemoryPoolMXBean;

  private synchronized sun.management.GcInfoBuilder getGcInfoBuilder();
    descriptor: ()Lsun/management/GcInfoBuilder;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.management.GarbageCollectorImpl this
         0: .line 87
            aload 0 /* this */
            getfield sun.management.GarbageCollectorImpl.gcInfoBuilder:Lsun/management/GcInfoBuilder;
            ifnonnull 2
         1: .line 88
            aload 0 /* this */
            new sun.management.GcInfoBuilder
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.management.GarbageCollectorImpl.getAllPoolNames:()[Ljava/lang/String;
            invokespecial sun.management.GcInfoBuilder.<init>:(Ljava/lang/management/GarbageCollectorMXBean;[Ljava/lang/String;)V
            putfield sun.management.GarbageCollectorImpl.gcInfoBuilder:Lsun/management/GcInfoBuilder;
         2: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.management.GarbageCollectorImpl.gcInfoBuilder:Lsun/management/GcInfoBuilder;
            areturn
        end local 0 // sun.management.GarbageCollectorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/management/GarbageCollectorImpl;

  public com.sun.management.GcInfo getLastGcInfo();
    descriptor: ()Lcom/sun/management/GcInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.management.GarbageCollectorImpl this
         0: .line 94
            aload 0 /* this */
            invokevirtual sun.management.GarbageCollectorImpl.getGcInfoBuilder:()Lsun/management/GcInfoBuilder;
            invokevirtual sun.management.GcInfoBuilder.getLastGcInfo:()Lcom/sun/management/GcInfo;
            astore 1 /* info */
        start local 1 // com.sun.management.GcInfo info
         1: .line 95
            aload 1 /* info */
            areturn
        end local 1 // com.sun.management.GcInfo info
        end local 0 // sun.management.GarbageCollectorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/management/GarbageCollectorImpl;
            1    2     1  info  Lcom/sun/management/GcInfo;

  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.GarbageCollectorImpl this
         0: .line 107
            iconst_1
            anewarray javax.management.MBeanNotificationInfo
            dup
            iconst_0
         1: .line 108
            new javax.management.MBeanNotificationInfo
            dup
            getstatic sun.management.GarbageCollectorImpl.gcNotifTypes:[Ljava/lang/String;
         2: .line 109
            ldc "javax.management.Notification"
         3: .line 110
            ldc "GC Notification"
         4: .line 108
            invokespecial javax.management.MBeanNotificationInfo.<init>:([Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            aastore
         5: .line 107
            areturn
        end local 0 // sun.management.GarbageCollectorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/management/GarbageCollectorImpl;

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

  void createGCNotification(long, java.lang.String, java.lang.String, java.lang.String, com.sun.management.GcInfo);
    descriptor: (JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/management/GcInfo;)V
    flags: (0x0000) 
    Code:
      stack=9, locals=10, args_size=6
        start local 0 // sun.management.GarbageCollectorImpl this
        start local 1 // long timestamp
        start local 3 // java.lang.String gcName
        start local 4 // java.lang.String gcAction
        start local 5 // java.lang.String gcCause
        start local 6 // com.sun.management.GcInfo gcInfo
         0: .line 125
            aload 0 /* this */
            invokevirtual sun.management.GarbageCollectorImpl.hasListeners:()Z
            ifne 2
         1: .line 126
            return
         2: .line 129
      StackMap locals:
      StackMap stack:
            new javax.management.Notification
            dup
            ldc "com.sun.management.gc.notification"
         3: .line 130
            aload 0 /* this */
            invokevirtual sun.management.GarbageCollectorImpl.getObjectName:()Ljavax/management/ObjectName;
         4: .line 131
            invokestatic sun.management.GarbageCollectorImpl.getNextSeqNumber:()J
         5: .line 132
            lload 1 /* timestamp */
         6: .line 133
            aload 3 /* gcName */
         7: .line 129
            invokespecial javax.management.Notification.<init>:(Ljava/lang/String;Ljava/lang/Object;JJLjava/lang/String;)V
            astore 7 /* notif */
        start local 7 // javax.management.Notification notif
         8: .line 135
            new com.sun.management.GarbageCollectionNotificationInfo
            dup
            aload 3 /* gcName */
         9: .line 136
            aload 4 /* gcAction */
        10: .line 137
            aload 5 /* gcCause */
        11: .line 138
            aload 6 /* gcInfo */
        12: .line 135
            invokespecial com.sun.management.GarbageCollectionNotificationInfo.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/management/GcInfo;)V
        13: .line 134
            astore 8 /* info */
        start local 8 // com.sun.management.GarbageCollectionNotificationInfo info
        14: .line 141
            aload 8 /* info */
            invokestatic sun.management.GarbageCollectionNotifInfoCompositeData.toCompositeData:(Lcom/sun/management/GarbageCollectionNotificationInfo;)Ljavax/management/openmbean/CompositeData;
        15: .line 140
            astore 9 /* cd */
        start local 9 // javax.management.openmbean.CompositeData cd
        16: .line 142
            aload 7 /* notif */
            aload 9 /* cd */
            invokevirtual javax.management.Notification.setUserData:(Ljava/lang/Object;)V
        17: .line 143
            aload 0 /* this */
            aload 7 /* notif */
            invokevirtual sun.management.GarbageCollectorImpl.sendNotification:(Ljavax/management/Notification;)V
        18: .line 144
            return
        end local 9 // javax.management.openmbean.CompositeData cd
        end local 8 // com.sun.management.GarbageCollectionNotificationInfo info
        end local 7 // javax.management.Notification notif
        end local 6 // com.sun.management.GcInfo gcInfo
        end local 5 // java.lang.String gcCause
        end local 4 // java.lang.String gcAction
        end local 3 // java.lang.String gcName
        end local 1 // long timestamp
        end local 0 // sun.management.GarbageCollectorImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lsun/management/GarbageCollectorImpl;
            0   19     1  timestamp  J
            0   19     3     gcName  Ljava/lang/String;
            0   19     4   gcAction  Ljava/lang/String;
            0   19     5    gcCause  Ljava/lang/String;
            0   19     6     gcInfo  Lcom/sun/management/GcInfo;
            8   19     7      notif  Ljavax/management/Notification;
           14   19     8       info  Lcom/sun/management/GarbageCollectionNotificationInfo;
           16   19     9         cd  Ljavax/management/openmbean/CompositeData;
    MethodParameters:
           Name  Flags
      timestamp  
      gcName     
      gcAction   
      gcCause    
      gcInfo     

  public synchronized void addNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object);
    descriptor: (Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // sun.management.GarbageCollectorImpl this
        start local 1 // javax.management.NotificationListener listener
        start local 2 // javax.management.NotificationFilter filter
        start local 3 // java.lang.Object handback
         0: .line 150
            aload 0 /* this */
            invokevirtual sun.management.GarbageCollectorImpl.hasListeners:()Z
            istore 4 /* before */
        start local 4 // boolean before
         1: .line 151
            aload 0 /* this */
            aload 1 /* listener */
            aload 2 /* filter */
            aload 3 /* handback */
            invokespecial sun.management.MemoryManagerImpl.addNotificationListener:(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V
         2: .line 152
            aload 0 /* this */
            invokevirtual sun.management.GarbageCollectorImpl.hasListeners:()Z
            istore 5 /* after */
        start local 5 // boolean after
         3: .line 153
            iload 4 /* before */
            ifne 5
            iload 5 /* after */
            ifeq 5
         4: .line 154
            aload 0 /* this */
            aload 0 /* this */
            iconst_1
            invokevirtual sun.management.GarbageCollectorImpl.setNotificationEnabled:(Lcom/sun/management/GarbageCollectorMXBean;Z)V
         5: .line 156
      StackMap locals: int int
      StackMap stack:
            return
        end local 5 // boolean after
        end local 4 // boolean before
        end local 3 // java.lang.Object handback
        end local 2 // javax.management.NotificationFilter filter
        end local 1 // javax.management.NotificationListener listener
        end local 0 // sun.management.GarbageCollectorImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/management/GarbageCollectorImpl;
            0    6     1  listener  Ljavax/management/NotificationListener;
            0    6     2    filter  Ljavax/management/NotificationFilter;
            0    6     3  handback  Ljava/lang/Object;
            1    6     4    before  Z
            3    6     5     after  Z
    MethodParameters:
          Name  Flags
      listener  
      filter    
      handback  

  public synchronized void removeNotificationListener(javax.management.NotificationListener);
    descriptor: (Ljavax/management/NotificationListener;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.management.GarbageCollectorImpl this
        start local 1 // javax.management.NotificationListener listener
         0: .line 160
            aload 0 /* this */
            invokevirtual sun.management.GarbageCollectorImpl.hasListeners:()Z
            istore 2 /* before */
        start local 2 // boolean before
         1: .line 161
            aload 0 /* this */
            aload 1 /* listener */
            invokespecial sun.management.MemoryManagerImpl.removeNotificationListener:(Ljavax/management/NotificationListener;)V
         2: .line 162
            aload 0 /* this */
            invokevirtual sun.management.GarbageCollectorImpl.hasListeners:()Z
            istore 3 /* after */
        start local 3 // boolean after
         3: .line 163
            iload 2 /* before */
            ifeq 5
            iload 3 /* after */
            ifne 5
         4: .line 164
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            invokevirtual sun.management.GarbageCollectorImpl.setNotificationEnabled:(Lcom/sun/management/GarbageCollectorMXBean;Z)V
         5: .line 166
      StackMap locals: int int
      StackMap stack:
            return
        end local 3 // boolean after
        end local 2 // boolean before
        end local 1 // javax.management.NotificationListener listener
        end local 0 // sun.management.GarbageCollectorImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/management/GarbageCollectorImpl;
            0    6     1  listener  Ljavax/management/NotificationListener;
            1    6     2    before  Z
            3    6     3     after  Z
    Exceptions:
      throws javax.management.ListenerNotFoundException
    MethodParameters:
          Name  Flags
      listener  

  public synchronized void removeNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object);
    descriptor: (Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // sun.management.GarbageCollectorImpl this
        start local 1 // javax.management.NotificationListener listener
        start local 2 // javax.management.NotificationFilter filter
        start local 3 // java.lang.Object handback
         0: .line 173
            aload 0 /* this */
            invokevirtual sun.management.GarbageCollectorImpl.hasListeners:()Z
            istore 4 /* before */
        start local 4 // boolean before
         1: .line 174
            aload 0 /* this */
            aload 1 /* listener */
            aload 2 /* filter */
            aload 3 /* handback */
            invokespecial sun.management.MemoryManagerImpl.removeNotificationListener:(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V
         2: .line 175
            aload 0 /* this */
            invokevirtual sun.management.GarbageCollectorImpl.hasListeners:()Z
            istore 5 /* after */
        start local 5 // boolean after
         3: .line 176
            iload 4 /* before */
            ifeq 5
            iload 5 /* after */
            ifne 5
         4: .line 177
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            invokevirtual sun.management.GarbageCollectorImpl.setNotificationEnabled:(Lcom/sun/management/GarbageCollectorMXBean;Z)V
         5: .line 179
      StackMap locals: int int
      StackMap stack:
            return
        end local 5 // boolean after
        end local 4 // boolean before
        end local 3 // java.lang.Object handback
        end local 2 // javax.management.NotificationFilter filter
        end local 1 // javax.management.NotificationListener listener
        end local 0 // sun.management.GarbageCollectorImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/management/GarbageCollectorImpl;
            0    6     1  listener  Ljavax/management/NotificationListener;
            0    6     2    filter  Ljavax/management/NotificationFilter;
            0    6     3  handback  Ljava/lang/Object;
            1    6     4    before  Z
            3    6     5     after  Z
    Exceptions:
      throws javax.management.ListenerNotFoundException
    MethodParameters:
          Name  Flags
      listener  
      filter    
      handback  

  public javax.management.ObjectName getObjectName();
    descriptor: ()Ljavax/management/ObjectName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.management.GarbageCollectorImpl this
         0: .line 182
            ldc "java.lang:type=GarbageCollector"
            aload 0 /* this */
            invokevirtual sun.management.GarbageCollectorImpl.getName:()Ljava/lang/String;
            invokestatic sun.management.Util.newObjectName:(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/ObjectName;
            areturn
        end local 0 // sun.management.GarbageCollectorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/GarbageCollectorImpl;

  native void setNotificationEnabled(com.sun.management.GarbageCollectorMXBean, boolean);
    descriptor: (Lcom/sun/management/GarbageCollectorMXBean;Z)V
    flags: (0x0100) ACC_NATIVE
    MethodParameters:
         Name  Flags
      gc       
      enabled  
}
SourceFile: "GarbageCollectorImpl.java"