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

C2 SuperWord: use outputStream instead of tty where possible

XMLWordPrintable

      [~kvn] suggested it here:
      https://github.com/openjdk/jdk/pull/27002#discussion_r2310320298

      We will eventually use unified logging, and so it is important to collect prints on the same line into a stream, so we can print them at once. Even some multi-line prints may need to be gathered in a stream first. However, there are some cases where debug printing is helpful when it appears line-by-line, so it is easier to debug. So we'll have to decide case-by-case.

            epeter Emanuel Peter
            epeter Emanuel Peter
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: