Integrated: 8311023: assert(false) failed: EA: missing memory path

Jatin Bhateja jbhateja at openjdk.org
Wed Jul 5 15:40:17 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

This pull request has now been integrated.

Changeset: 6ebb0e3b
Author:    Jatin Bhateja <jbhateja at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6ebb0e3bd4ba3579c66cdc5a329e95df7bda5b95
Stats:     52 lines in 2 files changed: 51 ins; 0 del; 1 mod

8311023: assert(false) failed: EA: missing memory path

Reviewed-by: thartmann, chagedorn

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

PR: https://git.openjdk.org/jdk/pull/14764


More information about the hotspot-compiler-dev mailing list