openj9 icon indicating copy to clipboard operation
openj9 copied to clipboard

Add SVM AOT support for resolved invokeHandle/invokeDynamic dispatch

Open dsouzai opened this issue 1 year ago • 6 comments

  • Add validation for TR_ValidateDynamicMethodFromCallsiteIndex
  • Add validation for TR_ValidateHandleMethodFromCPIndex
  • Add relocations for TR_CallsiteTableEntryAddress
  • Add relocations for TR_MethodTypeTableEntryAddress
  • Conditionally support storing LambdaForms into the SCC if -Xshareclasses:shareLambdaForm is enabled.

Depends on https://github.com/eclipse/omr/pull/7494

dsouzai avatar Oct 17 '24 15:10 dsouzai