Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8237086

assert(is_MachReturn()) running CTW with fix for JDK-8231291

XMLWordPrintable

    • b10

        # 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.

              roland Roland Westrelin
              roland Roland Westrelin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: