david [Tue, 26 Jan 2016 15:28:31 +0100] rev 35851
8147814: Move verification code out of g1collectedheap
Reviewed-by: jwilhelm, tschatzl
dholmes [Wed, 27 Jan 2016 05:59:31 +0100] rev 35850
Merge
dholmes [Tue, 26 Jan 2016 21:18:08 -0500] rev 35849
8145740: Visual Studio pragmas should be guarded by ifdef _MSC_VER
Reviewed-by: simonis, dholmes
Contributed-by: Matthias Baesken <matthias.baesken@sap.com>
coleenp [Wed, 27 Jan 2016 03:28:22 +0000] rev 35848
Merge
cjplummer [Wed, 20 Jan 2016 11:58:09 -0800] rev 35847
8143608: Don't 64-bit align start of InstanceKlass vtable, itable, and nonstatic_oopmap on 32-bit systems
Summary: Removed alignment of these fields.
Reviewed-by: coleenp, dholmes, mgerdin
thartmann [Wed, 10 Feb 2016 07:54:26 +0100] rev 35846
8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException
Summary: Fixed handling of long/double MH arguments in GraphBuilder::try_method_handle_inline().
Reviewed-by: roland, shade, vlivanov, kvn, twisti
dnsimon [Mon, 08 Feb 2016 18:52:03 +0100] rev 35845
8148507: [JVMCI] mitigate deadlocks related to JVMCI compiler under -Xbatch
Reviewed-by: twisti, dholmes
rschatz [Mon, 08 Feb 2016 18:52:03 +0100] rev 35844
8148741: compiler/jvmci/code/SimpleDebugInfoTest.java fails in 'frame::sender_for_compiled_frame'
Reviewed-by: twisti
hshi [Fri, 05 Feb 2016 03:55:51 -0800] rev 35843
8149080: AArch64: Recognise disjoint array copy in stub code
Summary: Detect array copy can use fwd copy by checking (dest-src) above_same (copy_size)
Reviewed-by: aph
hshi [Sat, 06 Feb 2016 04:09:47 -0800] rev 35842
8149100: AArch64: "bad AD file" for LL enconding AryEq Node matching
Summary: add byte array equal support for aarch64
Reviewed-by: aph
enevill [Mon, 08 Feb 2016 14:14:35 +0000] rev 35841
8149365: aarch64: memory copy does not prefetch on backwards copy
Summary: Implement prefetch on backwards copies
Reviewed-by: aph
enevill [Thu, 04 Feb 2016 16:24:28 +0000] rev 35840
8148783: aarch64: SEGV running SpecJBB2013
Summary: Fix calculation of offset for adrp
Reviewed-by: aph
enevill [Wed, 03 Feb 2016 11:34:12 +0000] rev 35839
8148948: aarch64: generate_copy_longs calls align() incorrectly
Summary: Fix alignments
Reviewed-by: aph
roland [Fri, 29 Jan 2016 17:18:35 +0100] rev 35838
8137049: Code quality: reducing an trivial integer loop does not produce an optimal code
Summary: canonicalized if shape not recognized by empty loop detection code
Reviewed-by: kvn, shade
dnsimon [Mon, 08 Feb 2016 18:52:03 +0100] rev 35837
8149019: remove redundant modifiers
Reviewed-by: twisti
never [Mon, 08 Feb 2016 12:13:56 -0800] rev 35836
Merge