Top Constructors Methods
sun.jvm.hotspot.debugger

public Class MachineDescriptionAArch64

extends MachineDescriptionTwosComplement
implements MachineDescription
Class Inheritance
All Implemented Interfaces
sun.jvm.hotspot.debugger.MachineDescription, java.io.Serializable

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public long
getAddressSize()

Implements sun.jvm.hotspot.debugger.MachineDescription.getAddressSize.

Returns the size of an address in bytes.

public boolean
isBigEndian()

Implements sun.jvm.hotspot.debugger.MachineDescription.isBigEndian.

Indicates whether the CPU is big- or little-endian.

public boolean
isLP64()

Overrides sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement.isLP64.

Implements sun.jvm.hotspot.debugger.MachineDescription.isLP64.

Indicates whether the underlying machine supports the LP64 data model.

Inherited from sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement:
cIntegerTypeMaxValuecIntegerTypeMinValue

Constructor Detail

MachineDescriptionAArch64back to summary
public MachineDescriptionAArch64()

Method Detail

getAddressSizeback to summary
public long getAddressSize()

Implements sun.jvm.hotspot.debugger.MachineDescription.getAddressSize.

Doc from sun.jvm.hotspot.debugger.MachineDescription.getAddressSize.

Returns the size of an address in bytes. Currently needed to be able to traverse arrays of pointers or oops.

isBigEndianback to summary
public boolean isBigEndian()

Implements sun.jvm.hotspot.debugger.MachineDescription.isBigEndian.

Doc from sun.jvm.hotspot.debugger.MachineDescription.isBigEndian.

Indicates whether the CPU is big- or little-endian. This information is typically only needed by the Debugger implementation.

isLP64back to summary
public boolean isLP64()

Overrides sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement.isLP64.

Implements sun.jvm.hotspot.debugger.MachineDescription.isLP64.

Doc from sun.jvm.hotspot.debugger.MachineDescription.isLP64.

Indicates whether the underlying machine supports the LP64 data model.