class com.lmax.disruptor.Value extends com.lmax.disruptor.LhsPadding
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.lmax.disruptor.Value
  super_class: com.lmax.disruptor.LhsPadding
{
  protected volatile long value;
    descriptor: J
    flags: (0x0044) ACC_PROTECTED, ACC_VOLATILE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.Value this
         0: .line 28
            aload 0 /* this */
            invokespecial com.lmax.disruptor.LhsPadding.<init>:()V
            return
        end local 0 // com.lmax.disruptor.Value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/Value;
}
SourceFile: "Sequence.java"