RFR: 8265132 : C2 compilation fails with assert "missing precedence edge" [v2]

Jamsheed Mohammed C M jcm at openjdk.java.net
Wed May 26 18:49:45 UTC 2021


On Wed, 26 May 2021 18:35:41 GMT, Jamsheed Mohammed C M <jcm at openjdk.org> wrote:

>> Issue is similar to https://bugs.openjdk.java.net/browse/JDK-8261730
>> but happens at next https://github.com/jamsheedcm/jdk/blob/master/src/hotspot/share/opto/gcm.cpp#L830
>> 
>> Request for review
>
> Jamsheed Mohammed C M has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fixing issue related to raising LCA

7e254c9  
1a390c7
I have removed the ASSERT toggle and made the check in product mode to skip unrelated load-stores anti-dependencies insertion and related code.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4200


More information about the hotspot-compiler-dev mailing list