Module openj9.dtfj

Class AddressSpace

java.lang.Object
com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader.AddressSpace
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MutableAddressSpace

public class AddressSpace extends Object implements Serializable
This class represents an address space in an svcdump. It provides the ability to read the contents of an address amongst other things. Note that in Zebedee as a whole, addresses are always represented by a long (Java primitive) to avoid the overhead of continually creating address objects.
See Also: