final class com.oracle.svm.graal.hotspot.libgraal.Target_jdk_vm_ci_hotspot_SharedLibraryJVMCIReflection
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.graal.hotspot.libgraal.Target_jdk_vm_ci_hotspot_SharedLibraryJVMCIReflection
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.graal.hotspot.libgraal.Target_jdk_vm_ci_hotspot_SharedLibraryJVMCIReflection this
         0: .line 575
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.graal.hotspot.libgraal.Target_jdk_vm_ci_hotspot_SharedLibraryJVMCIReflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/graal/hotspot/libgraal/Target_jdk_vm_ci_hotspot_SharedLibraryJVMCIReflection;

  static java.lang.Object convertUnknownValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object object
         0: .line 579
            aload 0 /* object */
            ldc Ljava/lang/Object;
            invokestatic com.oracle.svm.core.snippets.KnownIntrinsics.convertUnknownValue:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 0 // java.lang.Object object
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  object  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Substitute()
    MethodParameters:
        Name  Flags
      object  

  static native java.lang.annotation.Annotation[] getClassAnnotations(java.lang.String);
    descriptor: (Ljava/lang/String;)[Ljava/lang/annotation/Annotation;
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Delete()
    MethodParameters:
           Name  Flags
      className  

  static native java.lang.annotation.Annotation[][] getParameterAnnotations(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)[[Ljava/lang/annotation/Annotation;
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Delete()
    MethodParameters:
            Name  Flags
      className   
      methodName  

  static native java.lang.annotation.Annotation[] getMethodAnnotationsInternal(jdk.vm.ci.meta.ResolvedJavaMethod);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;)[Ljava/lang/annotation/Annotation;
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Delete()
    MethodParameters:
            Name  Flags
      javaMethod  
}
SourceFile: "LibGraalFeature.java"
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.TargetClass(className = "jdk.vm.ci.hotspot.SharedLibraryJVMCIReflection", onlyWith = {Lcom/oracle/svm/graal/hotspot/libgraal/LibGraalFeature$IsEnabled;})