RFR: 8297573: Parallel: Rename do_oop_nv to do_oop_work in subclasses of OopClosure
Lei Zaakjyu
duke at openjdk.org
Fri Dec 22 14:52:06 UTC 2023
Description:
>From Stefan Karlsson:
A good cleanup could be to rename the remaining do_oop_nv to do_oop_work, since that’s what those functions are typically named in other closures. The _nv suffix is a left-over from the earlier days when we had macros to devirtualize the closures.
-------------
Commit messages:
- rename
Changes: https://git.openjdk.org/jdk/pull/17185/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17185&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8297573
Stats: 12 lines in 3 files changed: 0 ins; 0 del; 12 mod
Patch: https://git.openjdk.org/jdk/pull/17185.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17185/head:pull/17185
PR: https://git.openjdk.org/jdk/pull/17185
More information about the hotspot-gc-dev
mailing list