public class JavaCallWrapper extends VMObject
A JavaCallWrapper is constructed before each JavaCall and destroyed after the call. Its purpose is to allocate/deallocate a new handle block and to save/restore the last Java fp/sp. A pointer to the JavaCallWrapper is stored on the stack.
NOTE: this port is very minimal and is only designed to get frame traversal working. FIXME: we will have to add platform- specific stuff later and therefore a factory for these objects.
Modifier and Type | Field and Description |
---|---|
protected static AddressField |
anchorField |
Constructor and Description |
---|
JavaCallWrapper(Address addr) |
Modifier and Type | Method and Description |
---|---|
Address |
getLastJavaPC() |
Address |
getLastJavaSP() |
equals, getAddress, hashCode, toString
protected static AddressField anchorField
public JavaCallWrapper(Address addr)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.