RFR: 8342644: Optimize InvokerBytecodeGenerator for using ClassFile API [v2]

Chen Liang liach at openjdk.org
Tue Oct 22 04:12:11 UTC 2024


On Sat, 19 Oct 2024 11:56:32 GMT, Shaojin Wen <swen at openjdk.org> wrote:

>> Cache commonly used classDesc to avoid creating ReferenceClassDescImpl every time
>
> Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision:
> 
>   add LFI/NFI

Would it make sense for us to pass the ClassDesc as a constructor argument? We can drop the SourceFile attribute as I think we included it by convenience back when we were using ASM.

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

PR Comment: https://git.openjdk.org/jdk/pull/21580#issuecomment-2428187478


More information about the core-libs-dev mailing list