RFR(XS): 8234350: assert(mode == ControlAroundStripMined && (use == sfpt || !use->is_reachable_from_root())) failed: missed a node
Tobias Hartmann
tobias.hartmann at oracle.com
Wed Nov 20 10:13:47 UTC 2019
Hi Roland,
this looks good to me but due to "-Xcomp -XX:-TieredCompilation", the test should either not be
executed with Graal as JIT or compilation should be restricted to test methods.
Best regards,
Tobias
On 20.11.19 09:59, Roland Westrelin wrote:
>
> http://cr.openjdk.java.net/~roland/8234350/webrev.00/
>
> This is the same issue and fix as 8230061 (dead nodes in the outer strip
> mined loop should be ignored in verification code when cloning the loop
> body). The only difference is that the assert is relaxed so it applies
> to all forms of cloning where the outer strip mined loop is involved.
>
> Roland.
>
More information about the hotspot-compiler-dev
mailing list