RFR: 8309889: [s390] Missing return statement after calling jump_to_native_invoker mrthod in generate_method_handle_dispatch.
Amit Kumar
amitkumar at openjdk.org
Wed Jun 28 05:39:04 UTC 2023
On Mon, 26 Jun 2023 06:05:12 GMT, sid8606 <duke at openjdk.org> wrote:
> Missing return statement after calling jump_to_native_invoker mrthod in generate_method_handle_dispatch, it leads to assert(is_valid()) failed: invalid register.
>
> Ran tier1 test cases passing with release, fastdebug and slowdebug.
LGTM and test passed, Thanks for keeping it short.
I have changed `mrthod` to `method` in title. Probably you want to do the same in our ZenHub.
-------------
Marked as reviewed by amitkumar (Committer).
PR Review: https://git.openjdk.org/jdk/pull/14647#pullrequestreview-1502313412
More information about the hotspot-compiler-dev
mailing list