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