public final class com.oracle.svm.junit.Target_org_junit_runners_model_TestClass
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.junit.Target_org_junit_runners_model_TestClass
  super_class: java.lang.Object
{
  java.lang.reflect.Constructor<?> onlyConstructor;
    descriptor: Ljava/lang/reflect/Constructor;
    flags: (0x0000) 
    Signature: Ljava/lang/reflect/Constructor<*>;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Inject()
      com.oracle.svm.core.annotate.RecomputeFieldValue(kind = com.oracle.svm.core.annotate.RecomputeFieldValue$Kind.Custom:Lcom/oracle/svm/core/annotate/RecomputeFieldValue$Kind;, declClass = Lcom/oracle/svm/junit/Target_org_junit_runners_model_TestClass$OnlyConstructorComputer;)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.junit.Target_org_junit_runners_model_TestClass this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.junit.Target_org_junit_runners_model_TestClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/junit/Target_org_junit_runners_model_TestClass;

  public java.lang.reflect.Constructor<?> getOnlyConstructor();
    descriptor: ()Ljava/lang/reflect/Constructor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.junit.Target_org_junit_runners_model_TestClass this
         0: .line 66
            aload 0 /* this */
            getfield com.oracle.svm.junit.Target_org_junit_runners_model_TestClass.onlyConstructor:Ljava/lang/reflect/Constructor;
            areturn
        end local 0 // com.oracle.svm.junit.Target_org_junit_runners_model_TestClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/junit/Target_org_junit_runners_model_TestClass;
    Signature: ()Ljava/lang/reflect/Constructor<*>;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Substitute()
}
SourceFile: "Target_org_junit_runners_model_TestClass.java"
NestMembers:
  com.oracle.svm.junit.Target_org_junit_runners_model_TestClass$OnlyConstructorComputer
InnerClasses:
  public final Kind = com.oracle.svm.core.annotate.RecomputeFieldValue$Kind of com.oracle.svm.core.annotate.RecomputeFieldValue
  public final OnlyConstructorComputer = com.oracle.svm.junit.Target_org_junit_runners_model_TestClass$OnlyConstructorComputer of com.oracle.svm.junit.Target_org_junit_runners_model_TestClass
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.TargetClass(className = "org.junit.runners.model.TestClass", onlyWith = {Lcom/oracle/svm/junit/JUnitFeature$IsEnabled;})