RFR: 8265079: Implement VarHandle invoker caching [v3]
Jorn Vernee
jvernee at openjdk.java.net
Wed Apr 14 11:38:15 UTC 2021
> This patch implements 2 leftover TODOs for implementing var handle invoker MH caching (lambda forms for those were already shared/cached).
>
> This piggybacks on the existing mechanism for method handle invoker caching.
>
> Testing: Local testing `java/lang/invoke` tests. Tier 1-3
>
> Thanks,
> Jorn
Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
Review comment: simplify test
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/3439/files
- new: https://git.openjdk.java.net/jdk/pull/3439/files/93681f77..fa5a721f
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3439&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3439&range=01-02
Stats: 19 lines in 1 file changed: 4 ins; 12 del; 3 mod
Patch: https://git.openjdk.java.net/jdk/pull/3439.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3439/head:pull/3439
PR: https://git.openjdk.java.net/jdk/pull/3439
More information about the core-libs-dev
mailing list