class com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo implements com.oracle.objectfile.debuginfo.DebugInfoProvider$DebugLineInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo
  super_class: java.lang.Object
{
  private final int bci;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final jdk.vm.ci.meta.ResolvedJavaMethod method;
    descriptor: Ljdk/vm/ci/meta/ResolvedJavaMethod;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int lo;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int hi;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.nio.file.Path cachePath;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0002) ACC_PRIVATE

  private java.nio.file.Path fullFilePath;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0002) ACC_PRIVATE

  final com.oracle.svm.hosted.image.NativeImageDebugInfoProvider this$0;
    descriptor: Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.svm.hosted.image.NativeImageDebugInfoProvider, org.graalvm.compiler.code.SourceMapping);
    descriptor: (Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider;Lorg/graalvm/compiler/code/SourceMapping;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
        start local 2 // org.graalvm.compiler.code.SourceMapping sourceMapping
         0: .line 252
            aload 0 /* this */
            aload 1
            putfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.this$0:Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 253
            aload 2 /* sourceMapping */
            invokevirtual org.graalvm.compiler.code.SourceMapping.getSourcePosition:()Lorg/graalvm/compiler/graph/NodeSourcePosition;
            astore 3 /* position */
        start local 3 // org.graalvm.compiler.graph.NodeSourcePosition position
         2: .line 254
            aload 3 /* position */
            invokevirtual org.graalvm.compiler.graph.NodeSourcePosition.getBCI:()I
            istore 4 /* posbci */
        start local 4 // int posbci
         3: .line 255
            aload 0 /* this */
            iload 4 /* posbci */
            iflt 4
            iload 4 /* posbci */
            goto 5
      StackMap locals: com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo com.oracle.svm.hosted.image.NativeImageDebugInfoProvider org.graalvm.compiler.code.SourceMapping org.graalvm.compiler.graph.NodeSourcePosition int
      StackMap stack: com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo
         4: iconst_0
      StackMap locals: com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo com.oracle.svm.hosted.image.NativeImageDebugInfoProvider org.graalvm.compiler.code.SourceMapping org.graalvm.compiler.graph.NodeSourcePosition int
      StackMap stack: com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo int
         5: putfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.bci:I
         6: .line 256
            aload 0 /* this */
            aload 3 /* position */
            invokevirtual org.graalvm.compiler.graph.NodeSourcePosition.getMethod:()Ljdk/vm/ci/meta/ResolvedJavaMethod;
            putfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.method:Ljdk/vm/ci/meta/ResolvedJavaMethod;
         7: .line 257
            aload 0 /* this */
            aload 2 /* sourceMapping */
            invokevirtual org.graalvm.compiler.code.SourceMapping.getStartOffset:()I
            putfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.lo:I
         8: .line 258
            aload 0 /* this */
            aload 2 /* sourceMapping */
            invokevirtual org.graalvm.compiler.code.SourceMapping.getEndOffset:()I
            putfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.hi:I
         9: .line 259
            aload 0 /* this */
            invokestatic com.oracle.svm.core.SubstrateOptions.getDebugInfoSourceCacheRoot:()Ljava/nio/file/Path;
            putfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.cachePath:Ljava/nio/file/Path;
        10: .line 260
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.computeFullFilePath:()V
        11: .line 261
            return
        end local 4 // int posbci
        end local 3 // org.graalvm.compiler.graph.NodeSourcePosition position
        end local 2 // org.graalvm.compiler.code.SourceMapping sourceMapping
        end local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider$NativeImageDebugLineInfo;
            0   12     2  sourceMapping  Lorg/graalvm/compiler/code/SourceMapping;
            2   12     3       position  Lorg/graalvm/compiler/graph/NodeSourcePosition;
            3   12     4         posbci  I
    MethodParameters:
               Name  Flags
      this$0         final
      sourceMapping  

  public java.lang.String fileName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
         0: .line 265
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.fullFilePath:Ljava/nio/file/Path;
            ifnull 4
         1: .line 266
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.fullFilePath:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.getFileName:()Ljava/nio/file/Path;
            astore 1 /* fileName */
        start local 1 // java.nio.file.Path fileName
         2: .line 267
            aload 1 /* fileName */
            ifnull 4
         3: .line 268
            aload 1 /* fileName */
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.nio.file.Path fileName
         4: .line 271
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider$NativeImageDebugLineInfo;
            2    4     1  fileName  Ljava/nio/file/Path;

  public java.nio.file.Path filePath();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
         0: .line 276
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.fullFilePath:Ljava/nio/file/Path;
            ifnull 2
         1: .line 277
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.fullFilePath:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.getParent:()Ljava/nio/file/Path;
            areturn
         2: .line 279
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider$NativeImageDebugLineInfo;

  public java.nio.file.Path cachePath();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
         0: .line 284
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.cachePath:Ljava/nio/file/Path;
            areturn
        end local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider$NativeImageDebugLineInfo;

  public java.lang.String className();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
         0: .line 289
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.method:Ljdk/vm/ci/meta/ResolvedJavaMethod;
            ldc "%H"
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.format:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider$NativeImageDebugLineInfo;

  public java.lang.String methodName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
         0: .line 294
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.method:Ljdk/vm/ci/meta/ResolvedJavaMethod;
            ldc "%n"
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.format:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider$NativeImageDebugLineInfo;

  public java.lang.String symbolNameForMethod();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
         0: .line 299
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.method:Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokestatic com.oracle.svm.hosted.image.NativeBootImage.localSymbolNameForMethod:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider$NativeImageDebugLineInfo;

  public int addressLo();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
         0: .line 304
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.lo:I
            ireturn
        end local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider$NativeImageDebugLineInfo;

  public int addressHi();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
         0: .line 309
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.hi:I
            ireturn
        end local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider$NativeImageDebugLineInfo;

  public int line();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
         0: .line 314
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.method:Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.getLineNumberTable:()Ljdk/vm/ci/meta/LineNumberTable;
            astore 1 /* lineNumberTable */
        start local 1 // jdk.vm.ci.meta.LineNumberTable lineNumberTable
         1: .line 315
            aload 1 /* lineNumberTable */
            ifnull 3
         2: .line 316
            aload 1 /* lineNumberTable */
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.bci:I
            invokevirtual jdk.vm.ci.meta.LineNumberTable.getLineNumber:(I)I
            ireturn
         3: .line 318
      StackMap locals: jdk.vm.ci.meta.LineNumberTable
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // jdk.vm.ci.meta.LineNumberTable lineNumberTable
        end local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider$NativeImageDebugLineInfo;
            1    4     1  lineNumberTable  Ljdk/vm/ci/meta/LineNumberTable;

  private void computeFullFilePath();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
         0: .line 323
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.method:Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.getDeclaringClass:()Ljdk/vm/ci/meta/ResolvedJavaType;
            astore 1 /* declaringClass */
        start local 1 // jdk.vm.ci.meta.ResolvedJavaType declaringClass
         1: .line 324
            aconst_null
            astore 2 /* clazz */
        start local 2 // java.lang.Class clazz
         2: .line 325
            aload 1 /* declaringClass */
            instanceof com.oracle.graal.pointsto.infrastructure.OriginalClassProvider
            ifeq 4
         3: .line 326
            aload 1 /* declaringClass */
            checkcast com.oracle.graal.pointsto.infrastructure.OriginalClassProvider
            invokeinterface com.oracle.graal.pointsto.infrastructure.OriginalClassProvider.getJavaClass:()Ljava/lang/Class;
            astore 2 /* clazz */
         4: .line 333
      StackMap locals: jdk.vm.ci.meta.ResolvedJavaType java.lang.Class
      StackMap stack:
            aload 1 /* declaringClass */
            instanceof com.oracle.svm.hosted.meta.HostedType
            ifeq 6
         5: .line 334
            aload 1 /* declaringClass */
            checkcast com.oracle.svm.hosted.meta.HostedType
            invokevirtual com.oracle.svm.hosted.meta.HostedType.getWrapped:()Lcom/oracle/graal/pointsto/meta/AnalysisType;
            astore 1 /* declaringClass */
         6: .line 336
      StackMap locals:
      StackMap stack:
            aload 1 /* declaringClass */
            instanceof com.oracle.graal.pointsto.meta.AnalysisType
            ifeq 8
         7: .line 337
            aload 1 /* declaringClass */
            checkcast com.oracle.graal.pointsto.meta.AnalysisType
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisType.getWrapped:()Ljdk/vm/ci/meta/ResolvedJavaType;
            astore 1 /* declaringClass */
         8: .line 339
      StackMap locals:
      StackMap stack:
            ldc Lcom/oracle/svm/hosted/image/sources/SourceManager;
            invokestatic org.graalvm.nativeimage.ImageSingletons.lookup:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.oracle.svm.hosted.image.sources.SourceManager
            astore 3 /* sourceManager */
        start local 3 // com.oracle.svm.hosted.image.sources.SourceManager sourceManager
         9: .line 340
            aconst_null
            astore 4
            aconst_null
            astore 5
        10: aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.this$0:Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider;
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider.debugContext:Lorg/graalvm/compiler/debug/DebugContext;
            ldc "DebugCodeInfo"
            aload 1 /* declaringClass */
            invokevirtual org.graalvm.compiler.debug.DebugContext.scope:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/graalvm/compiler/debug/DebugContext$Scope;
            astore 6 /* s */
        start local 6 // org.graalvm.compiler.debug.DebugContext$Scope s
        11: .line 341
            aload 0 /* this */
            aload 3 /* sourceManager */
            aload 1 /* declaringClass */
            aload 2 /* clazz */
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.this$0:Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider;
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider.debugContext:Lorg/graalvm/compiler/debug/DebugContext;
            invokevirtual com.oracle.svm.hosted.image.sources.SourceManager.findAndCacheSource:(Ljdk/vm/ci/meta/ResolvedJavaType;Ljava/lang/Class;Lorg/graalvm/compiler/debug/DebugContext;)Ljava/nio/file/Path;
            putfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.fullFilePath:Ljava/nio/file/Path;
        12: .line 342
            aload 6 /* s */
            ifnull 20
            aload 6 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.close:()V
            goto 20
      StackMap locals: com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo jdk.vm.ci.meta.ResolvedJavaType java.lang.Class com.oracle.svm.hosted.image.sources.SourceManager java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugContext$Scope
      StackMap stack: java.lang.Throwable
        13: astore 4
            aload 6 /* s */
            ifnull 14
            aload 6 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.close:()V
        end local 6 // org.graalvm.compiler.debug.DebugContext$Scope s
      StackMap locals:
      StackMap stack:
        14: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        15: astore 5
            aload 4
            ifnonnull 16
            aload 5
            astore 4
            goto 17
      StackMap locals:
      StackMap stack:
        16: aload 4
            aload 5
            if_acmpeq 17
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        17: aload 4
            athrow
      StackMap locals: com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo jdk.vm.ci.meta.ResolvedJavaType java.lang.Class com.oracle.svm.hosted.image.sources.SourceManager
      StackMap stack: java.lang.Throwable
        18: astore 4 /* e */
        start local 4 // java.lang.Throwable e
        19: .line 343
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo.this$0:Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider;
            getfield com.oracle.svm.hosted.image.NativeImageDebugInfoProvider.debugContext:Lorg/graalvm/compiler/debug/DebugContext;
            aload 4 /* e */
            invokevirtual org.graalvm.compiler.debug.DebugContext.handle:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 4 // java.lang.Throwable e
        20: .line 345
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.oracle.svm.hosted.image.sources.SourceManager sourceManager
        end local 2 // java.lang.Class clazz
        end local 1 // jdk.vm.ci.meta.ResolvedJavaType declaringClass
        end local 0 // com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   21     0            this  Lcom/oracle/svm/hosted/image/NativeImageDebugInfoProvider$NativeImageDebugLineInfo;
            1   21     1  declaringClass  Ljdk/vm/ci/meta/ResolvedJavaType;
            2   21     2           clazz  Ljava/lang/Class<*>;
            9   21     3   sourceManager  Lcom/oracle/svm/hosted/image/sources/SourceManager;
           11   14     6               s  Lorg/graalvm/compiler/debug/DebugContext$Scope;
           19   20     4               e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
          11    12      13  any
          10    15      15  any
           9    18      18  Class java.lang.Throwable
}
SourceFile: "NativeImageDebugInfoProvider.java"
NestHost: com.oracle.svm.hosted.image.NativeImageDebugInfoProvider
InnerClasses:
  public abstract DebugLineInfo = com.oracle.objectfile.debuginfo.DebugInfoProvider$DebugLineInfo of com.oracle.objectfile.debuginfo.DebugInfoProvider
  private NativeImageDebugLineInfo = com.oracle.svm.hosted.image.NativeImageDebugInfoProvider$NativeImageDebugLineInfo of com.oracle.svm.hosted.image.NativeImageDebugInfoProvider
  public abstract Scope = org.graalvm.compiler.debug.DebugContext$Scope of org.graalvm.compiler.debug.DebugContext