On Thu, 26 Nov 2020 13:13:43 GMT, Vladimir Ivanov <vliva...@openjdk.org> wrote:
> Introduce sharing of `LambdaForms` for `VarHandle` linkers and invokers. > It reduces the number of LambdaForms needed at runtime. > > Testing: tier1-4 This pull request has now been integrated. Changeset: 7104400a Author: Vladimir Ivanov <vliva...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/7104400a Stats: 48 lines in 3 files changed: 21 ins; 10 del; 17 mod 8257164: Share LambdaForms for VH linkers/invokers Reviewed-by: redestad, kvn, psandoz ------------- PR: https://git.openjdk.java.net/jdk/pull/1455