From 76dbb85f87eff11c514d3d2f2c4296d56b044606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Maillard?= Date: Wed, 28 Jan 2026 18:10:56 +0100 Subject: [PATCH] Update src/hotspot/share/opto/node.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roberto CastaƱeda Lozano --- src/hotspot/share/opto/node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/opto/node.cpp b/src/hotspot/share/opto/node.cpp index 7d64183ae6c..cb5795a1250 100644 --- a/src/hotspot/share/opto/node.cpp +++ b/src/hotspot/share/opto/node.cpp @@ -1154,7 +1154,7 @@ const Type* Node::Value(PhaseGVN* phase) const { // these Ideal calls need to hold. Some of the flag bits for '-XX:VerifyIterativeGVN' // can help with validating these invariants, although they are too slow to have on by default: // - '-XX:VerifyIterativeGVN=1' checks the def-use info -// - '-XX:VerifyIterativeGVN=100000' cheks the return value +// - '-XX:VerifyIterativeGVN=100000' checks the return value // If you are hacking an Ideal call, be sure to use these. // // The Ideal call almost arbitrarily reshape the graph rooted at the 'this'