Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt OpenJDK MethodHandle implementation - JIT #10618

Open
10 of 15 tasks
liqunl opened this issue Sep 16, 2020 · 3 comments
Open
10 of 15 tasks

Adopt OpenJDK MethodHandle implementation - JIT #10618

liqunl opened this issue Sep 16, 2020 · 3 comments
Labels

Comments

@liqunl
Copy link
Contributor

liqunl commented Sep 16, 2020

#7352 proposed a plan to replace Openj9 MethodHandle implementation with OpenJDK's. This issue is to track JIT work to support the switch.

Functional support

Performance

  1. Inline MH chain
  1. INL dispatch
  • Improve dispatch performance of invokeBasic and linkTo*

-- More to come --

JITServer support

AOT support

@liqunl
Copy link
Contributor Author

liqunl commented Sep 16, 2020

FYI @andrewcraik @nbhuiyan

@liqunl
Copy link
Contributor Author

liqunl commented Nov 24, 2020

FYI @0xdaryl

@liqunl liqunl changed the title Adopt Openjdk MethodHandle implementation - JIT Adopt OpenJDK MethodHandle implementation - JIT Jan 6, 2021
@liqunl
Copy link
Contributor Author

liqunl commented Apr 21, 2021

FYI @jdmpapin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants