bpittore [Wed, 24 Jun 2015 12:12:25 -0400] rev 31592
8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
Summary: Need to add a space between macro identifier and string literal
Reviewed-by: stefank, dholmes, kbarrett
enevill [Tue, 07 Jul 2015 15:04:25 +0000] rev 31591
8130687: aarch64: add support for hardware crc32c
Summary: add support for crc32c using built in crc32c instructions
Reviewed-by: kvn, aph
goetz [Mon, 29 Jun 2015 15:30:55 +0200] rev 31590
8086069: Adapt runtime calls to recent intrinsics to pass ints as long
Summary: Remove CCallingConventionRequiresIntsAsLongs from shared code and push functionality to native wrapper. Less optimal but more flexible.
Reviewed-by: jrose, kvn
goetz [Fri, 03 Jul 2015 16:29:37 +0200] rev 31589
8130432: ppc64le: Fix build of hsdis
Reviewed-by: dholmes, kvn