Integrated: 8263591: Two C2 compiler phases with the name "after matching"

Tobias Hartmann thartmann at openjdk.java.net
Mon Mar 29 12:44:27 UTC 2021


On Tue, 16 Mar 2021 11:24:37 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> [JDK-8223347](https://bugs.openjdk.java.net/browse/JDK-8223347) added a `PHASE_AFTER_MATCHING` which is equivalent to  `PHASE_MATCHING` but only printed at level 3 and before node verification: 
> https://github.com/openjdk/jdk/blob/20297a1bebfe03c45344a713ec561c97888c4750/src/hotspot/share/opto/compile.cpp#L2757-L2769
> 
> I don't think there is any benefit in having both and therefore removed it together with some other dead code (`idx` is always `0`).
> 
> Thanks,
> Tobias

This pull request has now been integrated.

Changeset: 3516c265
Author:    Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/3516c265
Stats:     7 lines in 3 files changed: 0 ins; 3 del; 4 mod

8263591: Two C2 compiler phases with the name "after matching"

Reviewed-by: neliasso, chagedorn

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

PR: https://git.openjdk.java.net/jdk/pull/3026


More information about the hotspot-compiler-dev mailing list