final class jdk.tools.jaotc.DataPatchProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.tools.jaotc.DataPatchProcessor
  super_class: java.lang.Object
{
  private final jdk.vm.ci.code.TargetDescription target;
    descriptor: Ljdk/vm/ci/code/TargetDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final jdk.tools.jaotc.binformat.BinaryContainer binaryContainer;
    descriptor: Ljdk/tools/jaotc/binformat/BinaryContainer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 51
            ldc Ljdk/tools/jaotc/DataPatchProcessor;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic jdk.tools.jaotc.DataPatchProcessor.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(jdk.tools.jaotc.DataBuilder);
    descriptor: (Ljdk/tools/jaotc/DataBuilder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.tools.jaotc.DataPatchProcessor this
        start local 1 // jdk.tools.jaotc.DataBuilder dataBuilder
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            aload 0 /* this */
            aload 1 /* dataBuilder */
            invokevirtual jdk.tools.jaotc.DataBuilder.getBackend:()Lorg/graalvm/compiler/hotspot/HotSpotHostBackend;
            invokevirtual org.graalvm.compiler.hotspot.HotSpotHostBackend.getTarget:()Ljdk/vm/ci/code/TargetDescription;
            putfield jdk.tools.jaotc.DataPatchProcessor.target:Ljdk/vm/ci/code/TargetDescription;
         2: .line 59
            aload 0 /* this */
            aload 1 /* dataBuilder */
            invokevirtual jdk.tools.jaotc.DataBuilder.getBinaryContainer:()Ljdk/tools/jaotc/binformat/BinaryContainer;
            putfield jdk.tools.jaotc.DataPatchProcessor.binaryContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
         3: .line 60
            return
        end local 1 // jdk.tools.jaotc.DataBuilder dataBuilder
        end local 0 // jdk.tools.jaotc.DataPatchProcessor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Ljdk/tools/jaotc/DataPatchProcessor;
            0    4     1  dataBuilder  Ljdk/tools/jaotc/DataBuilder;
    MethodParameters:
             Name  Flags
      dataBuilder  

  void process(jdk.tools.jaotc.CompiledMethodInfo, jdk.vm.ci.code.site.DataPatch);
    descriptor: (Ljdk/tools/jaotc/CompiledMethodInfo;Ljdk/vm/ci/code/site/DataPatch;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // jdk.tools.jaotc.DataPatchProcessor this
        start local 1 // jdk.tools.jaotc.CompiledMethodInfo methodInfo
        start local 2 // jdk.vm.ci.code.site.DataPatch dataPatch
         0: .line 67
            aload 2 /* dataPatch */
            getfield jdk.vm.ci.code.site.DataPatch.reference:Ljdk/vm/ci/code/site/Reference;
            astore 3 /* reference */
        start local 3 // jdk.vm.ci.code.site.Reference reference
         1: .line 68
            aload 3 /* reference */
            instanceof jdk.vm.ci.code.site.ConstantReference
            ifeq 4
         2: .line 69
            aload 0 /* this */
            aload 2 /* dataPatch */
            aload 1 /* methodInfo */
            invokevirtual jdk.tools.jaotc.DataPatchProcessor.processConstantReference:(Ljdk/vm/ci/code/site/DataPatch;Ljdk/tools/jaotc/CompiledMethodInfo;)V
         3: .line 70
            goto 8
      StackMap locals: jdk.vm.ci.code.site.Reference
      StackMap stack:
         4: aload 3 /* reference */
            instanceof jdk.vm.ci.code.site.DataSectionReference
            ifeq 7
         5: .line 71
            aload 0 /* this */
            aload 2 /* dataPatch */
            aload 1 /* methodInfo */
            invokevirtual jdk.tools.jaotc.DataPatchProcessor.processDataSectionReference:(Ljdk/vm/ci/code/site/DataPatch;Ljdk/tools/jaotc/CompiledMethodInfo;)V
         6: .line 72
            goto 8
         7: .line 73
      StackMap locals:
      StackMap stack:
            new java.lang.InternalError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown data patch reference: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* reference */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 75
      StackMap locals:
      StackMap stack:
            return
        end local 3 // jdk.vm.ci.code.site.Reference reference
        end local 2 // jdk.vm.ci.code.site.DataPatch dataPatch
        end local 1 // jdk.tools.jaotc.CompiledMethodInfo methodInfo
        end local 0 // jdk.tools.jaotc.DataPatchProcessor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Ljdk/tools/jaotc/DataPatchProcessor;
            0    9     1  methodInfo  Ljdk/tools/jaotc/CompiledMethodInfo;
            0    9     2   dataPatch  Ljdk/vm/ci/code/site/DataPatch;
            1    9     3   reference  Ljdk/vm/ci/code/site/Reference;
    MethodParameters:
            Name  Flags
      methodInfo  
      dataPatch   

  private void processConstantReference(jdk.vm.ci.code.site.DataPatch, jdk.tools.jaotc.CompiledMethodInfo);
    descriptor: (Ljdk/vm/ci/code/site/DataPatch;Ljdk/tools/jaotc/CompiledMethodInfo;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=14, args_size=3
        start local 0 // jdk.tools.jaotc.DataPatchProcessor this
        start local 1 // jdk.vm.ci.code.site.DataPatch dataPatch
        start local 2 // jdk.tools.jaotc.CompiledMethodInfo methodInfo
         0: .line 78
            aload 1 /* dataPatch */
            getfield jdk.vm.ci.code.site.DataPatch.note:Ljava/lang/Object;
            checkcast org.graalvm.compiler.hotspot.meta.HotSpotConstantLoadAction
            astore 3 /* action */
        start local 3 // org.graalvm.compiler.hotspot.meta.HotSpotConstantLoadAction action
         1: .line 79
            aload 1 /* dataPatch */
            getfield jdk.vm.ci.code.site.DataPatch.reference:Ljdk/vm/ci/code/site/Reference;
            checkcast jdk.vm.ci.code.site.ConstantReference
            astore 4 /* constantReference */
        start local 4 // jdk.vm.ci.code.site.ConstantReference constantReference
         2: .line 80
            getstatic jdk.tools.jaotc.DataPatchProcessor.$assertionsDisabled:Z
            ifne 3
            aload 3 /* action */
            ifnonnull 3
            new java.lang.AssertionError
            dup
            ldc "action should be set"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 82
      StackMap locals: org.graalvm.compiler.hotspot.meta.HotSpotConstantLoadAction jdk.vm.ci.code.site.ConstantReference
      StackMap stack:
            aload 4 /* constantReference */
            invokevirtual jdk.vm.ci.code.site.ConstantReference.getConstant:()Ljdk/vm/ci/meta/VMConstant;
            astore 5 /* constant */
        start local 5 // jdk.vm.ci.meta.VMConstant constant
         4: .line 83
            aconst_null
            astore 6 /* targetSymbol */
        start local 6 // java.lang.String targetSymbol
         5: .line 84
            aconst_null
            astore 7 /* gotName */
        start local 7 // java.lang.String gotName
         6: .line 85
            aload 5 /* constant */
            instanceof jdk.vm.ci.hotspot.HotSpotMetaspaceConstant
            ifeq 21
         7: .line 86
            aload 5 /* constant */
            checkcast jdk.vm.ci.hotspot.HotSpotMetaspaceConstant
            astore 8 /* metaspaceConstant */
        start local 8 // jdk.vm.ci.hotspot.HotSpotMetaspaceConstant metaspaceConstant
         8: .line 87
            aload 8 /* metaspaceConstant */
            invokeinterface jdk.vm.ci.hotspot.HotSpotMetaspaceConstant.asResolvedJavaType:()Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;
            ifnull 16
         9: .line 88
            aload 8 /* metaspaceConstant */
            invokeinterface jdk.vm.ci.hotspot.HotSpotMetaspaceConstant.asResolvedJavaType:()Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;
            astore 9 /* type */
        start local 9 // jdk.vm.ci.hotspot.HotSpotResolvedObjectType type
        10: .line 89
            aload 2 /* methodInfo */
            aload 0 /* this */
            getfield jdk.tools.jaotc.DataPatchProcessor.binaryContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            aload 9 /* type */
            invokevirtual jdk.tools.jaotc.CompiledMethodInfo.addDependentKlassData:(Ljdk/tools/jaotc/binformat/BinaryContainer;Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;)V
        11: .line 90
            aload 9 /* type */
            invokestatic jdk.tools.jaotc.AOTCompiledClass.metadataName:(Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;)Ljava/lang/String;
            astore 6 /* targetSymbol */
        12: .line 91
            new java.lang.StringBuilder
            dup
            aload 3 /* action */
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotConstantLoadAction.INITIALIZE:Lorg/graalvm/compiler/hotspot/meta/HotSpotConstantLoadAction;
            if_acmpne 13
            ldc "got.init."
            goto 14
      StackMap locals: jdk.tools.jaotc.DataPatchProcessor jdk.vm.ci.code.site.DataPatch jdk.tools.jaotc.CompiledMethodInfo org.graalvm.compiler.hotspot.meta.HotSpotConstantLoadAction jdk.vm.ci.code.site.ConstantReference jdk.vm.ci.meta.VMConstant java.lang.String java.lang.String jdk.vm.ci.hotspot.HotSpotMetaspaceConstant jdk.vm.ci.hotspot.HotSpotResolvedObjectType
      StackMap stack: new 12 new 12
        13: ldc "got."
      StackMap locals: jdk.tools.jaotc.DataPatchProcessor jdk.vm.ci.code.site.DataPatch jdk.tools.jaotc.CompiledMethodInfo org.graalvm.compiler.hotspot.meta.HotSpotConstantLoadAction jdk.vm.ci.code.site.ConstantReference jdk.vm.ci.meta.VMConstant java.lang.String java.lang.String jdk.vm.ci.hotspot.HotSpotMetaspaceConstant jdk.vm.ci.hotspot.HotSpotResolvedObjectType
      StackMap stack: new 12 new 12 java.lang.String
        14: invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* targetSymbol */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 7 /* gotName */
        end local 9 // jdk.vm.ci.hotspot.HotSpotResolvedObjectType type
        15: .line 92
            goto 34
      StackMap locals:
      StackMap stack:
        16: aload 8 /* metaspaceConstant */
            invokeinterface jdk.vm.ci.hotspot.HotSpotMetaspaceConstant.asResolvedJavaMethod:()Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;
            ifnull 34
            aload 3 /* action */
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotConstantLoadAction.LOAD_COUNTERS:Lorg/graalvm/compiler/hotspot/meta/HotSpotConstantLoadAction;
            if_acmpne 34
        17: .line 93
            new java.lang.StringBuilder
            dup
            ldc "counters."
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 8 /* metaspaceConstant */
            invokeinterface jdk.vm.ci.hotspot.HotSpotMetaspaceConstant.asResolvedJavaMethod:()Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;
            invokestatic jdk.tools.jaotc.JavaMethodInfo.uniqueMethodName:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 6 /* targetSymbol */
        18: .line 94
            new java.lang.StringBuilder
            dup
            ldc "got."
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* targetSymbol */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 7 /* gotName */
        19: .line 95
            aload 0 /* this */
            getfield jdk.tools.jaotc.DataPatchProcessor.binaryContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            aload 6 /* targetSymbol */
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.addCountersSymbol:(Ljava/lang/String;)I
            pop
        end local 8 // jdk.vm.ci.hotspot.HotSpotMetaspaceConstant metaspaceConstant
        20: .line 97
            goto 34
      StackMap locals:
      StackMap stack:
        21: aload 5 /* constant */
            instanceof jdk.vm.ci.hotspot.HotSpotObjectConstant
            ifeq 31
        22: .line 98
            aload 5 /* constant */
            checkcast jdk.vm.ci.hotspot.HotSpotObjectConstant
            astore 8 /* oopConstant */
        start local 8 // jdk.vm.ci.hotspot.HotSpotObjectConstant oopConstant
        23: .line 99
            aload 8 /* oopConstant */
            instanceof jdk.vm.ci.hotspot.HotSpotConstantPoolObject
            ifeq 27
        24: .line 100
            aload 8 /* oopConstant */
            checkcast jdk.vm.ci.hotspot.HotSpotConstantPoolObject
            astore 9 /* cpo */
        start local 9 // jdk.vm.ci.hotspot.HotSpotConstantPoolObject cpo
        25: .line 102
            new java.lang.StringBuilder
            dup
            ldc "ldc."
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 9 /* cpo */
            invokevirtual jdk.vm.ci.hotspot.HotSpotConstantPoolObject.getCpType:()Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;
            invokeinterface jdk.vm.ci.hotspot.HotSpotResolvedObjectType.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 9 /* cpo */
            invokevirtual jdk.vm.ci.hotspot.HotSpotConstantPoolObject.getCpi:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 6 /* targetSymbol */
        end local 9 // jdk.vm.ci.hotspot.HotSpotConstantPoolObject cpo
        26: .line 103
            goto 28
        27: .line 105
      StackMap locals: jdk.vm.ci.hotspot.HotSpotObjectConstant
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "ldc."
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 8 /* oopConstant */
            invokeinterface jdk.vm.ci.hotspot.HotSpotObjectConstant.toValueString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 6 /* targetSymbol */
        28: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.tools.jaotc.DataPatchProcessor.binaryContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            aload 6 /* targetSymbol */
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.addOopSymbol:(Ljava/lang/String;)Ljava/lang/Integer;
            astore 9 /* offset */
        start local 9 // java.lang.Integer offset
        29: .line 108
            new java.lang.StringBuilder
            dup
            ldc "got.ldc."
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 9 /* offset */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 7 /* gotName */
        end local 9 // java.lang.Integer offset
        end local 8 // jdk.vm.ci.hotspot.HotSpotObjectConstant oopConstant
        30: .line 109
            goto 34
      StackMap locals:
      StackMap stack:
        31: aload 5 /* constant */
            instanceof jdk.vm.ci.hotspot.HotSpotSentinelConstant
            ifeq 34
        32: .line 110
            new java.lang.StringBuilder
            dup
            ldc "state.M"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* methodInfo */
            invokevirtual jdk.tools.jaotc.CompiledMethodInfo.getCodeId:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 6 /* targetSymbol */
        33: .line 111
            new java.lang.StringBuilder
            dup
            ldc "got."
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* targetSymbol */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 7 /* gotName */
        34: .line 114
      StackMap locals:
      StackMap stack:
            getstatic jdk.tools.jaotc.DataPatchProcessor.$assertionsDisabled:Z
            ifne 35
            aload 7 /* gotName */
            ifnonnull 35
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown constant type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* constant */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        35: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.tools.jaotc.DataPatchProcessor.target:Ljdk/vm/ci/code/TargetDescription;
            invokestatic jdk.tools.jaotc.InstructionDecoder.getInstructionDecoder:(Ljdk/vm/ci/code/TargetDescription;)Ljdk/tools/jaotc/InstructionDecoder;
            astore 8 /* decoder */
        start local 8 // jdk.tools.jaotc.InstructionDecoder decoder
        36: .line 117
            aload 8 /* decoder */
            aload 2 /* methodInfo */
            invokevirtual jdk.tools.jaotc.CompiledMethodInfo.getCompilationResult:()Lorg/graalvm/compiler/code/CompilationResult;
            invokevirtual org.graalvm.compiler.code.CompilationResult.getTargetCode:()[B
            aload 1 /* dataPatch */
            getfield jdk.vm.ci.code.site.DataPatch.pcOffset:I
            invokevirtual jdk.tools.jaotc.InstructionDecoder.decodePosition:([BI)V
        37: .line 118
            aload 8 /* decoder */
            invokevirtual jdk.tools.jaotc.InstructionDecoder.currentEndOfInstruction:()I
            istore 9 /* instructionEndOffset */
        start local 9 // int instructionEndOffset
        38: .line 120
            aload 2 /* methodInfo */
            invokevirtual jdk.tools.jaotc.CompiledMethodInfo.getTextSectionOffset:()I
            istore 10 /* textBaseOffset */
        start local 10 // int textBaseOffset
        39: .line 121
            iload 10 /* textBaseOffset */
            iload 9 /* instructionEndOffset */
            iadd
            istore 11 /* relocOffset */
        start local 11 // int relocOffset
        40: .line 123
            aload 0 /* this */
            getfield jdk.tools.jaotc.DataPatchProcessor.binaryContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            aload 7 /* gotName */
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getSymbol:(Ljava/lang/String;)Ljdk/tools/jaotc/binformat/Symbol;
            astore 12 /* relocationSymbol */
        start local 12 // jdk.tools.jaotc.binformat.Symbol relocationSymbol
        41: .line 124
            getstatic jdk.tools.jaotc.DataPatchProcessor.$assertionsDisabled:Z
            ifne 42
            aload 12 /* relocationSymbol */
            ifnonnull 42
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "symbol for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* gotName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " missing"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        42: .line 125
      StackMap locals: jdk.tools.jaotc.DataPatchProcessor jdk.vm.ci.code.site.DataPatch jdk.tools.jaotc.CompiledMethodInfo org.graalvm.compiler.hotspot.meta.HotSpotConstantLoadAction jdk.vm.ci.code.site.ConstantReference jdk.vm.ci.meta.VMConstant java.lang.String java.lang.String jdk.tools.jaotc.InstructionDecoder int int int jdk.tools.jaotc.binformat.Symbol
      StackMap stack:
            new jdk.tools.jaotc.binformat.Relocation
            dup
            iload 11 /* relocOffset */
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.METASPACE_GOT_REFERENCE:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            iconst_0
            aload 0 /* this */
            getfield jdk.tools.jaotc.DataPatchProcessor.binaryContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getCodeContainer:()Ljdk/tools/jaotc/binformat/CodeContainer;
            aload 12 /* relocationSymbol */
            invokespecial jdk.tools.jaotc.binformat.Relocation.<init>:(ILjdk/tools/jaotc/binformat/Relocation$RelocType;ILjdk/tools/jaotc/binformat/ByteContainer;Ljdk/tools/jaotc/binformat/Symbol;)V
            astore 13 /* reloc */
        start local 13 // jdk.tools.jaotc.binformat.Relocation reloc
        43: .line 126
            aload 0 /* this */
            getfield jdk.tools.jaotc.DataPatchProcessor.binaryContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            aload 13 /* reloc */
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.addRelocation:(Ljdk/tools/jaotc/binformat/Relocation;)V
        44: .line 127
            return
        end local 13 // jdk.tools.jaotc.binformat.Relocation reloc
        end local 12 // jdk.tools.jaotc.binformat.Symbol relocationSymbol
        end local 11 // int relocOffset
        end local 10 // int textBaseOffset
        end local 9 // int instructionEndOffset
        end local 8 // jdk.tools.jaotc.InstructionDecoder decoder
        end local 7 // java.lang.String gotName
        end local 6 // java.lang.String targetSymbol
        end local 5 // jdk.vm.ci.meta.VMConstant constant
        end local 4 // jdk.vm.ci.code.site.ConstantReference constantReference
        end local 3 // org.graalvm.compiler.hotspot.meta.HotSpotConstantLoadAction action
        end local 2 // jdk.tools.jaotc.CompiledMethodInfo methodInfo
        end local 1 // jdk.vm.ci.code.site.DataPatch dataPatch
        end local 0 // jdk.tools.jaotc.DataPatchProcessor this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   45     0                  this  Ljdk/tools/jaotc/DataPatchProcessor;
            0   45     1             dataPatch  Ljdk/vm/ci/code/site/DataPatch;
            0   45     2            methodInfo  Ljdk/tools/jaotc/CompiledMethodInfo;
            1   45     3                action  Lorg/graalvm/compiler/hotspot/meta/HotSpotConstantLoadAction;
            2   45     4     constantReference  Ljdk/vm/ci/code/site/ConstantReference;
            4   45     5              constant  Ljdk/vm/ci/meta/VMConstant;
            5   45     6          targetSymbol  Ljava/lang/String;
            6   45     7               gotName  Ljava/lang/String;
            8   20     8     metaspaceConstant  Ljdk/vm/ci/hotspot/HotSpotMetaspaceConstant;
           10   15     9                  type  Ljdk/vm/ci/hotspot/HotSpotResolvedObjectType;
           23   30     8           oopConstant  Ljdk/vm/ci/hotspot/HotSpotObjectConstant;
           25   26     9                   cpo  Ljdk/vm/ci/hotspot/HotSpotConstantPoolObject;
           29   30     9                offset  Ljava/lang/Integer;
           36   45     8               decoder  Ljdk/tools/jaotc/InstructionDecoder;
           38   45     9  instructionEndOffset  I
           39   45    10        textBaseOffset  I
           40   45    11           relocOffset  I
           41   45    12      relocationSymbol  Ljdk/tools/jaotc/binformat/Symbol;
           43   45    13                 reloc  Ljdk/tools/jaotc/binformat/Relocation;
    MethodParameters:
            Name  Flags
      dataPatch   
      methodInfo  

  private void processDataSectionReference(jdk.vm.ci.code.site.DataPatch, jdk.tools.jaotc.CompiledMethodInfo);
    descriptor: (Ljdk/vm/ci/code/site/DataPatch;Ljdk/tools/jaotc/CompiledMethodInfo;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=20, args_size=3
        start local 0 // jdk.tools.jaotc.DataPatchProcessor this
        start local 1 // jdk.vm.ci.code.site.DataPatch dataPatch
        start local 2 // jdk.tools.jaotc.CompiledMethodInfo methodInfo
         0: .line 130
            aload 1 /* dataPatch */
            getfield jdk.vm.ci.code.site.DataPatch.reference:Ljdk/vm/ci/code/site/Reference;
            checkcast jdk.vm.ci.code.site.DataSectionReference
            astore 3 /* dataReference */
        start local 3 // jdk.vm.ci.code.site.DataSectionReference dataReference
         1: .line 132
            aload 0 /* this */
            getfield jdk.tools.jaotc.DataPatchProcessor.target:Ljdk/vm/ci/code/TargetDescription;
            invokestatic jdk.tools.jaotc.InstructionDecoder.getInstructionDecoder:(Ljdk/vm/ci/code/TargetDescription;)Ljdk/tools/jaotc/InstructionDecoder;
            astore 4 /* decoder */
        start local 4 // jdk.tools.jaotc.InstructionDecoder decoder
         2: .line 133
            aload 4 /* decoder */
            aload 2 /* methodInfo */
            invokevirtual jdk.tools.jaotc.CompiledMethodInfo.getCompilationResult:()Lorg/graalvm/compiler/code/CompilationResult;
            invokevirtual org.graalvm.compiler.code.CompilationResult.getTargetCode:()[B
            aload 1 /* dataPatch */
            getfield jdk.vm.ci.code.site.DataPatch.pcOffset:I
            invokevirtual jdk.tools.jaotc.InstructionDecoder.decodePosition:([BI)V
         3: .line 134
            aload 4 /* decoder */
            invokevirtual jdk.tools.jaotc.InstructionDecoder.currentEndOfInstruction:()I
            istore 5 /* instructionEndOffset */
        start local 5 // int instructionEndOffset
         4: .line 136
            aload 2 /* methodInfo */
            invokevirtual jdk.tools.jaotc.CompiledMethodInfo.getTextSectionOffset:()I
            istore 6 /* textBaseOffset */
        start local 6 // int textBaseOffset
         5: .line 137
            iload 6 /* textBaseOffset */
            iload 5 /* instructionEndOffset */
            iadd
            istore 7 /* relocOffset */
        start local 7 // int relocOffset
         6: .line 138
            aload 3 /* dataReference */
            invokevirtual jdk.vm.ci.code.site.DataSectionReference.getOffset:()I
            istore 8 /* dataOffset */
        start local 8 // int dataOffset
         7: .line 140
            aload 2 /* methodInfo */
            invokevirtual jdk.tools.jaotc.CompiledMethodInfo.getCompilationResult:()Lorg/graalvm/compiler/code/CompilationResult;
            invokevirtual org.graalvm.compiler.code.CompilationResult.getDataSection:()Lorg/graalvm/compiler/code/DataSection;
            astore 9 /* dataSection */
        start local 9 // org.graalvm.compiler.code.DataSection dataSection
         8: .line 141
            aload 9 /* dataSection */
            aload 3 /* dataReference */
            invokevirtual org.graalvm.compiler.code.DataSection.findData:(Ljdk/vm/ci/code/site/DataSectionReference;)Lorg/graalvm/compiler/code/DataSection$Data;
            astore 10 /* data */
        start local 10 // org.graalvm.compiler.code.DataSection$Data data
         9: .line 142
            aload 10 /* data */
            invokevirtual org.graalvm.compiler.code.DataSection$Data.getSize:()I
            istore 11 /* size */
        start local 11 // int size
        10: .line 143
            aload 10 /* data */
            invokevirtual org.graalvm.compiler.code.DataSection$Data.getAlignment:()I
            istore 12 /* alignment */
        start local 12 // int alignment
        11: .line 144
            iload 11 /* size */
            newarray 8
            astore 13 /* value */
        start local 13 // byte[] value
        12: .line 145
            aload 13 /* value */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
            astore 14 /* buffer */
        start local 14 // java.nio.ByteBuffer buffer
        13: .line 146
            aload 14 /* buffer */
            aload 10 /* data */
            invokedynamic registerPatch()Lorg/graalvm/compiler/code/DataSection$Patches;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (ILjdk/vm/ci/meta/VMConstant;)V
                  jdk/tools/jaotc/DataPatchProcessor.lambda$0(ILjdk/vm/ci/meta/VMConstant;)V (6)
                  (ILjdk/vm/ci/meta/VMConstant;)V
            invokestatic org.graalvm.compiler.code.DataSection.emit:(Ljava/nio/ByteBuffer;Lorg/graalvm/compiler/code/DataSection$Data;Lorg/graalvm/compiler/code/DataSection$Patches;)V
        14: .line 148
            new java.lang.StringBuilder
            dup
            ldc "data.M"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* methodInfo */
            invokevirtual jdk.tools.jaotc.CompiledMethodInfo.getCodeId:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 8 /* dataOffset */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 15 /* targetSymbol */
        start local 15 // java.lang.String targetSymbol
        15: .line 149
            aload 0 /* this */
            getfield jdk.tools.jaotc.DataPatchProcessor.binaryContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            aload 15 /* targetSymbol */
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getSymbol:(Ljava/lang/String;)Ljdk/tools/jaotc/binformat/Symbol;
            astore 16 /* relocationSymbol */
        start local 16 // jdk.tools.jaotc.binformat.Symbol relocationSymbol
        16: .line 150
            aload 16 /* relocationSymbol */
            ifnonnull 21
        17: .line 151
            bipush 8
            iload 11 /* size */
            invokestatic java.lang.Math.max:(II)I
            istore 17 /* symSize */
        start local 17 // int symSize
        18: .line 152
            bipush 8
            iload 12 /* alignment */
            invokestatic java.lang.Math.max:(II)I
            istore 18 /* symAlig */
        start local 18 // int symAlig
        19: .line 153
            aload 0 /* this */
            getfield jdk.tools.jaotc.DataPatchProcessor.binaryContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            aload 13 /* value */
            iload 18 /* symAlig */
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.addConstantData:([BI)I
            istore 19 /* offsetInConstantDataSection */
        start local 19 // int offsetInConstantDataSection
        20: .line 154
            aload 0 /* this */
            getfield jdk.tools.jaotc.DataPatchProcessor.binaryContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getConstantDataContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            iload 19 /* offsetInConstantDataSection */
            getstatic jdk.tools.jaotc.binformat.Symbol$Kind.OBJECT:Ljdk/tools/jaotc/binformat/Symbol$Kind;
            getstatic jdk.tools.jaotc.binformat.Symbol$Binding.LOCAL:Ljdk/tools/jaotc/binformat/Symbol$Binding;
            iload 17 /* symSize */
            aload 15 /* targetSymbol */
            invokevirtual jdk.tools.jaotc.binformat.ReadOnlyDataContainer.createSymbol:(ILjdk/tools/jaotc/binformat/Symbol$Kind;Ljdk/tools/jaotc/binformat/Symbol$Binding;ILjava/lang/String;)Ljdk/tools/jaotc/binformat/Symbol;
            astore 16 /* relocationSymbol */
        end local 19 // int offsetInConstantDataSection
        end local 18 // int symAlig
        end local 17 // int symSize
        21: .line 156
      StackMap locals: jdk.tools.jaotc.DataPatchProcessor jdk.vm.ci.code.site.DataPatch jdk.tools.jaotc.CompiledMethodInfo jdk.vm.ci.code.site.DataSectionReference jdk.tools.jaotc.InstructionDecoder int int int int org.graalvm.compiler.code.DataSection org.graalvm.compiler.code.DataSection$Data int int byte[] java.nio.ByteBuffer java.lang.String jdk.tools.jaotc.binformat.Symbol
      StackMap stack:
            new jdk.tools.jaotc.binformat.Relocation
            dup
            iload 7 /* relocOffset */
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.METASPACE_GOT_REFERENCE:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            iconst_0
            aload 0 /* this */
            getfield jdk.tools.jaotc.DataPatchProcessor.binaryContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getCodeContainer:()Ljdk/tools/jaotc/binformat/CodeContainer;
            aload 16 /* relocationSymbol */
            invokespecial jdk.tools.jaotc.binformat.Relocation.<init>:(ILjdk/tools/jaotc/binformat/Relocation$RelocType;ILjdk/tools/jaotc/binformat/ByteContainer;Ljdk/tools/jaotc/binformat/Symbol;)V
            astore 17 /* reloc */
        start local 17 // jdk.tools.jaotc.binformat.Relocation reloc
        22: .line 157
            aload 0 /* this */
            getfield jdk.tools.jaotc.DataPatchProcessor.binaryContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            aload 17 /* reloc */
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.addRelocation:(Ljdk/tools/jaotc/binformat/Relocation;)V
        23: .line 158
            return
        end local 17 // jdk.tools.jaotc.binformat.Relocation reloc
        end local 16 // jdk.tools.jaotc.binformat.Symbol relocationSymbol
        end local 15 // java.lang.String targetSymbol
        end local 14 // java.nio.ByteBuffer buffer
        end local 13 // byte[] value
        end local 12 // int alignment
        end local 11 // int size
        end local 10 // org.graalvm.compiler.code.DataSection$Data data
        end local 9 // org.graalvm.compiler.code.DataSection dataSection
        end local 8 // int dataOffset
        end local 7 // int relocOffset
        end local 6 // int textBaseOffset
        end local 5 // int instructionEndOffset
        end local 4 // jdk.tools.jaotc.InstructionDecoder decoder
        end local 3 // jdk.vm.ci.code.site.DataSectionReference dataReference
        end local 2 // jdk.tools.jaotc.CompiledMethodInfo methodInfo
        end local 1 // jdk.vm.ci.code.site.DataPatch dataPatch
        end local 0 // jdk.tools.jaotc.DataPatchProcessor this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   24     0                         this  Ljdk/tools/jaotc/DataPatchProcessor;
            0   24     1                    dataPatch  Ljdk/vm/ci/code/site/DataPatch;
            0   24     2                   methodInfo  Ljdk/tools/jaotc/CompiledMethodInfo;
            1   24     3                dataReference  Ljdk/vm/ci/code/site/DataSectionReference;
            2   24     4                      decoder  Ljdk/tools/jaotc/InstructionDecoder;
            4   24     5         instructionEndOffset  I
            5   24     6               textBaseOffset  I
            6   24     7                  relocOffset  I
            7   24     8                   dataOffset  I
            8   24     9                  dataSection  Lorg/graalvm/compiler/code/DataSection;
            9   24    10                         data  Lorg/graalvm/compiler/code/DataSection$Data;
           10   24    11                         size  I
           11   24    12                    alignment  I
           12   24    13                        value  [B
           13   24    14                       buffer  Ljava/nio/ByteBuffer;
           15   24    15                 targetSymbol  Ljava/lang/String;
           16   24    16             relocationSymbol  Ljdk/tools/jaotc/binformat/Symbol;
           18   21    17                      symSize  I
           19   21    18                      symAlig  I
           20   21    19  offsetInConstantDataSection  I
           22   24    17                        reloc  Ljdk/tools/jaotc/binformat/Relocation;
    MethodParameters:
            Name  Flags
      dataPatch   
      methodInfo  

  private static void lambda$0(int, jdk.vm.ci.meta.VMConstant);
    descriptor: (ILjdk/vm/ci/meta/VMConstant;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // int p
        start local 1 // jdk.vm.ci.meta.VMConstant c
         0: .line 147
            return
        end local 1 // jdk.vm.ci.meta.VMConstant c
        end local 0 // int p
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     p  I
            0    1     1     c  Ljdk/vm/ci/meta/VMConstant;
}
SourceFile: "DataPatchProcessor.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public final RelocType = jdk.tools.jaotc.binformat.Relocation$RelocType of jdk.tools.jaotc.binformat.Relocation
  public final Binding = jdk.tools.jaotc.binformat.Symbol$Binding of jdk.tools.jaotc.binformat.Symbol
  public final Kind = jdk.tools.jaotc.binformat.Symbol$Kind of jdk.tools.jaotc.binformat.Symbol
  public abstract Data = org.graalvm.compiler.code.DataSection$Data of org.graalvm.compiler.code.DataSection
  public abstract Patches = org.graalvm.compiler.code.DataSection$Patches of org.graalvm.compiler.code.DataSection