8254231: Implementation of Foreign Linker API (Incubator)

Reviewed-by: coleenp, ihse, dholmes, vlivanov
This commit is contained in:
Maurizio Cimadamore 2020-11-23 11:00:38 +00:00
parent 53f38353e0
commit 0fb31dbf3a
212 changed files with 67390 additions and 179 deletions

View file

@ -1190,9 +1190,10 @@ void CodeInstaller::record_scope(jint pc_offset, JVMCIObject position, ScopeMode
}
// has_ea_local_in_scope and arg_escape should be added to JVMCI
const bool is_opt_native = false;
const bool has_ea_local_in_scope = false;
const bool arg_escape = false;
_debug_recorder->describe_scope(pc_offset, method, NULL, bci, reexecute, throw_exception, is_mh_invoke, return_oop,
_debug_recorder->describe_scope(pc_offset, method, NULL, bci, reexecute, throw_exception, is_mh_invoke, is_opt_native, return_oop,
has_ea_local_in_scope, arg_escape,
locals_token, expressions_token, monitors_token);
}