vm: Bogus ConcurrentModificationError on _GrowableList.addAll #42011
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-core
This program crashes on VM but not other platforms:
Crash:
DDC and dart2js only check for an unexpected length just after obtaining the element provided by the iterator.
This works on the VM which indicates that the
_GrowableList.addAll(_GrowableList)
path is incorrectly specialized:The text was updated successfully, but these errors were encountered: