Modifier and Type | Field and Description |
---|---|
static CopySpace |
CopyMS.nurserySpace |
Modifier and Type | Field and Description |
---|---|
static CopySpace |
Gen.nurserySpace |
Modifier and Type | Field and Description |
---|---|
(package private) static CopySpace |
GenCopy.matureSpace0
The low half of the copying mature space.
|
(package private) static CopySpace |
GenCopy.matureSpace1
The high half of the copying mature space.
|
Modifier and Type | Method and Description |
---|---|
(package private) static CopySpace |
GenCopy.fromSpace() |
(package private) static CopySpace |
GenCopy.toSpace() |
Modifier and Type | Field and Description |
---|---|
static CopySpace |
GenRC.nurserySpace
The nursery space is where all new objects are allocated by default
|
Modifier and Type | Field and Description |
---|---|
static CopySpace |
SS.copySpace0
One of the two semi spaces that alternate roles at each collection
|
static CopySpace |
SS.copySpace1
One of the two semi spaces that alternate roles at each collection
|
Modifier and Type | Method and Description |
---|---|
static CopySpace |
SS.fromSpace() |
static CopySpace |
SS.toSpace() |
Modifier and Type | Method and Description |
---|---|
private void |
SSGCspyMutator.debugSpaces(CopySpace scannedSpace)
Debugging info for the semispaces
|
private void |
SSGCspyCollector.debugSpaces(CopySpace scannedSpace)
Prints some debugging info.
|
private LinearSpaceDriver |
SSGCspy.newLinearSpaceDriver(String name,
CopySpace space,
boolean mainSpace)
Create a new LinearSpaceDriver
TODO is this the best name or should we call it LargeObjectSpaceDriver?
|
Constructor and Description |
---|
CopyLocal(CopySpace space)
Constructor
|