mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8337987: Relocate jfr and throw_exception stubs from StubGenerator to SharedRuntime
Reviewed-by: fyang, kvn, yzheng
This commit is contained in:
parent
15b20cb1fd
commit
f0374a0bc1
43 changed files with 1392 additions and 1545 deletions
|
@ -560,7 +560,7 @@ void TemplateInterpreterGenerator::generate_stack_overflow_check(void) {
|
|||
__ cmp(Rtemp, R0);
|
||||
|
||||
__ mov(SP, Rsender_sp, ls); // restore SP
|
||||
__ b(StubRoutines::throw_StackOverflowError_entry(), ls);
|
||||
__ b(SharedRuntime::throw_StackOverflowError_entry(), ls);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue