JDK 21 | JDK 22 |
---|---|
21.0.4Fixed | 22 b09Fixed |
Relates :
|
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.
|