(synopsis is provisional, feel free to change it)
The attached Fuzzer test fails like:
$ ../build/linux-x86_64-server-fastdebug/images/jdk/bin/java -Xmx512m -XX:+UnlockDiagnosticVMOptions -Xcomp -XX:CompileOnly=Test -XX:-TieredCompilation Test
# Internal Error (/home/shade/trunks/jdk/src/hotspot/share/opto/block.cpp:1252), pid=956055, tid=956068
# assert(n->is_Root() || n->is_Region() || n->is_Phi() || n->is_MachMerge() || def_block->dominates(block)) failed: uses must be dominated by definitions
Bisection points to JDK-8272562 as the starting point.