RFR: 8297573: Parallel: Rename do_oop_nv to do_oop_work in subclasses of OopClosure

Guoxiong Li gli at openjdk.org
Thu Dec 28 12:32:39 UTC 2023


On Fri, 22 Dec 2023 14:46:30 GMT, Lei Zaakjyu <duke at openjdk.org> wrote:

> 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.

LGTM.

-------------

Marked as reviewed by gli (Committer).

PR Review: https://git.openjdk.org/jdk/pull/17185#pullrequestreview-1798005494


More information about the hotspot-gc-dev mailing list