mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
6862576: vmIntrinsics needs cleanup in order to support JSR 292 intrinsics
Remove useless lazy evaluation of intrinsics; add LAST_COMPILER_INLINE to help categorize them Reviewed-by: kvn
This commit is contained in:
parent
7229ae9b95
commit
6515225d49
8 changed files with 75 additions and 58 deletions
|
@ -68,7 +68,7 @@ methodOop methodKlass::allocate(constMethodHandle xconst,
|
|||
m->set_constants(NULL);
|
||||
m->set_max_stack(0);
|
||||
m->set_max_locals(0);
|
||||
m->clear_intrinsic_id_cache();
|
||||
m->set_intrinsic_id(vmIntrinsics::_none);
|
||||
m->set_method_data(NULL);
|
||||
m->set_interpreter_throwout_count(0);
|
||||
m->set_vtable_index(methodOopDesc::garbage_vtable_index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue