abstract class com.lmax.disruptor.SingleProducerSequencerFields extends com.lmax.disruptor.SingleProducerSequencerPad
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.lmax.disruptor.SingleProducerSequencerFields
  super_class: com.lmax.disruptor.SingleProducerSequencerPad
{
  long nextValue;
    descriptor: J
    flags: (0x0000) 

  long cachedValue;
    descriptor: J
    flags: (0x0000) 

  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.SingleProducerSequencerFields this
        start local 1 // int bufferSize
        start local 2 // com.lmax.disruptor.WaitStrategy waitStrategy
         0: .line 36
            aload 0 /* this */
            iload 1 /* bufferSize */
            aload 2 /* waitStrategy */
            invokespecial com.lmax.disruptor.SingleProducerSequencerPad.<init>:(ILcom/lmax/disruptor/WaitStrategy;)V
         1: .line 42
            aload 0 /* this */
            ldc -1
            putfield com.lmax.disruptor.SingleProducerSequencerFields.nextValue:J
         2: .line 43
            aload 0 /* this */
            ldc -1
            putfield com.lmax.disruptor.SingleProducerSequencerFields.cachedValue:J
         3: .line 37
            return
        end local 2 // com.lmax.disruptor.WaitStrategy waitStrategy
        end local 1 // int bufferSize
        end local 0 // com.lmax.disruptor.SingleProducerSequencerFields this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/lmax/disruptor/SingleProducerSequencerFields;
            0    4     1    bufferSize  I
            0    4     2  waitStrategy  Lcom/lmax/disruptor/WaitStrategy;
    MethodParameters:
              Name  Flags
      bufferSize    
      waitStrategy  
}
SourceFile: "SingleProducerSequencer.java"