RFR: 8307818: Convert Indify tool to Classfile API [v13]
Oussama Louati
duke at openjdk.org
Sat Jun 22 09:39:46 UTC 2024
> 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 six additional commits since the last revision:
- Update test/jdk/java/lang/invoke/indify/Indify.java
Co-authored-by: ExE Boss <3889017+ExE-Boss at users.noreply.github.com>
- Update test/jdk/java/lang/invoke/indify/Indify.java
Co-authored-by: ExE Boss <3889017+ExE-Boss at users.noreply.github.com>
- Update test/jdk/java/lang/invoke/indify/Indify.java
Co-authored-by: ExE Boss <3889017+ExE-Boss at users.noreply.github.com>
- Update test/jdk/java/lang/invoke/indify/Indify.java
Co-authored-by: ExE Boss <3889017+ExE-Boss at users.noreply.github.com>
- Update test/jdk/java/lang/invoke/indify/Indify.java
Co-authored-by: ExE Boss <3889017+ExE-Boss at users.noreply.github.com>
- fix: work done
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18841/files
- new: https://git.openjdk.org/jdk/pull/18841/files/7e928ced..f80fd483
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18841&range=12
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18841&range=11-12
Stats: 13 lines in 1 file changed: 0 ins; 0 del; 13 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
More information about the core-libs-dev
mailing list