Integrated: 8261675: ObjectValue::set_visited(bool) sets _visited false
Xin Liu
xliu at openjdk.java.net
Wed Feb 17 00:27:52 UTC 2021
On Sat, 13 Feb 2021 01:51:39 GMT, Xin Liu <xliu at openjdk.org> wrote:
> The setter is error-prone. it unconditionally sets _visited false.
> this patch stores the argument to it.
This pull request has now been integrated.
Changeset: 2677f6f4
Author: Xin Liu <xliu at openjdk.org>
Committer: Vladimir Kozlov <kvn at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/2677f6f4
Stats: 4 lines in 2 files changed: 0 ins; 0 del; 4 mod
8261675: ObjectValue::set_visited(bool) sets _visited false
Reviewed-by: kvn
-------------
PR: https://git.openjdk.java.net/jdk/pull/2560
More information about the hotspot-compiler-dev
mailing list