Integrated: JDK-8312218: Print additional debug information when hitting assert(in_hash)

Eric Nothum duke at openjdk.org
Thu Jul 27 07:32:52 UTC 2023


On Tue, 25 Jul 2023 15:35:47 GMT, Eric Nothum <duke at openjdk.org> wrote:

> Since it can be hard to reproduce the hitting assert(in_hash), I have added additional debug information that is dumped when hitting the assert. Additional to the previous message, the current graph and the node causing the assertion failure will now be dumped.

This pull request has now been integrated.

Changeset: 7cbab1f3
Author:    Eric Nothum <eric.nothum at oracle.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7cbab1f39636f3cf32f1276bc46feaa8107a14e6
Stats:     10 lines in 1 file changed: 9 ins; 0 del; 1 mod

8312218: Print additional debug information when hitting assert(in_hash)

Reviewed-by: chagedorn, thartmann

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

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


More information about the hotspot-compiler-dev mailing list