Integrated: 8257398: Enhance debug output in Type::check_symmetrical

Tobias Hartmann thartmann at openjdk.java.net
Tue Dec 1 07:05:54 UTC 2020


On Mon, 30 Nov 2020 09:52:32 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> When working on C2 typesystem changes for project Valhalla, I got annoyed by always having to add debug information for the "meet not commutative" failure in `Type::check_symmetrical`. We should add output similar to the "meet not symmetric" case.
> 
> Thanks,
> Tobias

This pull request has now been integrated.

Changeset: 353e791a
Author:    Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/353e791a
Stats:     14 lines in 1 file changed: 8 ins; 0 del; 6 mod

8257398: Enhance debug output in Type::check_symmetrical

Reviewed-by: vlivanov, chagedorn

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

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


More information about the hotspot-compiler-dev mailing list