< prev index next > src/hotspot/share/ci/ciEnv.cpp
Print this page
ExceptionHandlerTable* handler_table,
ImplicitExceptionTable* inc_table,
AbstractCompiler* compiler,
bool has_unsafe_access,
bool has_wide_vectors,
- RTMState rtm_state,
- const GrowableArrayView<RuntimeStub*>& native_invokers) {
+ RTMState rtm_state) {
VM_ENTRY_MARK;
nmethod* nm = NULL;
{
methodHandle method(THREAD, target->get_Method());
offsets,
orig_pc_offset,
debug_info(), dependencies(), code_buffer,
frame_words, oop_map_set,
handler_table, inc_table,
- compiler, task()->comp_level(),
- native_invokers);
+ compiler, task()->comp_level());
// Free codeBlobs
code_buffer->free_blob();
if (nm != NULL) {
< prev index next >