class sun.jvm.hotspot.debugger.proc.ProcCDebugger implements sun.jvm.hotspot.debugger.cdbg.CDebugger
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.proc.ProcCDebugger
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.debugger.proc.ProcDebugger dbg;
    descriptor: Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
    flags: (0x0002) ACC_PRIVATE

  void <init>(sun.jvm.hotspot.debugger.proc.ProcDebugger);
    descriptor: (Lsun/jvm/hotspot/debugger/proc/ProcDebugger;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
        start local 1 // sun.jvm.hotspot.debugger.proc.ProcDebugger dbg
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* dbg */
            putfield sun.jvm.hotspot.debugger.proc.ProcCDebugger.dbg:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
         2: .line 38
            return
        end local 1 // sun.jvm.hotspot.debugger.proc.ProcDebugger dbg
        end local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/debugger/proc/ProcCDebugger;
            0    3     1   dbg  Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
    MethodParameters:
      Name  Flags
      dbg   

  public java.util.List getThreadList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
         0: .line 41
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.ProcCDebugger.dbg:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
            invokeinterface sun.jvm.hotspot.debugger.proc.ProcDebugger.getThreadList:()Ljava/util/List;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/proc/ProcCDebugger;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException

  public java.util.List getLoadObjectList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
         0: .line 45
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.ProcCDebugger.dbg:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
            invokeinterface sun.jvm.hotspot.debugger.proc.ProcDebugger.getLoadObjectList:()Ljava/util/List;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/proc/ProcCDebugger;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException

  public sun.jvm.hotspot.debugger.cdbg.LoadObject loadObjectContainingPC(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/LoadObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=12, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
        start local 1 // sun.jvm.hotspot.debugger.Address pc
         0: .line 49
            aload 1 /* pc */
            ifnonnull 2
         1: .line 50
            aconst_null
            areturn
         2: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.proc.ProcCDebugger.getLoadObjectList:()Ljava/util/List;
            astore 2 /* objs */
        start local 2 // java.util.List objs
         3: .line 53
            aload 2 /* objs */
            invokeinterface java.util.List.toArray:()[Ljava/lang/Object;
            astore 3 /* arr */
        start local 3 // java.lang.Object[] arr
         4: .line 55
            iconst_m1
            istore 4 /* mid */
        start local 4 // int mid
         5: .line 56
            iconst_0
            istore 5 /* low */
        start local 5 // int low
         6: .line 57
            aload 3 /* arr */
            arraylength
            iconst_1
            isub
            istore 6 /* high */
        start local 6 // int high
         7: .line 59
            goto 21
         8: .line 60
      StackMap locals: sun.jvm.hotspot.debugger.proc.ProcCDebugger sun.jvm.hotspot.debugger.Address java.util.List java.lang.Object[] int int int
      StackMap stack:
            iload 5 /* low */
            iload 6 /* high */
            iadd
            iconst_1
            ishr
            istore 4 /* mid */
         9: .line 61
            aload 3 /* arr */
            iload 4 /* mid */
            aaload
            checkcast sun.jvm.hotspot.debugger.cdbg.LoadObject
            astore 7 /* midVal */
        start local 7 // sun.jvm.hotspot.debugger.cdbg.LoadObject midVal
        10: .line 62
            aload 1 /* pc */
            aload 7 /* midVal */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.LoadObject.getBase:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            lstore 8 /* cmp */
        start local 8 // long cmp
        11: .line 63
            lload 8 /* cmp */
            lconst_0
            lcmp
            ifge 14
        12: .line 64
            iload 4 /* mid */
            iconst_1
            isub
            istore 6 /* high */
        13: .line 65
            goto 21
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.LoadObject long
      StackMap stack:
        14: lload 8 /* cmp */
            lconst_0
            lcmp
            ifle 20
        15: .line 66
            aload 7 /* midVal */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.LoadObject.getSize:()J
            lstore 10 /* size */
        start local 10 // long size
        16: .line 67
            lload 8 /* cmp */
            lload 10 /* size */
            lcmp
            iflt 19
        17: .line 68
            iload 4 /* mid */
            iconst_1
            iadd
            istore 5 /* low */
        18: .line 69
            goto 21
        19: .line 70
      StackMap locals: long
      StackMap stack:
            aload 3 /* arr */
            iload 4 /* mid */
            aaload
            checkcast sun.jvm.hotspot.debugger.cdbg.LoadObject
            areturn
        end local 10 // long size
        20: .line 73
      StackMap locals:
      StackMap stack:
            aload 3 /* arr */
            iload 4 /* mid */
            aaload
            checkcast sun.jvm.hotspot.debugger.cdbg.LoadObject
            areturn
        end local 8 // long cmp
        end local 7 // sun.jvm.hotspot.debugger.cdbg.LoadObject midVal
        21: .line 59
      StackMap locals:
      StackMap stack:
            iload 5 /* low */
            iload 6 /* high */
            if_icmple 8
        22: .line 77
            aconst_null
            areturn
        end local 6 // int high
        end local 5 // int low
        end local 4 // int mid
        end local 3 // java.lang.Object[] arr
        end local 2 // java.util.List objs
        end local 1 // sun.jvm.hotspot.debugger.Address pc
        end local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Lsun/jvm/hotspot/debugger/proc/ProcCDebugger;
            0   23     1      pc  Lsun/jvm/hotspot/debugger/Address;
            3   23     2    objs  Ljava/util/List;
            4   23     3     arr  [Ljava/lang/Object;
            5   23     4     mid  I
            6   23     5     low  I
            7   23     6    high  I
           10   21     7  midVal  Lsun/jvm/hotspot/debugger/cdbg/LoadObject;
           11   21     8     cmp  J
           16   20    10    size  J
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
      Name  Flags
      pc    

  public sun.jvm.hotspot.debugger.cdbg.CFrame topFrameForThread(sun.jvm.hotspot.debugger.ThreadProxy);
    descriptor: (Lsun/jvm/hotspot/debugger/ThreadProxy;)Lsun/jvm/hotspot/debugger/cdbg/CFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
        start local 1 // sun.jvm.hotspot.debugger.ThreadProxy thread
         0: .line 81
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.ProcCDebugger.dbg:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
            aload 1 /* thread */
            invokeinterface sun.jvm.hotspot.debugger.proc.ProcDebugger.topFrameForThread:(Lsun/jvm/hotspot/debugger/ThreadProxy;)Lsun/jvm/hotspot/debugger/cdbg/CFrame;
            areturn
        end local 1 // sun.jvm.hotspot.debugger.ThreadProxy thread
        end local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/jvm/hotspot/debugger/proc/ProcCDebugger;
            0    1     1  thread  Lsun/jvm/hotspot/debugger/ThreadProxy;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
        Name  Flags
      thread  

  public java.lang.String getNameOfFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
        start local 1 // java.lang.String fileName
         0: .line 85
            new java.io.File
            dup
            aload 1 /* fileName */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokevirtual java.io.File.getName:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.String fileName
        end local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/jvm/hotspot/debugger/proc/ProcCDebugger;
            0    1     1  fileName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      fileName  

  public sun.jvm.hotspot.debugger.cdbg.ProcessControl getProcessControl();
    descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/ProcessControl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
         0: .line 90
            aconst_null
            areturn
        end local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/proc/ProcCDebugger;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException

  public boolean canDemangle();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
         0: .line 95
            iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/proc/ProcCDebugger;

  public java.lang.String demangle(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
        start local 1 // java.lang.String sym
         0: .line 99
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.ProcCDebugger.dbg:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
            aload 1 /* sym */
            invokeinterface sun.jvm.hotspot.debugger.proc.ProcDebugger.demangle:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String sym
        end local 0 // sun.jvm.hotspot.debugger.proc.ProcCDebugger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/proc/ProcCDebugger;
            0    1     1   sym  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      sym   
}
SourceFile: "ProcCDebugger.java"