kvn [Fri, 19 Jun 2015 15:24:07 -0700] rev 31407
Merge
goetz [Thu, 11 Jun 2015 10:50:27 +0200] rev 31406
8087183: Fix call to inline function is_oop in header debugInfo.hpp.
Reviewed-by: kvn, kbarrett, dholmes
kvn [Thu, 18 Jun 2015 11:09:29 -0700] rev 31405
8129094: assert(is_java_primitive(bt)) failed: only primitive type vectors
Summary: ignored non-primitive type memory operation regardless its (or its inputs) control.
Reviewed-by: roland, mcberg
ascarpino [Wed, 17 Jun 2015 17:48:25 -0700] rev 31404
8073108: Use x86 and SPARC CPU instructions for GHASH acceleration
Reviewed-by: kvn, jrose
mcberg [Tue, 16 Jun 2015 16:10:36 -0700] rev 31403
8080325: SuperWord loop unrolling analysis
Summary: Determine loop unroll factor based on supported vectors sizes.
Reviewed-by: roland, kvn
jwilhelm [Wed, 24 Jun 2015 13:38:01 +0200] rev 31402
Merge
dsamersoff [Wed, 24 Jun 2015 14:28:30 +0000] rev 31401
Merge
dsamersoff [Wed, 24 Jun 2015 13:16:33 +0000] rev 31400
Merge
aph [Fri, 12 Jun 2015 15:49:55 +0100] rev 31399
8078521: AARCH64: Add AArch64 SA support
Summary: Add AArch64 SA support
Reviewed-by: dsamersoff, dholmes
brutisso [Wed, 24 Jun 2015 15:04:27 +0200] rev 31398
Merge
brutisso [Tue, 23 Jun 2015 13:26:05 +0200] rev 31397
8129549: G1: Make sure the concurrent thread does not mix its logging with the STW pauses
Reviewed-by: pliden, tschatzl
dholmes [Wed, 24 Jun 2015 13:26:12 +0200] rev 31396
Merge
dholmes [Wed, 24 Jun 2015 11:58:34 +0200] rev 31395
Merge
enevill [Wed, 24 Jun 2015 05:45:50 -0400] rev 31394
8081294: aarch64: fails to build on ubuntu wily
Reviewed-by: dholmes
tschatzl [Wed, 24 Jun 2015 11:55:18 +0200] rev 31393
Merge
tschatzl [Wed, 24 Jun 2015 09:42:45 +0200] rev 31392
8079208: gc/g1/TestLargePageUseForAuxMemory.java fails due to not considering page allocation granularity for setup
Summary: The test case needs to use the OS'es allocation granularity to properly determine the boundary values for the test.
Reviewed-by: dfazunen, jmasa, ecaspole