8259937: guarantee(loc != NULL) failed: missing saved register with native invoker

Reviewed-by: kvn, jvernee, vlivanov
This commit is contained in:
Roland Westrelin 2021-03-01 15:11:25 +00:00
parent c569f1d64b
commit 6baecf39d5
28 changed files with 384 additions and 182 deletions

View file

@ -4790,6 +4790,6 @@ void Compile::igv_print_method_to_network(const char* phase_name) {
}
#endif
void Compile::add_native_invoker(BufferBlob* stub) {
void Compile::add_native_invoker(RuntimeStub* stub) {
_native_invokers.append(stub);
}