On Sat, 19 Oct 2024 11:56:32 GMT, Shaojin Wen <s...@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