RFR: 8279294: NonblockingQueue::try_pop may improperly indicate queue is empty
Kim Barrett
kbarrett at openjdk.java.net
Thu Jan 20 23:41:50 UTC 2022
On Thu, 20 Jan 2022 20:49:53 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:
> Suggestion: With the comments growing after each change, maybe we rename `result` to `old_head`
I've been thinking that `result` might have been a poor naming choice here. I think I'd like to do such a variable renaming separately though.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7149
More information about the hotspot-dev
mailing list