class com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer implements com.sun.jmx.remote.internal.NotificationBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer
  super_class: java.lang.Object
{
  private final int size;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final com.sun.jmx.remote.internal.ArrayNotificationBuffer this$0;
    descriptor: Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.jmx.remote.internal.ArrayNotificationBuffer, int);
    descriptor: (Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer this
        start local 2 // int size
         0: .line 215
            aload 0 /* this */
            aload 1
            putfield com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer.this$0:Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 216
            aload 0 /* this */
            iload 2 /* size */
            putfield com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer.size:I
         2: .line 217
            aload 1
            aload 0 /* this */
            invokevirtual com.sun.jmx.remote.internal.ArrayNotificationBuffer.addSharer:(Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer$ShareBuffer;)V
         3: .line 218
            return
        end local 2 // int size
        end local 0 // com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer$ShareBuffer;
            0    4     2  size  I
    MethodParameters:
        Name  Flags
      this$0  final
      size    

  public javax.management.remote.NotificationResult fetchNotifications(com.sun.jmx.remote.internal.NotificationBufferFilter, long, long, int);
    descriptor: (Lcom/sun/jmx/remote/internal/NotificationBufferFilter;JJI)Ljavax/management/remote/NotificationResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer this
        start local 1 // com.sun.jmx.remote.internal.NotificationBufferFilter filter
        start local 2 // long startSequenceNumber
        start local 4 // long timeout
        start local 6 // int maxNotifications
         0: .line 226
            aload 0 /* this */
            getfield com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer.this$0:Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer;
            astore 7 /* buf */
        start local 7 // com.sun.jmx.remote.internal.NotificationBuffer buf
         1: .line 227
            aload 7 /* buf */
            aload 1 /* filter */
            lload 2 /* startSequenceNumber */
         2: .line 228
            lload 4 /* timeout */
            iload 6 /* maxNotifications */
         3: .line 227
            invokeinterface com.sun.jmx.remote.internal.NotificationBuffer.fetchNotifications:(Lcom/sun/jmx/remote/internal/NotificationBufferFilter;JJI)Ljavax/management/remote/NotificationResult;
            areturn
        end local 7 // com.sun.jmx.remote.internal.NotificationBuffer buf
        end local 6 // int maxNotifications
        end local 4 // long timeout
        end local 2 // long startSequenceNumber
        end local 1 // com.sun.jmx.remote.internal.NotificationBufferFilter filter
        end local 0 // com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer$ShareBuffer;
            0    4     1               filter  Lcom/sun/jmx/remote/internal/NotificationBufferFilter;
            0    4     2  startSequenceNumber  J
            0    4     4              timeout  J
            0    4     6     maxNotifications  I
            1    4     7                  buf  Lcom/sun/jmx/remote/internal/NotificationBuffer;
    Exceptions:
      throws java.lang.InterruptedException
    MethodParameters:
                     Name  Flags
      filter               
      startSequenceNumber  
      timeout              
      maxNotifications     

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer this
         0: .line 232
            aload 0 /* this */
            getfield com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer.this$0:Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer;
            aload 0 /* this */
            invokevirtual com.sun.jmx.remote.internal.ArrayNotificationBuffer.removeSharer:(Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer$ShareBuffer;)V
         1: .line 233
            return
        end local 0 // com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer$ShareBuffer;

  int getSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer this
         0: .line 236
            aload 0 /* this */
            getfield com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer.size:I
            ireturn
        end local 0 // com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer$ShareBuffer;
}
SourceFile: "ArrayNotificationBuffer.java"
NestHost: com.sun.jmx.remote.internal.ArrayNotificationBuffer
InnerClasses:
  private ShareBuffer = com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer of com.sun.jmx.remote.internal.ArrayNotificationBuffer