Integrated: 8306057: False arguments calling dispatch_base for aarch64
Kick-it11
duke at openjdk.org
Fri May 19 13:03:02 UTC 2023
On Wed, 22 Feb 2023 03:10:24 GMT, Kick-it11 <duke at openjdk.org> wrote:
> Hi,
> While I was reading the source codes, I found there might be a bug here.
>
> -- 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);
This pull request has now been integrated.
Changeset: 326d778c
Author: Kick-it11 <31734298+Kick-it11 at users.noreply.github.com>
Committer: Andrew Haley <aph at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/326d778ccfc02a52f1dd3b2675edb386e99b776a
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8306057: False arguments calling dispatch_base for aarch64
Reviewed-by: aph, fyang
-------------
PR: https://git.openjdk.org/jdk/pull/12706
More information about the hotspot-runtime-dev
mailing list