8337987: Relocate jfr and throw_exception stubs from StubGenerator to SharedRuntime

Reviewed-by: fyang, kvn, yzheng
This commit is contained in:
Andrew Dinn 2024-08-19 09:00:19 +00:00
parent 15b20cb1fd
commit f0374a0bc1
43 changed files with 1392 additions and 1545 deletions

View file

@ -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);
}