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

Christian Hagedorn chagedorn at openjdk.org
Thu Nov 23 08:39:15 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

Thanks Vladimir and Tobias for your reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/16778#issuecomment-1823981068


More information about the hotspot-compiler-dev mailing list