Update src/hotspot/share/opto/node.cpp

Co-authored-by: Roberto Castañeda Lozano <robcasloz@users.noreply.github.com>
This commit is contained in:
Benoît Maillard 2026-01-28 18:10:56 +01:00 committed by GitHub
parent 3528807f85
commit 76dbb85f87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'