-
Bug
-
Resolution: Fixed
-
P4
-
21
-
b24
-
aarch64
Making an issue for this PR without one: https://github.com/openjdk/jdk/pull/12706
Description is as follows from the PR:
-- In interp_masm_aarch64.cpp, dispatch_base was define as
void dispatch_base(TosState state,
address* table,
bool verifyoop = true,
bool generate_poll = false);
-- But in dispatch_next of interp_masm_aarch64.cpp,
it is called:
dispatch_base(state,
Interpreter::dispatch_table(state),
generate_poll);
Description is as follows from the PR:
-- In interp_masm_aarch64.cpp, dispatch_base was define as
void dispatch_base(TosState state,
address* table,
bool verifyoop = true,
bool generate_poll = false);
-- But in dispatch_next of interp_masm_aarch64.cpp,
it is called:
dispatch_base(state,
Interpreter::dispatch_table(state),
generate_poll);