Integrated: 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

This pull request has now been integrated.

Changeset: c49fb4fc
Author:    Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c49fb4fca278a35795023116df1023c9018f0844
Stats:     7 lines in 1 file changed: 4 ins; 2 del; 1 mod

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

Reviewed-by: kvn, thartmann

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

PR: https://git.openjdk.org/jdk/pull/16778


More information about the hotspot-compiler-dev mailing list