public class org.graalvm.compiler.hotspot.FingerprintUtil
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.FingerprintUtil
  super_class: java.lang.Object
{
  private static java.lang.reflect.Method getFingerprint;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 37
            ldc Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;
            ldc "getFingerprint"
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putstatic org.graalvm.compiler.hotspot.FingerprintUtil.getFingerprint:Ljava/lang/reflect/Method;
         1: .line 38
            goto 3
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: pop
         3: .line 40
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.FingerprintUtil this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.FingerprintUtil this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/FingerprintUtil;

  public static long getFingerprint(jdk.vm.ci.hotspot.HotSpotResolvedObjectType);
    descriptor: (Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotResolvedObjectType type
         0: .line 43
            getstatic org.graalvm.compiler.hotspot.FingerprintUtil.getFingerprint:Ljava/lang/reflect/Method;
            ifnull 4
         1: .line 45
            getstatic org.graalvm.compiler.hotspot.FingerprintUtil.getFingerprint:Ljava/lang/reflect/Method;
            aload 0 /* type */
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
         2: lreturn
         3: .line 46
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         4: .line 49
      StackMap locals:
      StackMap stack:
            lconst_0
            lreturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotResolvedObjectType type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  type  Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      type  
}
SourceFile: "FingerprintUtil.java"