tschatzl [Mon, 07 Mar 2016 12:49:35 +0100] rev 36578
Merge
tschatzl [Mon, 07 Mar 2016 10:56:06 +0100] rev 36577
8142484: Let IHOP follow the current capacity, not the maximum capacity
Summary: Instead of following the current heap capacity, let all IHOP calculations follow the maximum capacity.
Reviewed-by: brutisso, jmasa
drwhite [Tue, 01 Mar 2016 12:10:50 -0500] rev 36576
8078673: Update TEST.groups for recent GC tests
Summary: Updates the needs_g1gc list in TEST.groups and adds appropriate "@requires vm.gc" annotations to a few GC tests.
Reviewed-by: tschatzl, dfazunen
sangheki [Mon, 07 Mar 2016 10:01:38 +0000] rev 36575
Merge
sangheki [Mon, 07 Mar 2016 01:20:12 -0800] rev 36574
8145204: JVM can hang when ParGCArrayScanChunk=4294967296 and ParallelGC is used
Summary: Changed the max value of ParGCArrayScanChunk to max_jint/3
Reviewed-by: jwilhelm, drwhite
rehn [Fri, 26 Feb 2016 10:51:01 +0100] rev 36573
8150026: Add the ability to log with variable log level
Reviewed-by: brutisso, mlarsson
ddmitriev [Mon, 07 Mar 2016 10:36:50 +0300] rev 36572
8149973: Optimize object alignment check in debug builds.
Reviewed-by: coleenp, tschatzl
stuefe [Sun, 06 Mar 2016 19:07:57 -0500] rev 36571
8150843: [windows] os::getTimesSecs() returns negative values for kernel, user times
Reviewed-by: dholmes
goetz [Sun, 06 Mar 2016 15:50:13 -0500] rev 36570
8149557: Resource mark breaks printing to string stream
Reviewed-by: stuefe, dholmes
lana [Tue, 15 Mar 2016 14:48:45 -0700] rev 36569
Merge
amurillo [Mon, 14 Mar 2016 14:28:53 -0700] rev 36568
Merge
amurillo [Thu, 10 Mar 2016 16:08:17 -0800] rev 36567
Merge
twisti [Tue, 08 Mar 2016 15:10:02 -0800] rev 36566
8151266: HotSpotResolvedJavaFieldImpl::isStable() does not work as expected
Reviewed-by: never, twisti
fyang [Sat, 05 Mar 2016 22:22:37 +0800] rev 36565
8151340: aarch64: prefetch the destination word for write prior to ldxr/stxr loops.
Summary: aarch64: add prefetch for write prior to ldxr/stxr loops.
Reviewed-by: aph
Contributed-by: felix.yang@linaro.org
enevill [Sat, 20 Feb 2016 15:15:35 +0000] rev 36564
8150313: aarch64: optimise array copy using SIMD instructions
Reviewed-by: aph
enevill [Sat, 20 Feb 2016 15:11:42 +0000] rev 36563
8150082: aarch64: optimise small array copy
Reviewed-by: aph