-
Enhancement
-
Resolution: Fixed
-
P4
-
21, 22
-
b09
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8333943 | 21.0.5-oracle | Tobias Hartmann | P4 | Resolved | Fixed | b01 |
JDK-8332436 | 21.0.4 | Matthias Baesken | P4 | Resolved | Fixed | b04 |
In the past, we've been hitting:
assert(in_hash) failed: node should be in igvn hash table
a couple of times without being able to reproduce or debug it properly and we ended up closing it as cannot reproduce. This enhancement should dump some information about the graph to better analyze this problem when hitting it again in the future.
For example, we could dump the node in question, parts of the graph or the entire graph.
assert(in_hash) failed: node should be in igvn hash table
a couple of times without being able to reproduce or debug it properly and we ended up closing it as cannot reproduce. This enhancement should dump some information about the graph to better analyze this problem when hitting it again in the future.
For example, we could dump the node in question, parts of the graph or the entire graph.
- backported by
-
JDK-8332436 Print additional debug information when hitting assert(in_hash)
-
- Resolved
-
-
JDK-8333943 Print additional debug information when hitting assert(in_hash)
-
- Resolved
-
- relates to
-
JDK-8312134 assert(in_hash) failed: node should be in igvn hash table
-
- Closed
-
- links to
-
Commit openjdk/jdk21u-dev/f953b8a1
-
Commit openjdk/jdk/7cbab1f3
-
Review openjdk/jdk21u-dev/572
-
Review openjdk/jdk/15022
(2 links to)