mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8259937: guarantee(loc != NULL) failed: missing saved register with native invoker
Reviewed-by: kvn, jvernee, vlivanov
This commit is contained in:
parent
c569f1d64b
commit
6baecf39d5
28 changed files with 384 additions and 182 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue