public class sun.jvm.hotspot.runtime.x86.X86RegisterMap extends sun.jvm.hotspot.runtime.RegisterMap
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.x86.X86RegisterMap
  super_class: sun.jvm.hotspot.runtime.RegisterMap
{
  public void <init>(sun.jvm.hotspot.runtime.JavaThread, boolean);
    descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.x86.X86RegisterMap this
        start local 1 // sun.jvm.hotspot.runtime.JavaThread thread
        start local 2 // boolean updateMap
         0: .line 34
            aload 0 /* this */
            aload 1 /* thread */
            iload 2 /* updateMap */
            invokespecial sun.jvm.hotspot.runtime.RegisterMap.<init>:(Lsun/jvm/hotspot/runtime/JavaThread;Z)V
         1: .line 35
            return
        end local 2 // boolean updateMap
        end local 1 // sun.jvm.hotspot.runtime.JavaThread thread
        end local 0 // sun.jvm.hotspot.runtime.x86.X86RegisterMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;
            0    2     1     thread  Lsun/jvm/hotspot/runtime/JavaThread;
            0    2     2  updateMap  Z
    MethodParameters:
           Name  Flags
      thread     
      updateMap  

  protected void <init>(sun.jvm.hotspot.runtime.RegisterMap);
    descriptor: (Lsun/jvm/hotspot/runtime/RegisterMap;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.x86.X86RegisterMap this
        start local 1 // sun.jvm.hotspot.runtime.RegisterMap map
         0: .line 38
            aload 0 /* this */
            aload 1 /* map */
            invokespecial sun.jvm.hotspot.runtime.RegisterMap.<init>:(Lsun/jvm/hotspot/runtime/RegisterMap;)V
         1: .line 39
            return
        end local 1 // sun.jvm.hotspot.runtime.RegisterMap map
        end local 0 // sun.jvm.hotspot.runtime.x86.X86RegisterMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;
            0    2     1   map  Lsun/jvm/hotspot/runtime/RegisterMap;
    MethodParameters:
      Name  Flags
      map   

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86RegisterMap this
         0: .line 42
            new sun.jvm.hotspot.runtime.x86.X86RegisterMap
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.runtime.x86.X86RegisterMap.<init>:(Lsun/jvm/hotspot/runtime/RegisterMap;)V
            astore 1 /* retval */
        start local 1 // sun.jvm.hotspot.runtime.x86.X86RegisterMap retval
         1: .line 43
            aload 1 /* retval */
            areturn
        end local 1 // sun.jvm.hotspot.runtime.x86.X86RegisterMap retval
        end local 0 // sun.jvm.hotspot.runtime.x86.X86RegisterMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;
            1    2     1  retval  Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;

  protected void clearPD();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86RegisterMap this
         0: .line 47
            return
        end local 0 // sun.jvm.hotspot.runtime.x86.X86RegisterMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;

  protected void initializePD();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86RegisterMap this
         0: .line 48
            return
        end local 0 // sun.jvm.hotspot.runtime.x86.X86RegisterMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;

  protected void initializeFromPD(sun.jvm.hotspot.runtime.RegisterMap);
    descriptor: (Lsun/jvm/hotspot/runtime/RegisterMap;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.x86.X86RegisterMap this
        start local 1 // sun.jvm.hotspot.runtime.RegisterMap map
         0: .line 49
            return
        end local 1 // sun.jvm.hotspot.runtime.RegisterMap map
        end local 0 // sun.jvm.hotspot.runtime.x86.X86RegisterMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;
            0    1     1   map  Lsun/jvm/hotspot/runtime/RegisterMap;
    MethodParameters:
      Name  Flags
      map   

  protected sun.jvm.hotspot.debugger.Address getLocationPD(sun.jvm.hotspot.runtime.VMReg);
    descriptor: (Lsun/jvm/hotspot/runtime/VMReg;)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.x86.X86RegisterMap this
        start local 1 // sun.jvm.hotspot.runtime.VMReg reg
         0: .line 50
            aconst_null
            areturn
        end local 1 // sun.jvm.hotspot.runtime.VMReg reg
        end local 0 // sun.jvm.hotspot.runtime.x86.X86RegisterMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;
            0    1     1   reg  Lsun/jvm/hotspot/runtime/VMReg;
    MethodParameters:
      Name  Flags
      reg   
}
SourceFile: "X86RegisterMap.java"