duke [Wed, 05 Jul 2017 20:34:33 +0200] rev 30638
Merge
lana [Thu, 21 May 2015 16:19:49 -0700] rev 30637
Merge
amurillo [Tue, 19 May 2015 11:39:58 -0700] rev 30636
Merge
amurillo [Thu, 14 May 2015 12:05:32 -0700] rev 30635
Merge
thartmann [Thu, 14 May 2015 18:02:35 +0200] rev 30634
8080420: Compilation of TestVectorizationWithInvariant fails with "error: package com.oracle.java.testlibrary does not exist"
Summary: Fixed location of testlibrary package.
Reviewed-by: kvn
thartmann [Thu, 14 May 2015 16:16:06 +0200] rev 30633
Merge
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