RFR: 8307818: Convert Indify tool to Classfile API [v10]
Adam Sotona
asotona at openjdk.org
Mon Jun 17 08:15:23 UTC 2024
On Tue, 28 May 2024 11:03:18 GMT, Oussama Louati <duke at openjdk.org> wrote:
>> 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 one additional commit since the last revision:
>
> chore: changed pool marking initialization to be done in one pass
test/jdk/java/lang/invoke/indify/Indify.java line 197:
> 195: break;
> 196: case "-v": case "--verbose": case "--verbose=":
> 197: verbose = booleanOption(a2); // more output
Why the comments have been removed?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18841#discussion_r1642379144
More information about the core-libs-dev
mailing list