RFR: 8306057: False arguments calling dispatch_base for aarch64
Jasmine Karthikeyan
jkarthikeyan at openjdk.org
Mon Apr 17 06:21:45 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);
Hey @Kick-it11, do you need help with opening a JBS issue for this PR?
No problem! I've opened an issue for you: https://bugs.openjdk.org/browse/JDK-8306057
You can now update the title of the PR as `8306057: False arguments calling dispatch_base for aarch64` which will allow your PR to pass jcheck and complete tier 1 testing on Github Actions, as well as to integrate the changes so that they can be sponsored by a committer or reviewer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/12706#issuecomment-1503799413
PR Comment: https://git.openjdk.org/jdk/pull/12706#issuecomment-1510702776
More information about the hotspot-runtime-dev
mailing list