In JDK-8276157, Vladimir says:
"To actually fix the issue we would need to re-write recursive method ConnectionGraph::find_inst_mem() to normal method using Node_Stack or other C2's structures without recursion. Please, file RFE. May be also add check that it is not infinite recursion."
This would fix some stack overflows during escape analysis.
"To actually fix the issue we would need to re-write recursive method ConnectionGraph::find_inst_mem() to normal method using Node_Stack or other C2's structures without recursion. Please, file RFE. May be also add check that it is not infinite recursion."
This would fix some stack overflows during escape analysis.
- relates to
-
JDK-8280541 remove self-recursion of ConnectionGraph::find_inst_mem()
- Closed
-
JDK-8276157 C2: Compiler stack overflow during escape analysis on Linux x86_32
- Resolved
-
JDK-8324345 Stack overflow during C2 compilation when splitting memory phi
- Resolved