public class sun.reflect.Reflection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.reflect.Reflection
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.Reflection this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.reflect.Reflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/Reflection;

  public static java.lang.Class<?> getCallerClass(int);
    descriptor: (I)Ljava/lang/Class;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int depth
         0: .line 40
            iload 0 /* depth */
            ifge 2
         1: .line 41
            new java.lang.InternalError
            dup
            ldc "depth must be positive"
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 44
      StackMap locals:
      StackMap stack:
            iload 0 /* depth */
            iconst_1
            iadd
            invokestatic jdk.internal.reflect.Reflection.getCallerClass:(I)Ljava/lang/Class;
            areturn
        end local 0 // int depth
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  depth  I
    Signature: (I)Ljava/lang/Class<*>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(forRemoval = true)
    MethodParameters:
       Name  Flags
      depth  
}
SourceFile: "Reflection.java"