RFR: JDK-8310913 Move ReferencedKeyMap to jdk.internal so it may be shared [v8]
Roger Riggs
rriggs at openjdk.org
Fri Jul 14 15:16:09 UTC 2023
On Thu, 13 Jul 2023 15:07:35 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:
>> java.lang.runtime.ReferencedKeyMap was introduced to provide a concurrent caching scheme for Carrier objects. The technique used is generally useful for a variety of caching schemes and is being moved to be shared in other parts of the jdk. The MethodType interning case is one example.
>
> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>
> Update test to check for gc.
Marked as reviewed by rriggs (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/14684#pullrequestreview-1530491186
More information about the core-libs-dev
mailing list