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

Lei Zaakjyu duke at openjdk.org
Tue Jan 2 08:48:52 UTC 2024


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.

This pull request has now been integrated.

Changeset: be0e1c7b
Author:    Lei Zaakjyu <lizbing07734 at icloud.com>
Committer: Albert Mingkun Yang <ayang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/be0e1c7b14c919d26f9e80fe68ad8296aeed3de7
Stats:     12 lines in 3 files changed: 0 ins; 0 del; 12 mod

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

Reviewed-by: ayang, gli

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

PR: https://git.openjdk.org/jdk/pull/17185


More information about the hotspot-gc-dev mailing list