mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
6990549: Zero and Shark fixes after 6978355 and 6953144
Reviewed-by: twisti
This commit is contained in:
parent
39d16839d3
commit
a10ec19a4d
4 changed files with 7 additions and 8 deletions
|
@ -758,7 +758,7 @@ void methodOopDesc::set_code(methodHandle mh, nmethod *code) {
|
|||
|
||||
OrderAccess::storestore();
|
||||
#ifdef SHARK
|
||||
mh->_from_interpreted_entry = code->instructions_begin();
|
||||
mh->_from_interpreted_entry = code->insts_begin();
|
||||
#else
|
||||
mh->_from_compiled_entry = code->verified_entry_point();
|
||||
OrderAccess::storestore();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue