On Fri, 24 May 2024 17:57:28 GMT, Oussama Louati <d...@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