psandoz [Wed, 09 Dec 2015 14:54:40 +0100] rev 35103
8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables
Reviewed-by: shade, dholmes, alanb, chegar, mchung, roland
thartmann [Wed, 09 Dec 2015 11:06:39 +0100] rev 35102
6808665: Use486InstrsOnly aborts 32-bit VM
Summary: The code supporting -XX:+/-Use486InstrsOnly was removed.
Reviewed-by: dholmes, thartmann, vlivanov
Contributed-by: Jamsheed Mohammed <jamsheed.c.m@oracle.com>
ppunegov [Wed, 09 Dec 2015 00:30:32 +0300] rev 35101
8144933: CompilerControl: commandfile/ExcludeTest has incorrect jtreg run innotation
Summary: fix incorrect full test name
Reviewed-by: kvn
ppunegov [Wed, 09 Dec 2015 00:33:30 +0300] rev 35100
8140667: CompilerControl: tests incorrectly set states for excluded methods
Summary: fix exclude command generation
Reviewed-by: kvn
psandoz [Thu, 03 Dec 2015 11:18:34 +0100] rev 35099
8144223: Move j.l.invoke.{ForceInline, DontInline, Stable} to jdk.internal.vm.annotation package
Reviewed-by: jrose, vlivanov, mchung, roland
roland [Tue, 08 Dec 2015 10:01:33 +0000] rev 35098
Merge
roland [Wed, 02 Dec 2015 15:13:42 +0100] rev 35097
8134883: C1 hard crash in range check elimination in Nashorn test262parallel
Summary: C1's range check elimination breaks with a non-natural loop that has an exception handler as one entry
Reviewed-by: iveresov
fyang [Mon, 07 Dec 2015 21:23:02 +0800] rev 35096
8144587: aarch64: generate vectorized MLA/MLS instructions
Summary: Add support for MLA/MLS (vector) instructions
Reviewed-by: roland
roland [Mon, 07 Dec 2015 15:00:46 +0000] rev 35095
Merge
roland [Tue, 01 Dec 2015 12:17:18 +0100] rev 35094
8143930: C1 LinearScan asserts when compiling two back-to-back CompareAndSwapLongs
Summary: refactor CAS code to decrease register pressure in c1
Reviewed-by: kvn, shade
mdoerr [Mon, 07 Dec 2015 15:01:24 +0100] rev 35093
8144822: PPC64: Fix build after 8072008
Reviewed-by: goetz
never [Fri, 04 Dec 2015 15:18:46 -1000] rev 35092
8143571: [JVMCI] Double unregistering of nmethod during unloading
Reviewed-by: iveresov, twisti
mikael [Sat, 05 Dec 2015 02:19:46 +0000] rev 35091
Merge
mikael [Fri, 04 Dec 2015 15:08:49 -0800] rev 35090
8144748: Move assembler/macroAssembler inline function definitions to corresponding inline.hpp files
Reviewed-by: kvn, coleenp