RFR: 8306057: False arguments calling dispatch_base for aarch64
    Fei Yang 
    fyang at openjdk.org
       
    Mon Apr 17 06:55:33 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);
I have also checked riscv port and looks like we have made it right :-)
-------------
Marked as reviewed by fyang (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/12706#pullrequestreview-1387378355
    
    
More information about the hotspot-runtime-dev
mailing list