JDK-8307818 : Convert Indify tool to Classfile API
  • Type: Sub-task
  • Component: performance
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2023-05-10
  • Updated: 2024-07-09
Description
An indify tool in j.l.i tests (also in vmTestBase) convert some source-code static methods with MT_ MH_, and INDY_ prefixes into MethodHandle, MethodType, and CallSite constants.
It currently uses ad-hoc code to process class files and intends to migrate to ASM; but since we have the Classfile API, we can migrate to Classfile API instead.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/18841 Date: 2024-04-18 13:53:34 +0000
09-07-2024