RFR: 8307818: Convert Indify tool to Classfile API [v10]

Oussama Louati duke at openjdk.org
Tue May 28 11:33:09 UTC 2024


On Fri, 24 May 2024 17:57:28 GMT, Oussama Louati <duke at openjdk.org> wrote:

>> test/jdk/java/lang/invoke/indify/Indify.java line 660:
>> 
>>> 658:          *
>>> 659:          * @return true if any marks were changed, false otherwise.
>>> 660:          */
>> 
>> This method does incremental analysis of the constant pool.
>> With Class-File API CP model it can be done in one pass, or even in no-pass and all requests to "marks" can be answered directly.
>
> Thank you for the feedback. I will look into the Class-File API CP model and apply your suggestion to perform the analysis in one pass or handle requests to "marks" directly.

Done

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18841#discussion_r1617070598


More information about the core-libs-dev mailing list