Integrated: 8280830: Change NonblockingQueue::try_pop variable named "result"
Kim Barrett
kbarrett at openjdk.java.net
Wed Feb 9 04:14:11 UTC 2022
On Tue, 8 Feb 2022 23:27:41 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this trivial change to rename a variable in
> NonblockingQueue::try_pop. The variable named "result" is being renamed to
> "old_head", as the old name was found to be confusing by some people, making
> the code harder to read.
>
> Testing:
> local build.
This pull request has now been integrated.
Changeset: 13f739d3
Author: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/13f739d330e393f840d134f5327a025957e1f795
Stats: 24 lines in 1 file changed: 0 ins; 0 del; 24 mod
8280830: Change NonblockingQueue::try_pop variable named "result"
Reviewed-by: dholmes
-------------
PR: https://git.openjdk.java.net/jdk/pull/7394
More information about the hotspot-dev
mailing list