Relates :
|
|
Relates :
|
# Internal Error (src/hotspot/share/opto/node.hpp:852), pid=1623963, tid=1623975 # assert(is_MachReturn()) failed: invalid node class root cause is that GraphKit::must_be_not_null() is called with a known to be non null input. This causes the null branch of the test to be optimized to top and a top be added to the RootNode. RootNode::Ideal() is never called to clean the top inputs and the assert is hit during matching.
|