final class com.oracle.svm.core.hub.Target_jdk_internal_reflect_ReflectionFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.core.hub.Target_jdk_internal_reflect_ReflectionFactory
  super_class: java.lang.Object
{
  private static com.oracle.svm.core.hub.Target_jdk_internal_reflect_ReflectionFactory soleInstance;
    descriptor: Lcom/oracle/svm/core/hub/Target_jdk_internal_reflect_ReflectionFactory;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Alias()

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.hub.Target_jdk_internal_reflect_ReflectionFactory this
         0: .line 1475
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.hub.Target_jdk_internal_reflect_ReflectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/hub/Target_jdk_internal_reflect_ReflectionFactory;

  public static com.oracle.svm.core.hub.Target_jdk_internal_reflect_ReflectionFactory getReflectionFactory();
    descriptor: ()Lcom/oracle/svm/core/hub/Target_jdk_internal_reflect_ReflectionFactory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1482
            getstatic com.oracle.svm.core.hub.Target_jdk_internal_reflect_ReflectionFactory.soleInstance:Lcom/oracle/svm/core/hub/Target_jdk_internal_reflect_ReflectionFactory;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Substitute()
}
SourceFile: "DynamicHub.java"
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.TargetClass(classNameProvider = Lcom/oracle/svm/core/jdk/Package_jdk_internal_reflect;, className = "ReflectionFactory")