public class sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame extends sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame
  super_class: sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame
{
  private sun.jvm.hotspot.debugger.Address ebp;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.Address pc;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

  private static final int ADDRESS_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private sun.jvm.hotspot.debugger.windbg.WindbgDebugger dbg;
    descriptor: Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.debugger.windbg.WindbgDebugger, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame this
        start local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger dbg
        start local 2 // sun.jvm.hotspot.debugger.Address ebp
        start local 3 // sun.jvm.hotspot.debugger.Address pc
         0: .line 41
            aload 0 /* this */
            aload 1 /* dbg */
            invokeinterface sun.jvm.hotspot.debugger.windbg.WindbgDebugger.getCDebugger:()Lsun/jvm/hotspot/debugger/cdbg/CDebugger;
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame.<init>:(Lsun/jvm/hotspot/debugger/cdbg/CDebugger;)V
         1: .line 42
            aload 0 /* this */
            aload 2 /* ebp */
            putfield sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame.ebp:Lsun/jvm/hotspot/debugger/Address;
         2: .line 43
            aload 0 /* this */
            aload 3 /* pc */
            putfield sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame.pc:Lsun/jvm/hotspot/debugger/Address;
         3: .line 44
            aload 0 /* this */
            aload 1 /* dbg */
            putfield sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
         4: .line 45
            return
        end local 3 // sun.jvm.hotspot.debugger.Address pc
        end local 2 // sun.jvm.hotspot.debugger.Address ebp
        end local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger dbg
        end local 0 // sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/debugger/windows/x86/WindowsX86CFrame;
            0    5     1   dbg  Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            0    5     2   ebp  Lsun/jvm/hotspot/debugger/Address;
            0    5     3    pc  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      dbg   
      ebp   
      pc    

  public sun.jvm.hotspot.debugger.cdbg.CFrame sender(sun.jvm.hotspot.debugger.ThreadProxy);
    descriptor: (Lsun/jvm/hotspot/debugger/ThreadProxy;)Lsun/jvm/hotspot/debugger/cdbg/CFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame this
        start local 1 // sun.jvm.hotspot.debugger.ThreadProxy thread
         0: .line 48
            aload 1 /* thread */
            invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
            checkcast sun.jvm.hotspot.debugger.x86.X86ThreadContext
            astore 2 /* context */
        start local 2 // sun.jvm.hotspot.debugger.x86.X86ThreadContext context
         1: .line 57
            aload 2 /* context */
            bipush 17
            invokevirtual sun.jvm.hotspot.debugger.x86.X86ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* esp */
        start local 3 // sun.jvm.hotspot.debugger.Address esp
         2: .line 59
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame.ebp:Lsun/jvm/hotspot/debugger/Address;
            ifnull 3
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame.ebp:Lsun/jvm/hotspot/debugger/Address;
            aload 3 /* esp */
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 4
         3: .line 60
      StackMap locals: sun.jvm.hotspot.debugger.x86.X86ThreadContext sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aconst_null
            areturn
         4: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame.ebp:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.windbg.WindbgDebugger.getAddressValue:(Lsun/jvm/hotspot/debugger/Address;)J
            ldc 4
            lrem
            lconst_0
            lcmp
            ifeq 6
         5: .line 65
            aconst_null
            areturn
         6: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame.ebp:Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* nextEBP */
        start local 4 // sun.jvm.hotspot.debugger.Address nextEBP
         7: .line 69
            aload 4 /* nextEBP */
            ifnull 8
            aload 4 /* nextEBP */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame.ebp:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 9
         8: .line 70
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aconst_null
            areturn
         9: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame.ebp:Lsun/jvm/hotspot/debugger/Address;
            ldc 4
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* nextPC */
        start local 5 // sun.jvm.hotspot.debugger.Address nextPC
        10: .line 73
            aload 5 /* nextPC */
            ifnonnull 12
        11: .line 74
            aconst_null
            areturn
        12: .line 76
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            aload 4 /* nextEBP */
            aload 5 /* nextPC */
            invokespecial sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame.<init>:(Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 5 // sun.jvm.hotspot.debugger.Address nextPC
        end local 4 // sun.jvm.hotspot.debugger.Address nextEBP
        end local 3 // sun.jvm.hotspot.debugger.Address esp
        end local 2 // sun.jvm.hotspot.debugger.x86.X86ThreadContext context
        end local 1 // sun.jvm.hotspot.debugger.ThreadProxy thread
        end local 0 // sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lsun/jvm/hotspot/debugger/windows/x86/WindowsX86CFrame;
            0   13     1   thread  Lsun/jvm/hotspot/debugger/ThreadProxy;
            1   13     2  context  Lsun/jvm/hotspot/debugger/x86/X86ThreadContext;
            2   13     3      esp  Lsun/jvm/hotspot/debugger/Address;
            7   13     4  nextEBP  Lsun/jvm/hotspot/debugger/Address;
           10   13     5   nextPC  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
        Name  Flags
      thread  

  public sun.jvm.hotspot.debugger.Address pc();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame this
         0: .line 80
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame.pc:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windows/x86/WindowsX86CFrame;

  public sun.jvm.hotspot.debugger.Address localVariableBase();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame this
         0: .line 84
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame.ebp:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.windows.x86.WindowsX86CFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windows/x86/WindowsX86CFrame;
}
SourceFile: "WindowsX86CFrame.java"