RFR(XS): 8028207: assert(_outcnt==1) failed: not unique in compile.cpp
Vladimir Kozlov
vladimir.kozlov at oracle.com
Tue Nov 12 09:59:29 PST 2013
Good.
Vladimir
On 11/12/13 6:23 AM, Rickard Bäckman wrote:
> Hi,
>
> can I have this small change reviewed please?
> When having two MathExactNodes with identical input, where one doesn't
> dominate the other we get a problem where the BoolNode controlling the
> overflow gets multiple IfNodes.
> In final_graph_reshaping we want to set the control edge of each node
> that uses the result of the MathExactNode to the non-throwing branch of
> that If. If there is more than one there is no way of saying which use
> requires which If.
>
> Webrev: http://cr.openjdk.java.net/~rbackman/8028207/
> Bug: https://bugs.openjdk.java.net/browse/JDK-8028207
>
> Thanks
> /R
>
More information about the hotspot-compiler-dev
mailing list