roland [Wed, 13 May 2015 18:06:39 +0200] rev 30632
Merge
roland [Tue, 12 May 2015 09:41:12 +0200] rev 30631
8078436: java/util/stream/boottest/java/util/stream/UnorderedTest.java crashed with an assert in ifnode.cpp
Summary: bad assert in fold_compares code
Reviewed-by: kvn, vlivanov
rbackman [Wed, 13 May 2015 15:23:41 +0200] rev 30630
8080155: field "_pc_offset" not found in type ImmutableOopMapSet
Reviewed-by: roland
roland [Tue, 12 May 2015 10:27:50 +0200] rev 30629
8076188: Optimize arraycopy out for non escaping destination
Summary: if the destination of an arraycopy is non escaping, the arraycopy may be optimized out
Reviewed-by: kvn, vlivanov
rbackman [Mon, 11 May 2015 09:44:07 +0200] rev 30628
8079797: assert(index >= 0 && index < _count) failed: check
Reviewed-by: kvn
thartmann [Mon, 11 May 2015 07:58:02 +0200] rev 30627
Merge
thartmann [Mon, 11 May 2015 07:44:46 +0200] rev 30626
8079343: Crash in PhaseIdealLoop with "assert(!had_error) failed: bad dominance"
Summary: C2 should not try to vectorize loops with loop variant vector base address.
Reviewed-by: kvn
thartmann [Fri, 08 May 2015 12:19:17 +0200] rev 30625
8078497: C2's superword optimization causes unaligned memory accesses
Summary: Prevent vectorization of memory operations with different invariant offsets if unaligned memory accesses are not allowed.
Reviewed-by: kvn
kvn [Fri, 08 May 2015 11:49:20 -0700] rev 30624
8076276: Add support for AVX512
Reviewed-by: kvn, roland
Contributed-by: michael.c.berg@intel.com
hseigel [Wed, 13 May 2015 21:06:30 +0200] rev 30623
Merge