Integrated: 8366890: C2: Split through phi printing with TraceLoopOpts misses line break
Christian Hagedorn
chagedorn at openjdk.org
Fri Sep 5 15:29:17 UTC 2025
On Thu, 4 Sep 2025 12:44:43 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
> [JDK-8356176](https://bugs.openjdk.org/browse/JDK-8356176) added new printing code for `TraceLoopOpts` when splitting nodes through a phi but missed a line break. 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
>
> This patch fixes this.
>
> Thanks,
> Christian
This pull request has now been integrated.
Changeset: ceacf6f7
Author: Christian Hagedorn <chagedorn at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ceacf6f7852514dc9877cfe284f9550c179d913a
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8366890: C2: Split through phi printing with TraceLoopOpts misses line break
Reviewed-by: rcastanedalo, mhaessig, epeter
-------------
PR: https://git.openjdk.org/jdk/pull/27092
More information about the hotspot-compiler-dev
mailing list