git: openjdk/jdk16: 8259061: C2: assert(found) failed: memory-writing node is not placed in its original loop or an ancestor of it
Tobias Hartmann
thartmann at openjdk.java.net
Wed Jan 13 07:23:20 UTC 2021
Changeset: 417e1d1a
Author: Roberto Castañeda Lozano <rcastanedalo at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
Date: 2021-01-13 07:22:30 +0000
URL: https://git.openjdk.java.net/jdk16/commit/417e1d1a
8259061: C2: assert(found) failed: memory-writing node is not placed in its original loop or an ancestor of it
Remove assertion that is too general, that is, it can fail on compilations where
C2 generates correct code otherwise.
Reviewed-by: chagedorn, thartmann, kvn
! src/hotspot/share/opto/block.cpp
More information about the jdk-changes
mailing list