public class sun.jvm.hotspot.oops.CIntField extends sun.jvm.hotspot.oops.Field
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.oops.CIntField
  super_class: sun.jvm.hotspot.oops.Field
{
  private long size;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private boolean isUnsigned;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.types.CIntegerField, long);
    descriptor: (Lsun/jvm/hotspot/types/CIntegerField;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.oops.CIntField this
        start local 1 // sun.jvm.hotspot.types.CIntegerField vmField
        start local 2 // long startOffset
         0: .line 34
            aload 0 /* this */
            new sun.jvm.hotspot.oops.NamedFieldIdentifier
            dup
            aload 1 /* vmField */
            invokeinterface sun.jvm.hotspot.types.CIntegerField.getName:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.oops.NamedFieldIdentifier.<init>:(Ljava/lang/String;)V
            aload 1 /* vmField */
            invokeinterface sun.jvm.hotspot.types.CIntegerField.getOffset:()J
            lload 2 /* startOffset */
            ladd
            iconst_1
            invokespecial sun.jvm.hotspot.oops.Field.<init>:(Lsun/jvm/hotspot/oops/FieldIdentifier;JZ)V
         1: .line 35
            aload 0 /* this */
            aload 1 /* vmField */
            invokeinterface sun.jvm.hotspot.types.CIntegerField.getSize:()J
            putfield sun.jvm.hotspot.oops.CIntField.size:J
         2: .line 36
            aload 0 /* this */
            aload 1 /* vmField */
            invokeinterface sun.jvm.hotspot.types.CIntegerField.getType:()Lsun/jvm/hotspot/types/Type;
            checkcast sun.jvm.hotspot.types.CIntegerType
            invokeinterface sun.jvm.hotspot.types.CIntegerType.isUnsigned:()Z
            putfield sun.jvm.hotspot.oops.CIntField.isUnsigned:Z
         3: .line 37
            return
        end local 2 // long startOffset
        end local 1 // sun.jvm.hotspot.types.CIntegerField vmField
        end local 0 // sun.jvm.hotspot.oops.CIntField this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lsun/jvm/hotspot/oops/CIntField;
            0    4     1      vmField  Lsun/jvm/hotspot/types/CIntegerField;
            0    4     2  startOffset  J
    MethodParameters:
             Name  Flags
      vmField      
      startOffset  

  public long getValue(sun.jvm.hotspot.oops.Oop);
    descriptor: (Lsun/jvm/hotspot/oops/Oop;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.CIntField this
        start local 1 // sun.jvm.hotspot.oops.Oop obj
         0: .line 43
            aload 0 /* this */
            aload 1 /* obj */
            invokevirtual sun.jvm.hotspot.oops.Oop.getHandle:()Lsun/jvm/hotspot/debugger/OopHandle;
            invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            lreturn
        end local 1 // sun.jvm.hotspot.oops.Oop obj
        end local 0 // sun.jvm.hotspot.oops.CIntField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/CIntField;
            0    1     1   obj  Lsun/jvm/hotspot/oops/Oop;
    MethodParameters:
      Name  Flags
      obj   

  public long getValue(sun.jvm.hotspot.runtime.VMObject);
    descriptor: (Lsun/jvm/hotspot/runtime/VMObject;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.CIntField this
        start local 1 // sun.jvm.hotspot.runtime.VMObject obj
         0: .line 46
            aload 0 /* this */
            aload 1 /* obj */
            invokevirtual sun.jvm.hotspot.runtime.VMObject.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            lreturn
        end local 1 // sun.jvm.hotspot.runtime.VMObject obj
        end local 0 // sun.jvm.hotspot.oops.CIntField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/CIntField;
            0    1     1   obj  Lsun/jvm/hotspot/runtime/VMObject;
    MethodParameters:
      Name  Flags
      obj   

  public long getValue(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.CIntField this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 49
            aload 1 /* addr */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.CIntField.getOffset:()J
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.CIntField.size:J
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.CIntField.isUnsigned:Z
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            lreturn
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.oops.CIntField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/CIntField;
            0    1     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public void setValue(sun.jvm.hotspot.oops.Oop, long);
    descriptor: (Lsun/jvm/hotspot/oops/Oop;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.oops.CIntField this
        start local 1 // sun.jvm.hotspot.oops.Oop obj
        start local 2 // long value
         0: .line 53
            return
        end local 2 // long value
        end local 1 // sun.jvm.hotspot.oops.Oop obj
        end local 0 // sun.jvm.hotspot.oops.CIntField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/CIntField;
            0    1     1    obj  Lsun/jvm/hotspot/oops/Oop;
            0    1     2  value  J
    Exceptions:
      throws sun.jvm.hotspot.oops.MutationException
    MethodParameters:
       Name  Flags
      obj    
      value  
}
SourceFile: "CIntField.java"