From 0cfc9aeece113ed8585a3fdd00a330f30a119c71 Mon Sep 17 00:00:00 2001 From: Quan Anh Mai Date: Sat, 13 Dec 2025 14:24:28 +0700 Subject: [PATCH] missing comment --- src/hotspot/share/opto/memnode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/opto/memnode.cpp b/src/hotspot/share/opto/memnode.cpp index fb1cc0a2f49..533c59b9baf 100644 --- a/src/hotspot/share/opto/memnode.cpp +++ b/src/hotspot/share/opto/memnode.cpp @@ -909,7 +909,7 @@ Node* MemNode::find_previous_store(PhaseValues* phase) { known_independent = true; } else if (has_not_escaped.is_default()) { // Both of the previous approaches fail, try to compute the set of all nodes that can have - // the same runtime value as base and whether + // the same runtime value as base and whether st_base is one of them has_not_escaped = check_not_escaped(phase, aliases, alloc, mem->in(0)); if (has_not_escaped) { known_independent = !aliases.member(st_base);