> An indify tool in j.l.i tests (also in vmTestBase) convert some source-code 
> private 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.

Oussama Louati has updated the pull request incrementally with 19 additional 
commits since the last revision:

 - fix: fixed whitespaces
 - fix: fixed whitespaces
 - chore: used Class::descriptorString
 - remove: added removed test comments
 - remove: added removed test comments
 - remove: removed changes in tests
 - update: optimize imports and remove unnecessary utils
 - update: optimize imports
 - update: 5th patch of code review
 - update: 5th patch of code review
 - ... and 9 more: https://git.openjdk.org/jdk/compare/781c951d...2b8c94a7

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/18841/files
  - new: https://git.openjdk.org/jdk/pull/18841/files/781c951d..2b8c94a7

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=18841&range=08
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=18841&range=07-08

  Stats: 585 lines in 6 files changed: 49 ins; 338 del; 198 mod
  Patch: https://git.openjdk.org/jdk/pull/18841.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18841/head:pull/18841

PR: https://git.openjdk.org/jdk/pull/18841

Reply via email to