public class sun.jvm.hotspot.debugger.linux.amd64.DwarfParser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.linux.amd64.DwarfParser
  super_class: java.lang.Object
{
  private final long p_dwarf_context;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=0, locals=0, args_size=0
         0: .line 41
            invokestatic sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.init0:()V
         1: .line 42
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static native void init0();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  private static native long createDwarfContext(long);
    descriptor: (J)J
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      lib   

  private static native void destroyDwarfContext(long);
    descriptor: (J)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
         Name  Flags
      context  

  private native boolean isIn0(long);
    descriptor: (J)Z
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
      Name  Flags
      pc    

  public void <init>(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.linux.amd64.DwarfParser this
        start local 1 // sun.jvm.hotspot.debugger.Address lib
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            aload 1 /* lib */
            invokeinterface sun.jvm.hotspot.debugger.Address.asLongValue:()J
            invokestatic sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.createDwarfContext:(J)J
            putfield sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.p_dwarf_context:J
         2: .line 47
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.p_dwarf_context:J
            lconst_0
            lcmp
            ifne 4
         3: .line 48
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            ldc "Could not create DWARF context"
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 51
      StackMap locals: sun.jvm.hotspot.debugger.linux.amd64.DwarfParser sun.jvm.hotspot.debugger.Address
      StackMap stack:
            invokestatic java.lang.ref.Cleaner.create:()Ljava/lang/ref/Cleaner;
         5: .line 52
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic run(Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;)Ljava/lang/Runnable;
              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:
                  ()V
                  sun/jvm/hotspot/debugger/linux/amd64/DwarfParser.lambda$0()V (7)
                  ()V
            invokevirtual java.lang.ref.Cleaner.register:(Ljava/lang/Object;Ljava/lang/Runnable;)Ljava/lang/ref/Cleaner$Cleanable;
            pop
         6: .line 53
            return
        end local 1 // sun.jvm.hotspot.debugger.Address lib
        end local 0 // sun.jvm.hotspot.debugger.linux.amd64.DwarfParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
            0    7     1   lib  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      lib   

  public boolean isIn(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.linux.amd64.DwarfParser this
        start local 1 // sun.jvm.hotspot.debugger.Address pc
         0: .line 56
            aload 0 /* this */
            aload 1 /* pc */
            invokeinterface sun.jvm.hotspot.debugger.Address.asLongValue:()J
            invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.isIn0:(J)Z
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.Address pc
        end local 0 // sun.jvm.hotspot.debugger.linux.amd64.DwarfParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
            0    1     1    pc  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      pc    

  private native void processDwarf0(long);
    descriptor: (J)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
      Name  Flags
      pc    

  public void processDwarf(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.linux.amd64.DwarfParser this
        start local 1 // sun.jvm.hotspot.debugger.Address pc
         0: .line 62
            aload 0 /* this */
            aload 1 /* pc */
            invokeinterface sun.jvm.hotspot.debugger.Address.asLongValue:()J
            invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.processDwarf0:(J)V
         1: .line 63
            return
        end local 1 // sun.jvm.hotspot.debugger.Address pc
        end local 0 // sun.jvm.hotspot.debugger.linux.amd64.DwarfParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
            0    2     1    pc  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      pc    

  public native int getCFARegister();
    descriptor: ()I
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE

  public native int getCFAOffset();
    descriptor: ()I
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE

  public native int getReturnAddressOffsetFromCFA();
    descriptor: ()I
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE

  public native int getBasePointerOffsetFromCFA();
    descriptor: ()I
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE

  public native boolean isBPOffsetAvailable();
    descriptor: ()Z
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE

  private void lambda$0();
    descriptor: ()V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.linux.amd64.DwarfParser this
         0: .line 52
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.p_dwarf_context:J
            invokestatic sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.destroyDwarfContext:(J)V
            return
        end local 0 // sun.jvm.hotspot.debugger.linux.amd64.DwarfParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
}
SourceFile: "DwarfParser.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Cleanable = java.lang.ref.Cleaner$Cleanable of java.lang.ref.Cleaner