bharadwaj [Thu, 21 Apr 2016 20:11:40 +0000] rev 38058
Merge
bharadwaj [Thu, 21 Apr 2016 15:59:07 -0400] rev 38057
Merge
thartmann [Thu, 21 Apr 2016 09:29:54 +0000] rev 38056
Merge
thartmann [Thu, 21 Apr 2016 10:52:00 +0200] rev 38055
8086068: VM crashes with "-Xint -XX:+UseCompiler" options
Summary: Prevent incompatible compiler flag combination.
Reviewed-by: zmajo, kvn, ddmitriev
zmajo [Thu, 21 Apr 2016 09:21:48 +0200] rev 38054
8153292: AllocateInstancePrefetchLines>AllocatePrefetchLines can trigger out-of-heap prefetching
Summary: Set the size of the reserved TLAB area to the MAX of both flags.
Reviewed-by: kvn, thartmann
vlivanov [Wed, 20 Apr 2016 20:40:46 +0300] rev 38053
8154145: Missing klass/method name in stack traces on error
Reviewed-by: stefank, cjplummer
roland [Tue, 19 Apr 2016 19:52:39 -0700] rev 38052
8154537: AArch64: some integer rotate instructions are never emitted
Reviewed-by: aph, adinn, kvn
bharadwaj [Tue, 19 Apr 2016 15:26:59 -0400] rev 38051
Merge
chegar [Tue, 19 Apr 2016 09:31:53 +0100] rev 38050
8153756: jdk.vm.ci should not depend on sun.misc ( jdk.unsupported module )
Reviewed-by: twisti
mcberg [Mon, 18 Apr 2016 15:18:14 -0700] rev 38049
8153998: Masked vector post loops
Summary: Masked vectorization for post loops to execute in a single iteration in place of fixup scalar loops which used to take many iterations to complete work for user loops.
Reviewed-by: twisti, kvn