mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8255617: Zero: purge the remaining bytecode interpreter profiling support
Reviewed-by: coleenp, sgehwolf, jiefu
This commit is contained in:
parent
4b88119b4b
commit
a5d8a9c211
6 changed files with 9 additions and 178 deletions
|
@ -749,7 +749,6 @@ InterpreterFrame *InterpreterFrame::build(Method* const method, TRAPS) {
|
|||
istate->set_constants(method->constants()->cache());
|
||||
istate->set_msg(BytecodeInterpreter::method_entry);
|
||||
istate->set_oop_temp(NULL);
|
||||
istate->set_mdx(NULL);
|
||||
istate->set_callee(NULL);
|
||||
|
||||
istate->set_monitor_base((BasicObjectLock *) stack->sp());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue