8366890: C2: Split through phi printing with TraceLoopOpts misses line break

Reviewed-by: rcastanedalo, mhaessig, epeter
This commit is contained in:
Christian Hagedorn 2025-09-05 15:26:13 +00:00
parent 1e90af08ab
commit ceacf6f785

View File

@ -230,8 +230,8 @@ Node* PhaseIdealLoop::split_thru_phi(Node* n, Node* region, int policy) {
#ifndef PRODUCT
if (TraceLoopOpts) {
tty->print("Split %d %s through %d Phi in %d %s",
n->_idx, n->Name(), phi->_idx, region->_idx, region->Name());
tty->print_cr("Split %d %s through %d Phi in %d %s",
n->_idx, n->Name(), phi->_idx, region->_idx, region->Name());
}
#endif // !PRODUCT