RFR: 8350462: MethodTypeForm.LF_INTERPRET can cache the MemberName instead [v2]

Chen Liang liach at openjdk.org
Thu Apr 10 15:55:35 UTC 2025


On Sun, 6 Apr 2025 08:09:27 GMT, Zihao Lin <duke at openjdk.org> wrote:

>> Modify the cache in MethodTypeForm that currently stores the LF_INTERPRET Lambda form. Instead of caching the entire LambdaForm, change it to store a SoftReference<MemberName>. This will avoid unnecessary memory usage.
>
> Zihao Lin has updated the pull request incrementally with one additional commit since the last revision:
> 
>   remove LF_INTERPRET

Marked as reviewed by liach (Reviewer).

One unrelated client test failed in tier 1-3, everything else was fine.

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

PR Review: https://git.openjdk.org/jdk/pull/24468#pullrequestreview-2757360093
PR Comment: https://git.openjdk.org/jdk/pull/24468#issuecomment-2794327580


More information about the core-libs-dev mailing list