- Direct Known Subclasses:
- HeapMemory, ImmortalMemory, ImmortalPhysicalMemory
public abstract class PerennialMemory
extends MemoryArea
A base class for all memory areas whose contents can be unexceptionally
referenced. In other words, any memory area can store a reference to an
object stored in one of these areas. This includes all concrete
memory areas in the core package. Only memory areas of this type can be
a root for a scoped memory.