abstract class jdk.tools.jaotc.CallSiteRelocationInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: jdk.tools.jaotc.CallSiteRelocationInfo
  super_class: java.lang.Object
{
  final java.lang.String targetSymbol;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final jdk.tools.jaotc.binformat.Relocation$RelocType type;
    descriptor: Ljdk/tools/jaotc/binformat/Relocation$RelocType;
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.String, jdk.tools.jaotc.binformat.Relocation$RelocType);
    descriptor: (Ljava/lang/String;Ljdk/tools/jaotc/binformat/Relocation$RelocType;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.tools.jaotc.CallSiteRelocationInfo this
        start local 1 // java.lang.String targetSymbol
        start local 2 // jdk.tools.jaotc.binformat.Relocation$RelocType type
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* targetSymbol */
            putfield jdk.tools.jaotc.CallSiteRelocationInfo.targetSymbol:Ljava/lang/String;
         2: .line 39
            aload 0 /* this */
            aload 2 /* type */
            putfield jdk.tools.jaotc.CallSiteRelocationInfo.type:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
         3: .line 40
            return
        end local 2 // jdk.tools.jaotc.binformat.Relocation$RelocType type
        end local 1 // java.lang.String targetSymbol
        end local 0 // jdk.tools.jaotc.CallSiteRelocationInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Ljdk/tools/jaotc/CallSiteRelocationInfo;
            0    4     1  targetSymbol  Ljava/lang/String;
            0    4     2          type  Ljdk/tools/jaotc/binformat/Relocation$RelocType;
    MethodParameters:
              Name  Flags
      targetSymbol  
      type          
}
SourceFile: "CallSiteRelocationInfo.java"
InnerClasses:
  public final RelocType = jdk.tools.jaotc.binformat.Relocation$RelocType of jdk.tools.jaotc.binformat.Relocation