RFR: 8320403: C2: PrintIdeal is no longer dumped to tty when xtty is set

Vladimir Kozlov kvn at openjdk.org
Wed Nov 22 17:11:06 UTC 2023


On Wed, 22 Nov 2023 09:45:53 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> During debugging, it was noticed that the output of `PrintIdeal` is not printed to tty anymore when `LogCompilation` is enabled (i.e. xtty is set). This was accidentally changed by [JDK-8306922](https://bugs.openjdk.org/browse/JDK-8306922). This fix reverts this part of the change to dump to tty instead of xtty which also gets dumped to the log file.
> 
> Thanks,
> Christian

Good and trivial.

-------------

Marked as reviewed by kvn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/16778#pullrequestreview-1744949614


More information about the hotspot-compiler-dev mailing list