public class javax.management.MBeanServerDelegate implements javax.management.MBeanServerDelegateMBean, javax.management.NotificationEmitter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.management.MBeanServerDelegate
  super_class: java.lang.Object
{
  private java.lang.String mbeanServerId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private final javax.management.NotificationBroadcasterSupport broadcaster;
    descriptor: Ljavax/management/NotificationBroadcasterSupport;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private long sequenceNumber;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private static final javax.management.MBeanNotificationInfo[] notifsInfo;
    descriptor: [Ljavax/management/MBeanNotificationInfo;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final javax.management.ObjectName DELEGATE_NAME;
    descriptor: Ljavax/management/ObjectName;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=1, args_size=0
         0: .line 49
            lconst_0
            putstatic javax.management.MBeanServerDelegate.oldStamp:J
         1: .line 56
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         2: .line 57
            ldc "JMX.mbean.unregistered"
            aastore
            dup
            iconst_1
         3: .line 58
            ldc "JMX.mbean.registered"
            aastore
         4: .line 56
            astore 0 /* types */
        start local 0 // java.lang.String[] types
         5: .line 60
            iconst_1
            anewarray javax.management.MBeanNotificationInfo
            putstatic javax.management.MBeanServerDelegate.notifsInfo:[Ljavax/management/MBeanNotificationInfo;
         6: .line 61
            getstatic javax.management.MBeanServerDelegate.notifsInfo:[Ljavax/management/MBeanNotificationInfo;
            iconst_0
         7: .line 62
            new javax.management.MBeanNotificationInfo
            dup
            aload 0 /* types */
         8: .line 63
            ldc "javax.management.MBeanServerNotification"
         9: .line 64
            ldc "Notifications sent by the MBeanServerDelegate MBean"
        10: .line 62
            invokespecial javax.management.MBeanNotificationInfo.<init>:([Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        11: .line 61
            aastore
        end local 0 // java.lang.String[] types
        12: .line 218
            ldc "JMImplementation:type=MBeanServerDelegate"
            invokestatic com.sun.jmx.mbeanserver.Util.newObjectName:(Ljava/lang/String;)Ljavax/management/ObjectName;
        13: .line 217
            putstatic javax.management.MBeanServerDelegate.DELEGATE_NAME:Ljavax/management/ObjectName;
        14: .line 218
            return
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            5   12     0  types  [Ljava/lang/String;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.MBeanServerDelegate this
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            lconst_1
            putfield javax.management.MBeanServerDelegate.sequenceNumber:J
         2: .line 71
            aload 0 /* this */
            invokestatic javax.management.MBeanServerDelegate.getStamp:()J
            putfield javax.management.MBeanServerDelegate.stamp:J
         3: .line 72
            aload 0 /* this */
            new javax.management.NotificationBroadcasterSupport
            dup
            invokespecial javax.management.NotificationBroadcasterSupport.<init>:()V
            putfield javax.management.MBeanServerDelegate.broadcaster:Ljavax/management/NotificationBroadcasterSupport;
         4: .line 73
            return
        end local 0 // javax.management.MBeanServerDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/management/MBeanServerDelegate;

  public synchronized java.lang.String getMBeanServerId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // javax.management.MBeanServerDelegate this
         0: .line 82
            aload 0 /* this */
            getfield javax.management.MBeanServerDelegate.mbeanServerId:Ljava/lang/String;
            ifnonnull 9
         1: .line 85
            invokestatic java.net.InetAddress.getLocalHost:()Ljava/net/InetAddress;
            invokevirtual java.net.InetAddress.getHostName:()Ljava/lang/String;
            astore 1 /* localHost */
        start local 1 // java.lang.String localHost
         2: .line 86
            goto 8
        end local 1 // java.lang.String localHost
      StackMap locals:
      StackMap stack: java.net.UnknownHostException
         3: astore 2 /* e */
        start local 2 // java.net.UnknownHostException e
         4: .line 87
            getstatic com.sun.jmx.defaults.JmxProperties.MISC_LOGGER:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Can't get local host name, using \"localhost\" instead. Cause is: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         5: .line 88
            aload 2 /* e */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 87
            invokevirtual java.util.logging.Logger.finest:(Ljava/lang/String;)V
         7: .line 89
            ldc "localhost"
            astore 1 /* localHost */
        end local 2 // java.net.UnknownHostException e
        start local 1 // java.lang.String localHost
         8: .line 91
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 1 /* localHost */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "_"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield javax.management.MBeanServerDelegate.stamp:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield javax.management.MBeanServerDelegate.mbeanServerId:Ljava/lang/String;
        end local 1 // java.lang.String localHost
         9: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.MBeanServerDelegate.mbeanServerId:Ljava/lang/String;
            areturn
        end local 0 // javax.management.MBeanServerDelegate this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Ljavax/management/MBeanServerDelegate;
            2    3     1  localHost  Ljava/lang/String;
            8    9     1  localHost  Ljava/lang/String;
            4    8     2          e  Ljava/net/UnknownHostException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.net.UnknownHostException

  public java.lang.String getSpecificationName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.MBeanServerDelegate this
         0: .line 103
            ldc "Java Management Extensions"
            areturn
        end local 0 // javax.management.MBeanServerDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/MBeanServerDelegate;

  public java.lang.String getSpecificationVersion();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.MBeanServerDelegate this
         0: .line 113
            ldc "1.4"
            areturn
        end local 0 // javax.management.MBeanServerDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/MBeanServerDelegate;

  public java.lang.String getSpecificationVendor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.MBeanServerDelegate this
         0: .line 123
            ldc "Oracle Corporation"
            areturn
        end local 0 // javax.management.MBeanServerDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/MBeanServerDelegate;

  public java.lang.String getImplementationName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.MBeanServerDelegate this
         0: .line 132
            ldc "JMX"
            areturn
        end local 0 // javax.management.MBeanServerDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/MBeanServerDelegate;

  public java.lang.String getImplementationVersion();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.MBeanServerDelegate this
         0: .line 142
            ldc "java.runtime.version"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
         1: areturn
         2: .line 143
      StackMap locals:
      StackMap stack: java.lang.SecurityException
            pop
         3: .line 144
            ldc ""
            areturn
        end local 0 // javax.management.MBeanServerDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/management/MBeanServerDelegate;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.SecurityException

  public java.lang.String getImplementationVendor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.MBeanServerDelegate this
         0: .line 154
            ldc "Oracle Corporation"
            areturn
        end local 0 // javax.management.MBeanServerDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/MBeanServerDelegate;

  public javax.management.MBeanNotificationInfo[] getNotificationInfo();
    descriptor: ()[Ljavax/management/MBeanNotificationInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // javax.management.MBeanServerDelegate this
         0: .line 160
            getstatic javax.management.MBeanServerDelegate.notifsInfo:[Ljavax/management/MBeanNotificationInfo;
            arraylength
            istore 1 /* len */
        start local 1 // int len
         1: .line 162
            iload 1 /* len */
            anewarray javax.management.MBeanNotificationInfo
         2: .line 161
            astore 2 /* infos */
        start local 2 // javax.management.MBeanNotificationInfo[] infos
         3: .line 163
            getstatic javax.management.MBeanServerDelegate.notifsInfo:[Ljavax/management/MBeanNotificationInfo;
            iconst_0
            aload 2 /* infos */
            iconst_0
            iload 1 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 164
            aload 2 /* infos */
            areturn
        end local 2 // javax.management.MBeanNotificationInfo[] infos
        end local 1 // int len
        end local 0 // javax.management.MBeanServerDelegate this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavax/management/MBeanServerDelegate;
            1    5     1    len  I
            3    5     2  infos  [Ljavax/management/MBeanNotificationInfo;

  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=4, args_size=4
        start local 0 // javax.management.MBeanServerDelegate this
        start local 1 // javax.management.NotificationListener listener
        start local 2 // javax.management.NotificationFilter filter
        start local 3 // java.lang.Object handback
         0: .line 174
            aload 0 /* this */
            getfield javax.management.MBeanServerDelegate.broadcaster:Ljavax/management/NotificationBroadcasterSupport;
            aload 1 /* listener */
            aload 2 /* filter */
            aload 3 /* handback */
            invokevirtual javax.management.NotificationBroadcasterSupport.addNotificationListener:(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V
         1: .line 175
            return
        end local 3 // java.lang.Object handback
        end local 2 // javax.management.NotificationFilter filter
        end local 1 // javax.management.NotificationListener listener
        end local 0 // javax.management.MBeanServerDelegate this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavax/management/MBeanServerDelegate;
            0    2     1  listener  Ljavax/management/NotificationListener;
            0    2     2    filter  Ljavax/management/NotificationFilter;
            0    2     3  handback  Ljava/lang/Object;
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
          Name  Flags
      listener  
      filter    
      handback  

  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=4, args_size=4
        start local 0 // javax.management.MBeanServerDelegate this
        start local 1 // javax.management.NotificationListener listener
        start local 2 // javax.management.NotificationFilter filter
        start local 3 // java.lang.Object handback
         0: .line 184
            aload 0 /* this */
            getfield javax.management.MBeanServerDelegate.broadcaster:Ljavax/management/NotificationBroadcasterSupport;
            aload 1 /* listener */
            aload 2 /* filter */
            aload 3 /* handback */
            invokevirtual javax.management.NotificationBroadcasterSupport.removeNotificationListener:(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V
         1: .line 185
            return
        end local 3 // java.lang.Object handback
        end local 2 // javax.management.NotificationFilter filter
        end local 1 // javax.management.NotificationListener listener
        end local 0 // javax.management.MBeanServerDelegate this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavax/management/MBeanServerDelegate;
            0    2     1  listener  Ljavax/management/NotificationListener;
            0    2     2    filter  Ljavax/management/NotificationFilter;
            0    2     3  handback  Ljava/lang/Object;
    Exceptions:
      throws javax.management.ListenerNotFoundException
    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=2, locals=2, args_size=2
        start local 0 // javax.management.MBeanServerDelegate this
        start local 1 // javax.management.NotificationListener listener
         0: .line 192
            aload 0 /* this */
            getfield javax.management.MBeanServerDelegate.broadcaster:Ljavax/management/NotificationBroadcasterSupport;
            aload 1 /* listener */
            invokevirtual javax.management.NotificationBroadcasterSupport.removeNotificationListener:(Ljavax/management/NotificationListener;)V
         1: .line 193
            return
        end local 1 // javax.management.NotificationListener listener
        end local 0 // javax.management.MBeanServerDelegate this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavax/management/MBeanServerDelegate;
            0    2     1  listener  Ljavax/management/NotificationListener;
    Exceptions:
      throws javax.management.ListenerNotFoundException
    MethodParameters:
          Name  Flags
      listener  

  public void sendNotification(javax.management.Notification);
    descriptor: (Ljavax/management/Notification;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // javax.management.MBeanServerDelegate this
        start local 1 // javax.management.Notification notification
         0: .line 204
            aload 1 /* notification */
            invokevirtual javax.management.Notification.getSequenceNumber:()J
            lconst_1
            lcmp
            ifge 7
         1: .line 205
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         2: .line 206
            aload 1 /* notification */
            aload 0 /* this */
            dup
            getfield javax.management.MBeanServerDelegate.sequenceNumber:J
            dup2_x1
            lconst_1
            ladd
            putfield javax.management.MBeanServerDelegate.sequenceNumber:J
            invokevirtual javax.management.Notification.setSequenceNumber:(J)V
         3: .line 205
            aload 2
            monitorexit
         4: goto 7
      StackMap locals: javax.management.MBeanServerDelegate javax.management.Notification javax.management.MBeanServerDelegate
      StackMap stack: java.lang.Throwable
         5: aload 2
            monitorexit
         6: athrow
         7: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.MBeanServerDelegate.broadcaster:Ljavax/management/NotificationBroadcasterSupport;
            aload 1 /* notification */
            invokevirtual javax.management.NotificationBroadcasterSupport.sendNotification:(Ljavax/management/Notification;)V
         8: .line 210
            return
        end local 1 // javax.management.Notification notification
        end local 0 // javax.management.MBeanServerDelegate this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Ljavax/management/MBeanServerDelegate;
            0    9     1  notification  Ljavax/management/Notification;
      Exception table:
        from    to  target  type
           2     4       5  any
           5     6       5  any
    MethodParameters:
              Name  Flags
      notification  

  private static synchronized long getStamp();
    descriptor: ()J
    flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=2, args_size=0
         0: .line 227
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 0 /* s */
        start local 0 // long s
         1: .line 228
            getstatic javax.management.MBeanServerDelegate.oldStamp:J
            lload 0 /* s */
            lcmp
            iflt 3
         2: .line 229
            getstatic javax.management.MBeanServerDelegate.oldStamp:J
            lconst_1
            ladd
            lstore 0 /* s */
         3: .line 231
      StackMap locals: long
      StackMap stack:
            lload 0 /* s */
            putstatic javax.management.MBeanServerDelegate.oldStamp:J
         4: .line 232
            lload 0 /* s */
            lreturn
        end local 0 // long s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    5     0     s  J
}
SourceFile: "MBeanServerDelegate.java"