|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.squawk.ObjectMemorySerializer.ControlBlock
public static final class ObjectMemorySerializer.ControlBlock
A ControlBlock instance is used to pass parameters in both directions when
calling the copyObjectGraph
low level routine
that serializes an object graph.
Field Summary | |
---|---|
byte[] |
memory
The buffer containing the serialized object graph. |
BitSet |
oopMap
The oop map that describes which words in the serialized graph are pointers. |
int |
root
The offset in the serialized graph to the root of the graph. |
Address |
start
The address to which the pointers in memory are relative before
they are relocated to canonical addresses. |
Constructor Summary | |
---|---|
ObjectMemorySerializer.ControlBlock()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public byte[] memory
public Address start
memory
are relative before
they are relocated to canonical addresses.
public BitSet oopMap
public int root
Constructor Detail |
---|
public ObjectMemorySerializer.ControlBlock()
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |