public final class org.antlr.v4.runtime.misc.MurmurHash
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.antlr.v4.runtime.misc.MurmurHash
  super_class: java.lang.Object
{
  private static final int DEFAULT_SEED;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static int initialize();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 23
            iconst_0
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.initialize:(I)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int initialize(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int seed
         0: .line 33
            iload 0 /* seed */
            ireturn
        end local 0 // int seed
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  seed  I
    MethodParameters:
      Name  Flags
      seed  

  public static int update(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // int hash
        start local 1 // int value
         0: .line 51
            iload 1 /* value */
            istore 2 /* k */
        start local 2 // int k
         1: .line 52
            iload 2 /* k */
            ldc -862048943
            imul
            istore 2 /* k */
         2: .line 53
            iload 2 /* k */
            bipush 15
            ishl
            iload 2 /* k */
            bipush 17
            iushr
            ior
            istore 2 /* k */
         3: .line 54
            iload 2 /* k */
            ldc 461845907
            imul
            istore 2 /* k */
         4: .line 56
            iload 0 /* hash */
            iload 2 /* k */
            ixor
            istore 0 /* hash */
         5: .line 57
            iload 0 /* hash */
            bipush 13
            ishl
            iload 0 /* hash */
            bipush 19
            iushr
            ior
            istore 0 /* hash */
         6: .line 58
            iload 0 /* hash */
            iconst_5
            imul
            ldc -430675100
            iadd
            istore 0 /* hash */
         7: .line 60
            iload 0 /* hash */
            ireturn
        end local 2 // int k
        end local 1 // int value
        end local 0 // int hash
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   hash  I
            0    8     1  value  I
            1    8     2      k  I
    MethodParameters:
       Name  Flags
      hash   
      value  

  public static int update(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int hash
        start local 1 // java.lang.Object value
         0: .line 71
            iload 0 /* hash */
            aload 1 /* value */
            ifnull 1
            aload 1 /* value */
            invokevirtual java.lang.Object.hashCode:()I
            goto 2
      StackMap locals:
      StackMap stack: int
         1: iconst_0
      StackMap locals: int java.lang.Object
      StackMap stack: int int
         2: invokestatic org.antlr.v4.runtime.misc.MurmurHash.update:(II)I
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // int hash
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   hash  I
            0    3     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      hash   
      value  

  public static int finish(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int hash
        start local 1 // int numberOfWords
         0: .line 83
            iload 0 /* hash */
            iload 1 /* numberOfWords */
            iconst_4
            imul
            ixor
            istore 0 /* hash */
         1: .line 84
            iload 0 /* hash */
            iload 0 /* hash */
            bipush 16
            iushr
            ixor
            istore 0 /* hash */
         2: .line 85
            iload 0 /* hash */
            ldc -2048144789
            imul
            istore 0 /* hash */
         3: .line 86
            iload 0 /* hash */
            iload 0 /* hash */
            bipush 13
            iushr
            ixor
            istore 0 /* hash */
         4: .line 87
            iload 0 /* hash */
            ldc -1028477387
            imul
            istore 0 /* hash */
         5: .line 88
            iload 0 /* hash */
            iload 0 /* hash */
            bipush 16
            iushr
            ixor
            istore 0 /* hash */
         6: .line 89
            iload 0 /* hash */
            ireturn
        end local 1 // int numberOfWords
        end local 0 // int hash
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           hash  I
            0    7     1  numberOfWords  I
    MethodParameters:
               Name  Flags
      hash           
      numberOfWords  

  public static <T> int hashCode(T[], );
    descriptor: ([Ljava/lang/Object;I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // java.lang.Object[] data
        start local 1 // int seed
         0: .line 102
            iload 1 /* seed */
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.initialize:(I)I
            istore 2 /* hash */
        start local 2 // int hash
         1: .line 103
            aload 0 /* data */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: java.lang.Object[] int int top int int java.lang.Object[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* value */
        start local 3 // java.lang.Object value
         3: .line 104
            iload 2 /* hash */
            aload 3 /* value */
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.update:(ILjava/lang/Object;)I
            istore 2 /* hash */
        end local 3 // java.lang.Object value
         4: .line 103
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 2
         6: .line 107
            iload 2 /* hash */
            aload 0 /* data */
            arraylength
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.finish:(II)I
            istore 2 /* hash */
         7: .line 108
            iload 2 /* hash */
            ireturn
        end local 2 // int hash
        end local 1 // int seed
        end local 0 // java.lang.Object[] data
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   data  [Ljava/lang/Object;
            0    8     1   seed  I
            1    8     2   hash  I
            3    4     3  value  TT;
    Signature: <T:Ljava/lang/Object;>([TT;I)I
    MethodParameters:
      Name  Flags
      data  
      seed  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.misc.MurmurHash this
         0: .line 111
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 112
            return
        end local 0 // org.antlr.v4.runtime.misc.MurmurHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/v4/runtime/misc/MurmurHash;
}
SourceFile: "MurmurHash.java"