Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8366890

C2: Split through phi printing with TraceLoopOpts misses line break

XMLWordPrintable

    • master

      JDK-8356176 added new printing code for TraceLoopOpts when splitting nodes through a phi but missed a line break:

        if (TraceLoopOpts) {
          tty->print("Split %d %s through %d Phi in %d %s",
                     n->_idx, n->Name(), phi->_idx, region->_idx, region->Name());
        }

      This will result in:

      Split 974 CmpI through 1465 Phi in 953 RegionSplit 474 Bool through 1468 Phi in 953 RegionSplit-If

      instead of

      Split 974 CmpI through 1465 Phi in 953 RegionSplit 474 Bool through 1468 Phi in 953 Region
      Split-If

            chagedorn Christian Hagedorn
            chagedorn Christian Hagedorn
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: