mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8243996: Remove hardcoded field offsets from HotSpot
Reviewed-by: jrose, coleenp, dholmes, fparain
This commit is contained in:
parent
c3e3459027
commit
6508c5a38d
14 changed files with 109 additions and 114 deletions
|
@ -134,7 +134,8 @@ class TemplateInterpreter: public AbstractInterpreter {
|
|||
|
||||
public:
|
||||
// Initialization/debugging
|
||||
static void initialize();
|
||||
static void initialize_stub();
|
||||
static void initialize_code();
|
||||
// this only returns whether a pc is within generated code for the interpreter.
|
||||
static bool contains(address pc) { return _code != NULL && _code->contains(pc); }
|
||||
// Debugging/printing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue