Integrated: 8276789: Support C++ lambda in ResourceHashtable::iterate
Ioi Lam
iklam at openjdk.java.net
Fri Jun 3 06:02:43 UTC 2022
On Tue, 17 May 2022 23:37:52 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> I added two new template functions to reduce the boilerplate code when walking the entries in a ResourceHashtable
>
> - `template<typename F> void ResourceHashtable::iterate(F f)`
> - `template<typename F> void ResourceHashtable::iterate_all(F f)`
>
> I also modified a couple of places in systemDictionaryShared.cpp to use the new functionality.
>
> Testing with tiers 1-4.
This pull request has now been integrated.
Changeset: b544b8b7
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/b544b8b7d43907e93263db31ba3cc6d5951bcaee
Stats: 119 lines in 5 files changed: 36 ins; 45 del; 38 mod
8276789: Support C++ lambda in ResourceHashtable::iterate
Reviewed-by: stefank, coleenp
-------------
PR: https://git.openjdk.java.net/jdk/pull/8761
More information about the hotspot-dev
mailing list