mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8171853: Remove Shark compiler
Reviewed-by: dholmes, kvn, erikj, ihse
This commit is contained in:
parent
50c759f20e
commit
7030019135
98 changed files with 55 additions and 12538 deletions
|
@ -1165,15 +1165,11 @@ void Method::set_code(const methodHandle& mh, CompiledMethod *code) {
|
|||
}
|
||||
|
||||
OrderAccess::storestore();
|
||||
#ifdef SHARK
|
||||
mh->_from_interpreted_entry = code->insts_begin();
|
||||
#else //!SHARK
|
||||
mh->_from_compiled_entry = code->verified_entry_point();
|
||||
OrderAccess::storestore();
|
||||
// Instantly compiled code can execute.
|
||||
if (!mh->is_method_handle_intrinsic())
|
||||
mh->_from_interpreted_entry = mh->get_i2c_entry();
|
||||
#endif //!SHARK
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue