Modifier and Type | Method and Description |
---|---|
public void | configureJavaPrimitiveTypeSizes(long jbooleanSize, long jbyteSize, long jcharSize, long jdoubleSize, long jfloatSize, long jintSize, long jlongSize, long jshortSize)
This intent is that this can be called late in the bootstrapping sequence, after which the debugger can handle reading of Java primitive types, and thereby implement the Java functionality in class Address. |
public Address | |
public void | putHeapConst(long heapOopSize, long klassPtrSize, long narrowKlassBase, int narrowKlassShift, long narrowOopBase, int narrowOopShift)
|
configureJavaPrimitiveTypeSizes | back to summary |
---|---|
public void configureJavaPrimitiveTypeSizes(long jbooleanSize, long jbyteSize, long jcharSize, long jdoubleSize, long jfloatSize, long jintSize, long jlongSize, long jshortSize) This intent is that this can be called late in the bootstrapping sequence, after which the debugger can handle reading of Java primitive types, and thereby implement the Java functionality in class Address. FIXME: consider adding oop size here as well and removing it from the MachineDescription. |
newAddress | back to summary |
---|---|
public Address newAddress(long value) |
putHeapConst | back to summary |
---|---|
public void putHeapConst(long heapOopSize, long klassPtrSize, long narrowKlassBase, int narrowKlassShift, long narrowOopBase, int narrowOopShift) |