Changeset: 4cf0cf96701d Author: sgabdura Date: 2014-04-25 10:00 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/4cf0cf96701d
8041351: Crash in src/share/vm/opto/loopnode.cpp:3215 - assert(! had_error) failed: bad dominance Summary: add missing is_mem() check when we collect load nodes in SuperWord::co_locate_pack(). Reviewed-by: iveresov, kvn ! src/share/vm/opto/superword.cpp