RFR: 8276789: Support C++ lambda in ResourceHashtable::iterate [v5]
Ioi Lam
iklam at openjdk.java.net
Thu Jun 2 17:42:40 UTC 2022
> 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.
Ioi Lam has updated the pull request incrementally with two additional commits since the last revision:
- removed empty first line
- Renamed DumpTimeSharedClassTable::iterate_all_live_classes() to avoid confusion with overloading
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/8761/files
- new: https://git.openjdk.java.net/jdk/pull/8761/files/8c53c418..083fb72d
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8761&range=04
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8761&range=03-04
Stats: 48 lines in 4 files changed: 5 ins; 22 del; 21 mod
Patch: https://git.openjdk.java.net/jdk/pull/8761.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8761/head:pull/8761
PR: https://git.openjdk.java.net/jdk/pull/8761
More information about the hotspot-dev
mailing list