class org.apache.avro.SchemaNormalization$FP64
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.avro.SchemaNormalization$FP64
  super_class: java.lang.Object
{
  private static final long[] FP_TABLE;
    descriptor: [J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=6, args_size=0
         0: .line 175
            sipush 256
            newarray 11
            putstatic org.apache.avro.SchemaNormalization$FP64.FP_TABLE:[J
         1: .line 177
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         2: goto 12
         3: .line 178
      StackMap locals: int
      StackMap stack:
            iload 0 /* i */
            i2l
            lstore 1 /* fp */
        start local 1 // long fp
         4: .line 179
            iconst_0
            istore 3 /* j */
        start local 3 // int j
         5: goto 9
         6: .line 180
      StackMap locals: long int
      StackMap stack:
            lload 1 /* fp */
            lconst_1
            land
            lneg
            lstore 4 /* mask */
        start local 4 // long mask
         7: .line 181
            lload 1 /* fp */
            iconst_1
            lushr
            ldc -4513414715797952619
            lload 4 /* mask */
            land
            lxor
            lstore 1 /* fp */
        end local 4 // long mask
         8: .line 179
            iinc 3 /* j */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* j */
            bipush 8
            if_icmplt 6
        end local 3 // int j
        10: .line 183
            getstatic org.apache.avro.SchemaNormalization$FP64.FP_TABLE:[J
            iload 0 /* i */
            lload 1 /* fp */
            lastore
        end local 1 // long fp
        11: .line 177
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 0 /* i */
            sipush 256
            if_icmplt 3
        end local 0 // int i
        13: .line 185
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2   13     0     i  I
            4   11     1    fp  J
            5   10     3     j  I
            7    8     4  mask  J

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.avro.SchemaNormalization$FP64 this
         0: .line 174
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.avro.SchemaNormalization$FP64 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/avro/SchemaNormalization$FP64;
}
SourceFile: "SchemaNormalization.java"
NestHost: org.apache.avro.SchemaNormalization
InnerClasses:
  private FP64 = org.apache.avro.SchemaNormalization$FP64 of org.apache.avro.SchemaNormalization