RFR: 8311023: assert(false) failed: EA: missing memory path [v3]
Christian Hagedorn
chagedorn at openjdk.org
Wed Jul 5 09:16:54 UTC 2023
On Wed, 5 Jul 2023 07:44:17 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> Handling missing cases for VectorizedHashCode while collecting memory nodes for propagating new type information through the graph.
>>
>> We associate new instance types with CheckCastPP nodes succeeding allocation IR, refresh connectivity of MemoryMerge slices at alias indices corresponding to new instance type and update the memory edges of user memory nodes in the ideal graph to ease out scalar replacements.
>>
>> Please review and share feedback.
>>
>> Best Regards,
>> Jatin
>
> Jatin Bhateja has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
>
> - Merge branch 'master' of http://github.com/openjdk/jdk into JDK-8311023
> - Missed test update.
> - Rename test.
> - 8311023: assert(false) failed: EA: missing memory path
Looks good!
-------------
Marked as reviewed by chagedorn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14764#pullrequestreview-1514052500
More information about the hotspot-compiler-dev
mailing list