mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-18 17:37:53 +00:00
8306057: False arguments calling dispatch_base for aarch64
Reviewed-by: aph, fyang
This commit is contained in:
parent
690d3969b8
commit
326d778ccf
@ -515,7 +515,7 @@ void InterpreterMacroAssembler::dispatch_only_noverify(TosState state) {
|
||||
void InterpreterMacroAssembler::dispatch_next(TosState state, int step, bool generate_poll) {
|
||||
// load next bytecode
|
||||
ldrb(rscratch1, Address(pre(rbcp, step)));
|
||||
dispatch_base(state, Interpreter::dispatch_table(state), generate_poll);
|
||||
dispatch_base(state, Interpreter::dispatch_table(state), /*verifyoop*/true, generate_poll);
|
||||
}
|
||||
|
||||
void InterpreterMacroAssembler::dispatch_via(TosState state, address* table) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user