abstract class com.lmax.disruptor.SingleProducerSequencerPad extends com.lmax.disruptor.AbstractSequencer
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.lmax.disruptor.SingleProducerSequencerPad
  super_class: com.lmax.disruptor.AbstractSequencer
{
  protected long p1;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  protected long p2;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  protected long p3;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  protected long p4;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  protected long p5;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  protected long p6;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  protected long p7;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  void <init>(int, com.lmax.disruptor.WaitStrategy);
    descriptor: (ILcom/lmax/disruptor/WaitStrategy;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.lmax.disruptor.SingleProducerSequencerPad this
        start local 1 // int bufferSize
        start local 2 // com.lmax.disruptor.WaitStrategy waitStrategy
         0: .line 28
            aload 0 /* this */
            iload 1 /* bufferSize */
            aload 2 /* waitStrategy */
            invokespecial com.lmax.disruptor.AbstractSequencer.<init>:(ILcom/lmax/disruptor/WaitStrategy;)V
         1: .line 29
            return
        end local 2 // com.lmax.disruptor.WaitStrategy waitStrategy
        end local 1 // int bufferSize
        end local 0 // com.lmax.disruptor.SingleProducerSequencerPad this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/lmax/disruptor/SingleProducerSequencerPad;
            0    2     1    bufferSize  I
            0    2     2  waitStrategy  Lcom/lmax/disruptor/WaitStrategy;
    MethodParameters:
              Name  Flags
      bufferSize    
      waitStrategy  
}
SourceFile: "SingleProducerSequencer.java"