RFR: 8306057: False arguments calling dispatch_base for aarch64

Kick-it11 duke at openjdk.org
Mon Apr 17 06:21:46 UTC 2023


On Tue, 11 Apr 2023 17:16:18 GMT, Jasmine Karthikeyan <jkarthikeyan 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?

@jaskarth That would be great! Thank you! In fact I do not know what kind of bug this is. I just happened to find this while I was reading the codes.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/12706#issuecomment-1506596628


More information about the hotspot-runtime-dev mailing list