RFR: 8311023: assert(false) failed: EA: missing memory path
Tobias Hartmann
thartmann at openjdk.org
Tue Jul 4 10:39:53 UTC 2023
On Mon, 3 Jul 2023 21:55:44 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
Looks good to me. Please change the test name to something more descriptive.
-------------
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14764#pullrequestreview-1512610019
More information about the hotspot-compiler-dev
mailing list