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

Albert Mingkun Yang ayang at openjdk.org
Fri Dec 22 14:56:36 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.

Marked as reviewed by ayang (Reviewer).

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

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


More information about the hotspot-gc-dev mailing list