RFR: 8265079: Implement VarHandle invoker caching [v4]
Jorn Vernee
jvernee at openjdk.java.net
Mon Apr 19 11:12:57 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:
Remove manual -ea -esa test flags
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/3439/files
- new: https://git.openjdk.java.net/jdk/pull/3439/files/fa5a721f..0c73b875
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3439&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3439&range=02-03
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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