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

Disable VarHandleMethodType lookup table code for OJDK MH #13858

Merged
merged 1 commit into from
Nov 19, 2021

Commits on Nov 8, 2021

  1. Disable VarHandleMethodType lookup table code for OJDK MH

    J9RomClass.varHandleMethodTypeLookupTable is not used in the OJDK method
    handle implementation as varhandles are treated as method handles and
    use the invoke cache instead.
    
    Closes: eclipse-openj9#11580
    Signed-off-by: Eric Yang <eric.yang@ibm.com>
    EricYangIBM committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f75956b View commit details
    Browse the repository at this point in the history