kbarrett [Thu, 22 Jun 2017 23:39:18 +0000] rev 46559
Merge
stuefe [Tue, 13 Jun 2017 08:09:17 +0200] rev 46558
8182034: os::Posix::is_valid_signal() should, if it uses sigaddset, initialize the signal set
Summary: Added missing sigemptyset.
Reviewed-by: kbarrett, clanger
kvn [Thu, 22 Jun 2017 15:26:34 -0700] rev 46557
8181113: jaotc options lost after 8177046
Reviewed-by: iveresov, dlong
twisti [Thu, 22 Jun 2017 13:59:00 -0700] rev 46556
8182729: [AOT] remove UseConcMarkSweepGC check when loading libraries
Reviewed-by: kvn
mdoerr [Thu, 22 Jun 2017 18:33:41 +0200] rev 46555
8181810: PPC64: Leverage extrdi for bitfield extract
Reviewed-by: mdoerr, simonis
Contributed-by: Matthew Brandyberry <mbrandy@linux.vnet.ibm.com>
jwilhelm [Thu, 22 Jun 2017 00:51:07 +0200] rev 46554
Merge
kvn [Wed, 21 Jun 2017 10:28:27 -0700] rev 46553
8181823: [AOT] jaotc doesn't work with Graal
Summary: add new flag to indicate when to calculate class fingerprint
Reviewed-by: iklam, iveresov
fyang [Tue, 20 Jun 2017 17:00:07 +0800] rev 46552
8182581: aarch64: fix for crash caused by earlyret of compiled method
Summary: fix jvm crash caused by earlyret of compiled method for aarch64 port
Reviewed-by: aph
Contributed-by: snazarkin@azul.com
iveresov [Mon, 19 Jun 2017 16:31:43 -0700] rev 46551
8182557: Update Graal
Reviewed-by: kvn
rraghavan [Mon, 19 Jun 2017 11:23:16 +0000] rev 46550
Merge
rraghavan [Mon, 19 Jun 2017 03:10:46 -0700] rev 46549
8044829: UseAES warning message generation differs on CPU architecture
Summary: Fixed issue with feature flag setting when AES support disabled explicitly
Reviewed-by: kvn
njian [Fri, 12 May 2017 14:59:35 +0800] rev 46548
8179933: AArch64: Incorrect match rule for immL_255
Summary: The match rule fix will enable instructs like: SubExtL_uxtb_and and AddExtL_uxtb_and etc. Also rename immL_63 to the proper name: immI_63.
Reviewed-by: aph
Contributed-by: zhongwei.yao@linaro.org
rraghavan [Mon, 19 Jun 2017 01:23:58 -0700] rev 46547
8016470: AllocatePrefetchDistance is not changed by command line
Summary: Values from command line given preference for related flags, over default values based on platform
Reviewed-by: thartmann, kvn
kvn [Fri, 16 Jun 2017 12:06:31 -0700] rev 46546
8182114: assert(VM_Version::supports_sse()) failed
Summary: restore UseSSE check for FMA
Reviewed-by: dcubed
coleenp [Fri, 16 Jun 2017 09:13:56 -0400] rev 46545
8181450: assert in BasicHashtable::verify_table
Summary: remove assert as it has small probability of happening and added logging
Reviewed-by: kbarrett, sspitsyn
hseigel [Thu, 15 Jun 2017 18:58:08 +0000] rev 46544
Merge