class sun.jvm.hotspot.gc.z.ZHash
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.gc.z.ZHash
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.z.ZHash this
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.gc.z.ZHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/z/ZHash;

  private static long uint32(long);
    descriptor: (J)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // long value
         0: .line 29
            lload 0 /* value */
            ldc 4294967295
            land
            lreturn
        end local 0 // long value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  J
    MethodParameters:
       Name  Flags
      value  

  static long uint32_to_uint32(long);
    descriptor: (J)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // long key
         0: .line 33
            lload 0 /* key */
            ldc -1
            lxor
            lload 0 /* key */
            bipush 15
            lshl
            ladd
            invokestatic sun.jvm.hotspot.gc.z.ZHash.uint32:(J)J
            lstore 0 /* key */
         1: .line 34
            lload 0 /* key */
            lload 0 /* key */
            bipush 12
            lshr
            lxor
            invokestatic sun.jvm.hotspot.gc.z.ZHash.uint32:(J)J
            lstore 0 /* key */
         2: .line 35
            lload 0 /* key */
            lload 0 /* key */
            iconst_2
            lshl
            ladd
            invokestatic sun.jvm.hotspot.gc.z.ZHash.uint32:(J)J
            lstore 0 /* key */
         3: .line 36
            lload 0 /* key */
            lload 0 /* key */
            iconst_4
            lshr
            lxor
            invokestatic sun.jvm.hotspot.gc.z.ZHash.uint32:(J)J
            lstore 0 /* key */
         4: .line 37
            lload 0 /* key */
            ldc 2057
            lmul
            invokestatic sun.jvm.hotspot.gc.z.ZHash.uint32:(J)J
            lstore 0 /* key */
         5: .line 38
            lload 0 /* key */
            lload 0 /* key */
            bipush 16
            lshr
            lxor
            invokestatic sun.jvm.hotspot.gc.z.ZHash.uint32:(J)J
            lstore 0 /* key */
         6: .line 39
            lload 0 /* key */
            lreturn
        end local 0 // long key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0   key  J
    MethodParameters:
      Name  Flags
      key   
}
SourceFile: "ZHash.java"